v3.0.0-fh3.0
·
0 commits
to release/v2.x-fh
since this release
Firehose-instrumented version of Nitro v3.0.0
Known issues
- Some "CreatedAccounts" values in the previous versions were incorrect. While this release does not fix them 100%, in some (very rare) cases, it produces a slightly different outcomes (removing some duplicates or omitting the 'coinbase' address). On these blocks, the ordinals will be different by the offset of these CreatedAccount events.
CreatedAccounts is soon to be removed from firehose ethereum block model, because it causes more issues than its usefulness.
Configuration changes
- The
--validation.wasm.allowed-wasm-module-roots
flag is now required to point to the 'machines' folder(s). With the default docker build, they should end up in those two folders:/home/user/nitro-legacy/machines,/home/user/target/machines
. Make sure that you have them available in your deployment, with this flag pointing to it.