0.7.0 (2023-03-01)
Features
- bridge-ui: add a starter dapp so we can make future small dapps easily (#13223) (0680654)
- bridge-ui: add custom ERC20 tokens support (#13170) (227d8de)
- bridge-ui: release token button (#13203) (4052aad)
- protocol: add isEtherReleased to Bridge (#13204) (f39e65d)
- protocol: Additional integration tests, solidity bump, reduce TokenVault contract size (#13155) (ffdf5db)
- protocol: Change require to custom err in bridge contracts (#13220) (6e8cb82)
- protocol: Deploy a FreeMintERC20 and a MayFailFreeMintERC20 on deploy of L1 (#13222) (0d3e769)
- protocol: disable contracts as msg.sender (#13206) (66316e9)
- protocol: make custom errors in L1 libs a part of the
TaikoL1.sol
's ABI (#13166) (2943e3e) - protocol: partially randomize prover reward (#13184) (16993cd)
- protocol: update
PlonkVerifier
to accept new public inputs (#13208) (9804099) - repo: require scope on pr title lint (#13160) (e2b41b2)
- status-page: remove is halted (#13231) (d3d1c39)
- website: add alpha-1 shutdown banner (#13159) (ce64a6f)
- website: create a showcase page (#13162) (96b94cd)
Bug Fixes
- bridge-ui: change text of button to "bridge" (#13163) (0113490)
- bridge-ui: max button css (#13192) (9547f94)
- protocol: fix
PlonkVerifier
's name inAddressManager
(#13229) (7170bd9) - protocol: fix occasional test failure (#13173) (3aaf5dd)
- protocol: use prevrandao for L2 mixHash (#13157) (93daca4)
- 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)
- website: fix darkmode bug on docs website (#13101) (a6d9bed)
- website: revert auto-fetch blog posts on home page (#13169) (ce7329a)