- Ensure hex extraData is prefixed with 0x before being passed to
rlp.decode
(Fix usage with memento)
- Fix compatibility with eth-extended@5+, eth-lite@4+ or eth-memento@1 core plugins
- Breaking change: Older core plugin versions are no longer supported.
- Breaking change: Extra data module URI has been replaced by two separate URIs, depending on the core plugin being used:
module://aleth.io/eth-ibft2/block/full/extra-data
- compatible with eth-extended and eth-mementomodule://aleth.io/eth-ibft2/block/lite/extra-data
- compatible with eth-lite
- Add plugin manifest (@alethio/[email protected])