Releases: arconnectio/ArConnect
Releases · arconnectio/ArConnect
1.0.2
This release introduces some bugfixes after user feedback:
ar://
protocol fixes- Fix interception not working (using ar.io's updated method)
- Fix parser
- Fix path parsing (e.g.:
ar://bazar/favicon.svg
and other full urls work now)
- Allowance fixes
- Fix allowance limit check & reset
- Fix allowance limit display (display in AR instead of winstons and make it more understandable)
- Fix allowance for
signDataItem()
anddispatch()
- Event emitter fixes
- Token functionality fixes
- Add $U DRE node
- Update default DRE node
- Fix
addToken()
api errors - Fix broken token balances on homepage
- Add support for
decimals
specs (link wip)- This replaces
divisibility
- Legacy tokens with the
divisibility
option will still be supported decimals
works similarly to how it is done on Ethereum: state stores integer balance in the smallest unit possible for the token, this balance is divided by10^decimals
to get the actual, fractioned balance)
- This replaces
- Fix oversized collectible images not centered
- Add Bazar link for collectibles
Thank you for @atticusofsparta's contribution to the event emitter.