Updates
- Add Manager AllowList Role to activate in the DUpgrade
- Add Bloom Filter Based Tx Gossipping
- Add warp verification results into the block header
Fixes
- Fixes hanging requests on shutdown that could cause ungraceful shutdown
What's Changed
- precompile/precompileconfig: Add IsDUpgrade to precompileconfig ChainConfig interface by @aaronbuchwald in #825
- add loglevel to server conf to generate anr logfile by @felipemadero in #829
- accounts/abi/bind: mark TestGolangBindings as flaky by @aaronbuchwald in #827
- contracts: fix tx allow list test func name exmaple -> example by @aaronbuchwald in #837
- import gomock in test templ by @ceyonur in #840
- warp/validators: add unit test for warp wrapped validator state by @aaronbuchwald in #832
- add mock ci by @ceyonur in #838
- override network upgrades by @ceyonur in #839
- Warp stapling block context by @aaronbuchwald in #823
- x/warp: add predicate test for warp message from Primary Network by @aaronbuchwald in #831
- plugin/evm: Add ExampleWarp tests to vm warp unit tests by @aaronbuchwald in #836
- x/warp: add warp message handler interface within warp contract by @aaronbuchwald in #830
- Add manager allowlist role by @ceyonur in #801
- rename
WarpBackend
toBackend
by @danlaine in #863 - rename WarpClient to Client by @danlaine in #865
- Add SDK Router message handling (#316) by @ceyonur in #858
- P2p sdk pull gossip by @ceyonur in #861
- reduce duplicate code in OnSignatureRequest by @danlaine in #870
- pass warpSigner instead of snow context into backend by @danlaine in #869
- readability nits by @danlaine in #873
- bump versions by @ceyonur in #880
Full Changelog: v0.5.5...v0.5.6