This PR contains proc-block changes that should exist before we switch to the new ABI.
Commits pushed to this branch will have their proc-blocks automatically compiled and uploaded to Forge. If you need to deploy a new implementation change (e.g. to resolve a bug in a proc-block or add new proc-blocks which use the old ABI) then do a version bump of all the crates (you can use cargo release 0.11.4) and tag the commit with the corresponding tag (i.e. v0.11.4).
This PR contains proc-block changes that should exist before we switch to the new ABI.
Commits pushed to this branch will have their proc-blocks automatically compiled and uploaded to Forge. If you need to deploy a new implementation change (e.g. to resolve a bug in a proc-block or add new proc-blocks which use the old ABI) then do a version bump of all the crates (you can use
cargo release 0.11.4
) and tag the commit with the corresponding tag (i.e.v0.11.4
).