Closed danieljperry closed 5 months ago
We have made some rather large updates to the message conditions and how they work. There are now only two conditions: one for sending messages, and one for receiving them. They use a six-bit bitmask to communicate the type of message to send/receive. Let us know what you think!
On March 12, we will have a public Zoom call to discuss this CHIP. See the #chips channel in our discord for more details.
This CHIP is being implemented in PR #430 of the chia_rs repository.
lgtm 👌
(I missed the requirement for messages to be consumed before)
Please see this Youtube video of our discussion of this CHIP with the community: https://youtu.be/zCuP_mo3Z7s
This CHIP is now in Review
. Please make your final reviews soon. Note that the chia-blockchain
PR and fork activation height are still pending.
A couple updates for this CHIP:
amount
and none
from the mempool, but allowed them in the consensus. We are adding these combinations because there are likely legitimate use cases for them, and because it should be less confusing when everything is allowed.5 550 000
as the tentative block height for the soft fork.We have decided to push back the fork point for this CHIP to block 5 650 000
.
One minor change -- we changed the name of the fork to soft fork 4
. The previous name, soft fork 3
, had been used in a different fork. We renamed this fork in order to avoid confusion between the two.
Please get your final reviews in, as this CHIP will be moved to Last Call
soon.
We have adjusted the activation height for this CHIP to block 5 716 000
.
This CHIP is now in Last Call
. If no changes are required for the next two weeks, it will be moved to Final
.
This CHIP is now Final
. No further changes are allowed. The conditions introduced in this CHIP will become available after the soft fork activates, which is expected to occur around July 31, 2024. The exact block height of the activation is 5 716 000
.
This CHIP is now a
Draft
. It introduces a new set of Chialisp conditions to ensure that an exact set of coins is spent together. This CHIP is still in an early stage, where the conditions are described, but not yet implemented in code. Feel free to leave a review here, and follow along as more updates are added to this PR in the coming weeks.