Releases: BirthdayResearch/quantum
Releases · BirthdayResearch/quantum
v1.2.0
What’s Changed
🚀 Features
- feature(web): add raygun and compression @thedoublejay (#705)
Maintenance
- chore(ui-ux): remove eth wallet balance poll @pierregee (#706)
v1.1.2
What’s Changed
🐛 Bug Fixes
- fix(core): fix allowance error on mainnet @lykalabrada (#701)
- fix(ui-ux): change to 5dp @pierregee (#699)
Maintenance
Dependencies
v1.1.1
What’s Changed
🐛 Bug Fixes
- fix(server): update wbtc mapping @thedoublejay (#687)
Maintenance
- chore(readme): Update README.md @cuongquangnam (#686)
v1.1.0
What’s Changed
🚀 Features
- feature(ui): add URL for DeFiChain.com and BR @thedoublejay (#683)
🐛 Bug Fixes
- fix(core): claim - properly parse amount based on the token @lykalabrada (#684)
- fix(api): update error codes @JoshuaC817 (#682)
- fix(ui-ux): footer position and screen height @JoshuaC817 (#681)
Maintenance
- docs(ReadMe): Updated with correct addresses and user guide on new implementation @Abhishekkochar (#622)
v1.0.3
v1.0.2
What’s Changed
🐛 Bug Fixes
- fix(ui-ux): prevent user from bridging when token is unsupported @lykalabrada (#671)
- fix(ui-ux): aligned X and Close buttons in Transaction error modal @fullstackninja864 (#654)
Maintenance
- chore(ops): update missing npm config to generate sitemaps @thedoublejay (#674)
- chore(ops): update pnpm @thedoublejay (#667)
- chore(core): use infura url for mainnet @lykalabrada (#659)
- chore(ui-ux): change to american english @pierregee (#660)
- chore(ui-ux): add mainnet.infura domain to CSP @lykalabrada (#658)
- chore(mainnet): prepare mainnet display [Merge when ready to go on MainNet] @lykalabrada (#650)
Dependencies
- bump(deps): update @waveshq/standard to ^0.44.3 @renovate (#675)
- bump(deps): update dependency @birthdayresearch/eslint-config to ^0.5.4 @renovate (#673)
- bump(deps): update @birthdayresearch/sticky to ^0.5.4 @renovate (#672)
- bump(deps): update dependency @netlify/plugin-nextjs to ^4.31.0 @renovate (#664)
- bump(deps): update dependency @jest/test-sequencer to ^29.5.0 @renovate (#663)
v1.0.1
What’s Changed
Maintenance
- chore(server): return network to
/settings
api and add tests @lykalabrada (#657)
v1.0.0
What’s Changed
🐛 Bug Fixes
- fix(ui-ux): avoid approving eth @pierregee (#652)
- fix(ui-ux): fixed getBalance bug in retry claim @fullstackninja864 (#648)
- fix(ui-ux): fix stucked success copy message @lykalabrada (#653)
- fix(web): fix claim loop when deadline has lapsed @lykalabrada (#643)
Maintenance
- chore(api): check supported tokens in verify api @JoshuaC817 (#656)
- chore(server): save claimable amount and token symbol to db @lykalabrada (#655)
Dependencies
v0.26.0
What’s Changed
🚀 Features
- feat(Contracts): Added script to verify contracts after the deployment @Abhishekkochar (#640)
🐛 Bug Fixes
- fix(ui-ux): hide balance error if there is pending txn @pierregee (#642)
- fix(api): verify amount with max 6 decimal @JoshuaC817 (#641)
- fix(core): fix incorrect claim amount @lykalabrada (#645)
v0.25.0
What’s Changed
🚀 Features
- feat(server): add
/settings
api for settings shared with frontend @lykalabrada (#637) - feat(Smart contracts): Fix solidity version + more tests @cuongquangnam (#633)
- feat(ui-ux): restore - validate that tx hash is from 'bridgeToDeFiChain' @lykalabrada (#629)