Releases: NethermindEth/wormhole
Releases · NethermindEth/wormhole
v3.0.0-flat.devnet.5
Update to devnet.5
v3.0.0-flat-no-fees.devnet.5
Allow no message feels and update addresses (#42) * Update addresses * Add latest addresses * Update wormhole contract to allow for no message fees * Update wormhole contracts
v3.0.0-flat
Temporary fix for in development Noir known issue
v3.0.0
Aztec: migrate to devnet (#36)
Awaiting to double check details regarding v3
- Is aztec-postprocess-contract expected to fail with "Assertion failed:
(context != nullptr)" for private functions that enqueue public calls?
Getting this error during VK generation for any #[external("private")]
function that uses context.call_public_function() or .enqueue() to call
a public function on the same contract. Overall, are private functions
able to enqueue public calls on the same contract in v3.0.0?
- Is accessing DelayedPublicMutable storage from private functions
expected to cause VK generation failures? Reading said storage from a
private function causes assertion failures during postprocessing.
Update, devnet.3 helps solve the current issue.
aztec-v2.0.3
Contracts as of Aztec version v2.0.3