Deprecate AEVM (#375)
* Deprecate AEVM * Fix test, changelog * Restore old rebar * rebar lock fix * undo export Co-authored-by: Gaith Hallak <gaithhallak@gmail.com> * undo export Co-authored-by: Gaith Hallak <gaithhallak@gmail.com> * Solve GH suggestions * Fix the docs * update docs * Remove unused tests * undo weird change Co-authored-by: Gaith Hallak <gaithhallak@gmail.com>
This commit is contained in:
@@ -457,7 +457,7 @@ Chain.block_hash(h : int) : option(bytes(32))
|
||||
The hash of the block at height `h`. `h` has to be within 256 blocks from the
|
||||
current height of the chain or else the function will return `None`.
|
||||
|
||||
NOTE: In AEVM and FATE VM version 1 `Chain.block_height` was not considered an
|
||||
NOTE: In FATE VM version 1 `Chain.block_height` was not considered an
|
||||
allowed height. From FATE VM version 2 (IRIS) it will return the block hash of
|
||||
the current generation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user