0.8.0 (2023-03-15)
Features
- bridge-ui: custom recipient address (#13309) (56d8848)
- bridge-ui: fetch transactions from relayer api (#13244) (9732cc0)
- bridge-ui: support both bull and horse tokens on the bridge UI (#13249) (f9f38bb)
- bridge-ui: support route param to directly open transactions tab (#13281) (b4c31cd)
- protocol: let
PlonkVerifier
returnkeccak256("taiko")
(#13277) (8ca632c) - protocol: optimize gas for processMessage & retryMessage (#13181) (178e382)
- protocol: tokens can only mint once (#13252) (72d152b)
- protocol: update
LibBlockHeader
to hash post Shanghai fork blocks (#13278) (2e34634) - relayer: add msgHash and event type lookups to findallbyaddress (#13310) (8b753ee)
- relayer: Event filter (#13318) (f20d419)
- relayer: MessageStatusChanged events (#13272) (f5f4fc4)
- relayer: Pagination (#13311) (9350006)
Bug Fixes
- bridge-ui: minor transactions list fix (#13266) (4e78865)
- bridge-ui: transaction and pendingTransaction refactor (#13307) (9d215cf)
- protocol: fix config.slotSmoothingFactor and getTimeAdjustedFee bug (#13293) (18f3d9f)
- protocol: make download solc script can run outside the protocol dir (#13263) (7cd7787)
- protocol: Wrong calculation when minting ERC20 tokens (#13250) (5920b7e)
- relayer: estimate gas for tx, set gas to 2.5mil if not estimatable. works now. (#13271) (3913ca5)
- website,bridge-ui: broken docs link + remove deprecated note in docs (#13259) (912c155)
- website: fix showcase page layout (#13303) (36560e5)