This is the recording from a public Zoom call to introduce CHIP-25 to the community.
Please leave feedback in the CHIP:
https://github.com/Chia-Network/chips...
It is being implemented here:
https://github.com/Chia-Network/chia_...
About:
CHIP-25 introduces two new Chialisp conditions -- one for sending messages, and one for receiving them. It will likely be of interest to all Chialisp developers.
Motivation:
This proposal will give an alternative to the standard create/assert announcement conditions. The goal is to make it less likely that you (as a Chialisp programmer) are not asserting all announcements, i.e. to increase confidence that nobody can add/subtract coin spends in an unintended way. The reasons for this are because there are only two conditions, and each "send" must be matched with exactly one "receive", or the spend bundle will fail.