Releases: nautls/nautilus-wallet
Releases · nautls/nautilus-wallet
v0.1.7
v0.1.6
Fixes:
- fix wrong balance when you have pending txs (handles recent explorer changes)
- a definitive fix for filtered get_utxos()
- minor UI fixes
v0.1.5
Fixes:
- Make get_utxos() return only boxes that contains tokenId
- Minor UI fixes
v0.1.4
Fixes
- fix
get_utxos
when usingtokenId
andamount
- handles big numbers properly in the API
v0.1.3
New features:
- Add
sign_tx
andsubmit_tx
methods to dApp Connector injected code - Add mnemonic pasting
v0.1.0
This pre-release partially implements EIP-12
Added
-
ergoConnector.nautilus.connect()
-
ergoConnector.nautilus.isConnected()
-
ergo_wallet_disconnected
event -
ergo.get_utxos
-
ergo.get_balance
-
ergo.get_used_addresses
-
ergo.get_unused_addresses
-
ergo.get_change_address
In order to facilitate the testing process, ergo_request_read_access
and ergo_check_read_access
are also included on this pre-release, but keep in mind that those will be removed for the public release to avoid conflicts with Yoroi
v0.0.7
Fixes:
- Fix mnemonic sorting on restoration view
- Some small UI fixes
v0.0.6
New features
- Expanded view
- Miner fee bump
- NFT amount auto select on "Send" tab
Fixes:
- Fixed layout breaking on "Assets" tab
- Wrong balance on wallets with less balance than required to send a transaction
- Various small UI fixes
v0.0.5
- added KYA modal
- added about page
v0.0.4
Private beta version