Skip to content

Latest commit

 

History

History
137 lines (82 loc) · 13 KB

CHANGELOG.md

File metadata and controls

137 lines (82 loc) · 13 KB

Changelog

0.8.0 (2023-06-26)

Features

  • protocol: use ring buffer for ETH deposit and optimize storage (#13868) (acffb61)
  • relayer: use gas tip cap if available (#14024) (773331b)

Bug Fixes

0.7.0 (2023-06-12)

Features

0.6.0 (2023-05-26)

Features

  • eventindexer: add stats tracking (#13810) (bfbbb97)
  • relayer: hardcode gas limit to determine if a message needs extra gas to deploy a contract (#13764) (0615bf6)

Bug Fixes

0.5.0 (2023-05-11)

Features

  • protocol: major protocol upgrade for alpha-3 testnet (#13640) (02552f2)

0.4.1 (2023-04-08)

Bug Fixes

0.4.0 (2023-03-29)

Features

Bug Fixes

0.3.0 (2023-03-15)

Features

Bug Fixes

  • relayer: estimate gas for tx, set gas to 2.5mil if not estimatable. works now. (#13271) (3913ca5)

0.2.1 (2023-03-01)

Bug Fixes

  • relayer: estimate gas, now that gas estimation works again (#13176) (b7ae677)
  • relayer: Save block progress when caught up and subscribing to new events (#13177) (5ef2c0f)

0.2.0 (2023-02-15)

Features

  • protocol: change statevariables to return a struct (#13113) (0bffeb0)
  • relayer: catch relayer & status page up to new testnet (#13114) (543f242)
  • relayer: prepare bridge relayer API for frontend (#13124) (ef1f691)

0.1.0 (2023-01-19)

Features

  • bridge-ui: process message (#387) (d1781c0)
  • bridge: add faucet link to announcement (#485) (d1a4921)
  • bridge: bridge design (#369) (04702db)
  • bridge: bridge transactions (#411) (19dd7ab)
  • bridge: implement the bridge relayer (#191) (9f49e4c)
  • implement release-please workflow (#12967) (b0c8b60)
  • protocol: implement & simulate tokenomics (#376) (191eb11)
  • relayer: Allow resync flag option to restart processing from block 0 (#266) (6b01cbe)
  • relayer: Asynchronous message processing, error handling, nonce management, and indexer folder structuring (#259) (ed6d551)
  • relayer: header sync check before processing messages (#441) (e9fda8b)
  • relayer: HTTP api for exposing events table for bridge UI (#271) (7b5e6b8)
  • relayer: only process profitable transactions (#408) (b5d8180)
  • relayer: run in http only mode, so we can scale up if necessary for requests and only have one indexer (6500234)
  • relayer: Wait N confirmations on source chain before processing message on destination chain (#270) (7ab1291)

Bug Fixes