Agent release 2023-11-30
tkporter
released this
30 Nov 11:47
·
964 commits
to main
since this release
Highlights
- V3 Agents
- Includes a bug fix for Polygon and Mumbai txs to use the correct gas station endpoint (#2999)
- More robust merkle tree insertion indexing #2886
Docker image:
gcr.io/abacus-labs-dev/hyperlane-agent:f44589e-20231130-114734
What's Changed
- Deploy new agents w/ Polygon gas fix by @tkporter in #2999
- Update gas oracle values by @nambrot in #2996
- Use new ethers-rs version that should work with BSC by @tkporter in #3000
- Update ethers-rs with polygon gas oracle fix by @tkporter in #2998
- Deploy new agents w/ Polygon gas fix by @tkporter in #2999
- feat: Add possibility to configure a subfolder inside an S3 bucket by @gbouv in #2647
- fix: Add data directory owned by user 1000 by @gbouv in #2692
- Rust agent config parsing by @mattiecnvr in #2687
- Sealevel igp indexing by @daniel-savu in #2585
- chore(sealevel igp indexing): reduce log verbosity by @daniel-savu in #2724
- bump eta calculator log prio by @daniel-savu in #2726
- use
warn
logging level for eta errors by @daniel-savu in #2732 - chore: new relayer gas policies by @daniel-savu in #2731
- Indicate no quorum checkpoint by @nambrot in #2737
- Prevent invalid destination griefing for the relayer by @aroralanuk in #2703
- Eta calculator fixes by @daniel-savu in #2735
- Cap Msg backoff by @nambrot in #2763
- V3 agents rebase by @daniel-savu in #2746
- V3 agents feedback by @daniel-savu in #2780
- V3 E2E agent testing scenarios by @daniel-savu in #2815
- Fix validator checkpoint syncer latest index by @yorhodes in #2858
- Set a default gas policy by @nambrot in #2830
- 1k block chunk for scroll indexing by @tkporter in #2956
- Use Polygon gas oracle by @tkporter in #2965
- Update ethers-rs to use lower max priority fee by @tkporter in #2986
- Rm finality blocks and refactor checkpoint_submitter to be resilient to edge cases by @tkporter in #2836
- Index merkle tree insertions just like messages #2886
- #2885
Full Changelog: agents-2023-08-23...agents-2023-11-30