EVM Kernel: Etherlink 4.1 (Dionysus first revision)
What
Should include the kernel contributions from the following MRs:
It also cherry-picks/reworks the commits from the requests below in order to fix an out-of-memory error in the continuous integration.
Kernel hash for commit 6d73d486 is 0001010d789e7cccc25c785cf73a658574ed0995ef36b8416a46ab0ddc6b058b39.
$ git checkout 6d73d486ace903ee0d524a9b39dfbd858838a690
$ ./etherlink/scripts/build-wasm.sh
$ cat etherlink/kernels-6d73d486ace903ee0d524a9b39dfbd858838a690/root_hash
ROOT_HASH: 0001010d789e7cccc25c785cf73a658574ed0995ef36b8416a46ab0ddc6b058b39
Why
How
Manually testing the MR
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Nicolas Ayache