You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes
Updated SputnikVM dependency with bugfix in the returndatacopy
implementation and a performance improvement in accessing EVM memory by @birchmd. #826
Changes
BREAKING: engine-standalone-storage no longer automatically writes to the DB when consume_message is called.
It is up to downstream users of the library to commit the diff (after doing any validation for correctness) by @birchmd. #825
Additions
New crate for the so-called "hashchain" implementation. It will enable verification of Aurora blocks by light clients
in the future by @birchmd. #816