This version is backwards compatible to v0.6.0. It is optional, but encouraged.
The plugin version is changed at 37 and is compatible with AvalancheGo versions v1.11.11.
Updates
- Updates AvalancheGo version to v1.11.11
- Updated go-ethereum dependency and upstream to v1.13.14
- Added
requirePrimaryNetworkSigners
flag to warp precompile config - Added p2p handlers for ACP-118 requests
- Removed cross-chain handlers
Fixes
- Fixed invalid block cache for rejected blocks
- Fixed gas price oracle's min price config by inheriting it from tx pool
What's Changed
- add p2p handler for acp-118 sig request by @darioush in #1260
- cleanup: use p2p.TxGossipHandlerID by @darioush in #1266
- fix TestMempoolEthTxsAppGossipHandling by @darioush in #1273
- nits w/ upstream by @darioush in #1272
- Bump avalanchego to master by @darioush in #1268
- rename e upgrade to etna by @ceyonur in #1276
- chore: fix some function names by @highcloudwind in #1270
- fix docker build by @darioush in #1277
- Allow VM_ID as input to docker publish job by @darioush in #1278
- Params nits by @ceyonur in #1280
- remove test tags by @ceyonur in #1282
- set the gpo min price in accordance to the txpool by @darioush in #1281
- remove cross-chain handlers by @darioush in #1286
- handle accepted/pending tx subs separately by @darioush in #1288
- nit: reduce diff with upstream by @darioush in #1290
- nit: resolve TODO in api_test.go by @darioush in #1289
- use ctx network upgrades by @ceyonur in #1291
- [antithesis] Add initial test setup by @marun in #1166
- add NO_RACE so uts can run faster locally by @darioush in #1294
- [antithesis] Add schedule for test setup by @marun in #1297
- warp: add "requirePrimaryNetworkSigners" precompile config by @darioush in #1232
- [tmpnet] Update to use new monitoring urls (*-poc) by @marun in #1298
- ci: fix NO_RACE + CI re-run on timeouts or fails of known flakes by @darioush in #1304
- Add observed flakes by @darioush in #1312
- build_docker_image.sh: use AVALANCHEGO_NODE_IMAGE by @darioush in #1313
- add team alias to codeowners by @darioush in #1303
- [ci] Validate image build by @marun in #1318
- Bump avago master by @darioush in #1316
- properly check err in ut by @darioush in #1324
- blockchain: Fix blockCache for rejected blocks by @darioush in #1326
- Code sync to go-ethereum v1.13.14 by @darioush in #1152
- Bump avago rc by @ceyonur in #1330
- add new line after timestamp hardforks by @ceyonur in #1331
New Contributors
- @highcloudwind made their first contribution in #1270
Full Changelog: v0.6.8...v0.6.9