sio_core_light 1.1.4 sio_core_light: ^1.1.4 copied to clipboard
Simplio wallet core library for building blockchain transactions, developed in Dart, can be used in Flutter framework.
1.1.4 #
- Improve arguments types
1.1.3 #
- Implement Ethereum message signing
1.1.2 #
- Fix:
Transaction
arguments non null-able
1.1.1 #
- fix: rename
Cluster.utxo
1.1.0 #
- Implement
networkId
method forEthNetworks
- Implement
assetId
method forNetworks
- Refactor: move
NetworkGroups
underCluster
- Refactor
chainId
method - Implement
EthChainId
andSioAssetId
- Fix: improve utxo exceptions
1.0.3 #
- Expose
data
argument for ETH transactions - Now
amount
argument for ETH transactions is inwei
instead ofgwei
- Fix bugs in methods documentation
- Small bug fixes
1.0.2 #
- Add network groups for buildTx organization
1.0.1 #
- Expose Transaction class
1.0.0 #
- Implement SOL native and token (SPL) transactions
- Implement UTXO transactions (BTC, BCH, DASH, DGB, DOGE, FLUX, LTC, ZEC)
- Implement legacy transactions for Ethereum native and token transactions (BSC, ETC)
- Implement EIP1559 transactions for Ethereum native and token transactions (AVAX, ETH, MATIC)
- Implement Cosmos native transactions (ATOM, OSMO)