Docker Image
gcr.io/abacus-labs-dev/hyperlane-agent:8127fa5-20230823-161309
Change highlights
- Initial support for Sealevel deployments
- Scraper db insertion bugfix
- Early changes to move to a new, backward-compatible agent config format
What's Changed
- Fix deploying validators when there's an empty validator set by @tkporter in #2565
- Sealevel IGP program by @tkporter in #2574
- refactor(IndexMode): remove
IndexRange
, use default index mode per env by @daniel-savu in #2562 - Solana e2e tests by @mattiecnvr in #2578
- Add
unique_gas_payment_pubkey
to GasPaymentData by @tkporter in #2583 - IGP Tooling by @mattiecnvr in #2602
- E2E test
pkill
anvil by @mattiecnvr in #2607 - Rust updates by @mattiecnvr in #2619
- Validator announce signers by @mattiecnvr in #2617
- Support 64-byte txn ids (attempt 2) by @mattiecnvr in #2612
- Sealevel IGP connection client support, warp routes support gas payments by @tkporter in #2613
- Remove zbctestnet by @tkporter in #2633
- Fix insertion errors for txn and block by @mattiecnvr in #2629
- Remove unused tracing logic by @mattiecnvr in #2639
- Revert "refactor(IndexMode): remove
IndexRange
… (#2562)" by @daniel-savu in #2655 - fix(sealevel): use
overflow-checks
in the release profile by @daniel-savu in #2636 - Add SetInterchainGasPaymaster instruction to warp route programs by @tkporter in #2657
- fix(sealevel): data encoding in
set_return_data
by @daniel-savu in #2635 - helm: Support different signer key per a chain in relayer by @josedev-union in #2555
- Agent Config Parsing Casing Fixes by @mattiecnvr in #2666
- Agent Config Base Parsing by @mattiecnvr in #2665
- Deploy proteustestnet, nautilus, solanadevnet (again), and solana by @tkporter in #2646
Full Changelog: agents-2023-07-25...agents-2023-08-23