Skip to content

Agents 1.0.1

Compare
Choose a tag to compare
@nambrot nambrot released this 23 Mar 14:06
· 1304 commits to main since this release
5bf8aed
  • Added support for Sepolia
  • Significant improvements to logging verbosity and clarity, wrote custom debug formants and decreased external lib logging levels
  • Scraper refresh; new database format and easier data querying
  • Support for default signer configurations with defaultSigner that will be used for all chains without chains.<chainname>.signer
  • Fixed issues with string/number parsing in configs, most numbers should be valid as a string or number now
  • Fixed a bug with using less than 30 gwei for transactions on polygon
  • Reworked relayer retry queues and backoff scaling
  • Housekeeping:
    • Package updates
    • rust version bump
    • removed gelato code
    • cleaned up config defaults

Breaking Changes

Relayer & Validator

  • Updates to default configuration (removed null/empty strings and changed logging defaults to pretty and info)

Relayer

  • Removed Gelato support

Scraper

  • New database schema, non-migrateable, requires re-indexing
  • New chainstoscrape configuration

See #1923 for the details

Docker image

gcr.io/abacus-labs-dev/hyperlane-agent:5bf8aed-20230323-140136

What's Changed

New Contributors

Full Changelog: agents-1.0.0...agents-1.0.1