Skip to content

Releases: godwokenrises/light-godwoken

0.4.4

21 Jun 09:28
ce5dfef
Compare
Choose a tag to compare

Bug Fixes

  • update readme file and godwoken bridge script for development(#308)(@lee920217)
  • Fix multi pending list problem (#311)(@lee920217)

Full Changelog 0.4.3...0.4.4

0.4.3

12 May 10:01
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 0.4.2...0.4.3

0.4.2

17 Apr 10:14
ce53ad9
Compare
Choose a tag to compare

What's Changed

Features

  • Refactor the Withdrawal Pending List (#280) (@GitOfJason)
  • refactor: migrate create-react to vite (#289) (@frmachao)

New Contributors

Full Changelog: 0.3.3...0.4.0

0.4.1

27 Feb 13:14
194d086
Compare
Choose a tag to compare

What's Changed

  • fix: UI&UX adjustment of network mismatch notification by @GitOfJason in #273
  • chore: add changeset and bump Godwoken Bridge to 0.4.1 by @Flouse in #276

Full Changelog: 0.4.0...0.4.1

0.4.0

14 Feb 16:27
Compare
Choose a tag to compare

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

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

27 Dec 09:24
Compare
Choose a tag to compare

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

01 Dec 08:07
Compare
Choose a tag to compare

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

10 Nov 10:16
Compare
Choose a tag to compare

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.

0.3.0

02 Nov 02:39
bf66318
Compare
Choose a tag to compare

Bug Fixes

  • Fix ckb validation in withdrawal_v1 route (#195)

Features

  • Unlock legacy withdrawal cells feature (#200)
  • L1-transfer feature (#210)
  • Replace testnet_v1 tokens with Goerli tokens (#208)
  • Add token logo for "COOP" (#212)

0.2.0

09 Oct 08:25
3b3b6a0
Compare
Choose a tag to compare

Bug Fixes

  • Token logo for "YOK" and "TAI" (#178)
  • Testnet_v0 is officially deprecated (#184)
  • Withdrawal history list might need pagination (#190)
  • Deposit/Withdraw canceling signature in metamask prompts unknown error (#192)

Features

  • replace LightGodwokenConfigMap with LightGodwokenConfig (f89547d)
  • make predefined tokens customizable (ff4ec424)
  • l1-deposit-address and display QRCode for addresses (eea43ae)