0.4.0
What's Changed
Breaking Changes
- Migration of ckb-lumos to 0.20.0 (#251) (@ShookLyngs)
The light-godwoken sdk used to use a relatively old version of ckb-lumos, later versions of ckb-lumos contain some breaking changes. To migrate to ckb-lumos version 0.20.0, we also had to refactor some structures of the sdk. The migration also fixes issues caused by breaking changes to the
CkbIndexer.tip()
method. Please check on the PR if you want to know more details about the changes.
Bug Fixes
- Fix the display of fast withdrawal time (#246) (@ShookLyngs)
- Fix z-index conflict of tooltips and modals (#258) (@GitOfJason)
- Fix the open/close state of withdrawal confirmation modal (#259) (@GitOfJason)
- Fix the issue of no prompt when triggering a double spend error (#266) (@GitOfJason)
Features
- Optimize page style (#253) (@ShookLyngs)
- Optimize MetaMask install tips (#256) (@miaosun009)
- Network switching strategy adjustment (#260) (GitOfJason)
- Adds the link of Godwoken NFT Bridge (Beta) to header (#261) (@ShookLyngs)
New Contributors
- @miaosun009 made their first contribution in #256
- @GitOfJason made their first contribution in #259
Full Changelog: 0.3.3...0.4.0