Releases: godwokenrises/light-godwoken
0.4.4
0.4.3
What's Changed
Bug Fixes
- Fix the status of a long time l2Pending withdrawal (#300) (@Flouse)
- https.Agent is not a constructor (#301) (@classicalliu)
- Remove outdated failed withdrawals (#304) (@ShookLyngs)
Full Changelog: 0.4.2...0.4.3
0.4.2
0.4.1
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
0.3.3
Bug Fixes
- Fix the display of fast withdrawal time (#246)
Features
- Improve the display logic of pending withdrawals (#240)
Previously, pending v1 withdrawals were not properly displayed while waiting to be unlocked. Now added the logic: when a withdrawal's time is up, it will show a loading indicator instead of "00:00". Also, to improve user experience, I added an interval which reloads the v1 pending withdrawal list every 60 seconds.
- Watch network changes (#241)
Now Godwoken Bridge can detect if the current network has changed.
0.3.2
Bug Fixes
- Fix ckb faucet display logic on mainnet (#232)
Features
- Update block produce time on v1 networks (#231)
We have updated the average block produce time on Godwoken Bridge so the estimated withdrawal time left is displayed more accurately. Thanks to @alejandroRbit for the suggestion.
- Support dotbit forward/reverse search features (#234)
Dotbit is now supported by Godwoken Bridge. You can check your dotbit alias on Godwoken Bridge. And when l1-transferring, you can enter the recipient's dotbit account and select an address to transfer assets instead of copying and pasting a CKB address.
0.3.1
Bug Fixes
- Fix misplaced UAN of dCKB and YOK (#224)
- Fix l1-transfer status update logic and ckb balance validation issues (#228)
Features
- Improve styles of Header/Footer/Body (#221)
We've added some official links into the menu popover, including GitHub and our Godwoken Docs.
In addition, the layout style of Godwoken Bridge has also been beautified.
- Add
waitForCompletion
option to deposit/withdraw functions (#222)
This feature gives developers an option to avoid listen to the final result of the deposit/withdrawal.
For more details, please visit: Feat: add waitForCompletion to deposit/withdraw.