Wako w/o Webb - DO NOT USE
Webb wasn't ready for production.
Wako release v3.3.1
The 3.3.1 release includes an update to Substrate 3.0 and the update of the Edgeware runtime to provide a lot of new functionality.
Changelog
Pallets
- Remove chainbridge modules
- Update Frontier EVM pallets.
- Update Substrate pallets.
- Add NFT pallets (ORML / NFT)
- Add tokens / currencies pallet (based off orml w/ added pallet_assets-like functionality)
Node
- New feature flag
frontier-block-import
to be used for using theFrontierBlockImport
(not to be used if syncing from scratch) - Add Frontier EVM gas estimation feature
- Add Frontier EVM RPCs from Moonbeam (debug, txpool, trace)
EVM
Syncing
If you are syncing from scratch you should not build your node with frontier-block-import
as this will cause the node to fail to sync. Instead you should build normally and sync normally. The behavior of your node should not change at all due to this change (in face Wei has told me the frontier block import is a bit useless atm).