archethic_lib_dart 0.2.2 archethic_lib_dart: ^0.2.2 copied to clipboard
ArchEthic dart library for Flutter for Node and Browser. This library aims to provide a easy way to create ArchEthic transaction and to send them over the network
Changelog #
Version 0.2.2 (2021-08-27)
- Adding logger
Version 0.2.1 (2021-08-25)
- Adding status management when we send a tx
- Fixing bugs
Version 0.2.0 (2021-08-24)
- Structuring of the model layer
Version 0.1.1 (2021-08-23)
- Fixing bugs
Version 0.1.0 (2021-07-21)
- Moving project to the ArchEthic official repo
Version 0.0.28 (2021-07-21)
- Updating elliptic: 0.3.5
- Updating license
Version 0.0.27 (2021-07-20)
- Updating pinenacl 0.3.3
Version 0.0.26 (2021-07-20)
- Updating documentation
- Changing project structure
Version 0.0.25 (2021-07-20)
- Web compatible
Version 0.0.24 (2021-07-19)
- Adding ecEncrypt with Ed25519 public key
Version 0.0.23 (2021-07-19)
- Adding ecEncrypt with P256 and secp256k1 public key
Version 0.0.22 (2021-07-15)
- Removing endpoint paramaters in each methods. Becoming a global parameter
Version 0.0.21 (2021-07-15)
- Cleaning code
Version 0.0.20 (2021-07-14)
- Changing version naming
- Using rfc6979 for ecdsa signature
Version 0.0.17+17 (2021-07-13)
- Removing flutter references
Version 0.0.16+16 (2021-07-13)
- Removing unused folders
Version 0.0.15+15 (2021-07-12)
- Adding Code Factor Controls (https://www.codefactor.io/repository/github/reddwarf03/archethic_lib_dart)
Version 0.0.14+14 (2021-07-12)
- Web compatibility
Version 0.0.13+13 (2021-07-12)
- Removing Flutter declarations
Version 0.0.12+12 (2021-07-12)
- Removing Flutter SDK dependencies
Version 0.0.11+11 (2021-07-12)
- Adding methods : encrypt & decrypt a data for a given public key using AES algorithm
Version 0.0.10+10 (2021-07-12)
- Documentation
Version 0.0.9+9 (2021-07-12)
- Exposing services
- Fixing bugs
Version 0.0.8+8 (2021-07-08)
- Updating Crypto and Transaction builder with the latest changes from the node implementation
- Adding api methods
Version 0.0.7+7 (2021-07-06)
- Updating Crypto and Transaction builder with the latest changes from the node implementation
- Updating dependencies
Version 0.0.6+6 (2021-06-23)
- Renaming references by ArchEthic
- Updating dependencies
Version 0.0.5+5 (2021-05-11)
- Adding coingecko api (Get Uniris Coin infos (name, price, market, ... including exchange tickers))
- Adding absinthe socket
Version 0.0.4+4 (2021-05-04)
- Adding api requests (fetchBalance, getTransactionContent, getTransactions)
- Adding coingecko api
- Organizing packages
Version 0.0.3+3 (2021-04-21)
- Dartdoc
- Changing project structure
Version 0.0.2+2 (2021-04-21)
- Removing cupertino_icons dependency
- Dart format
Version 0.0.1+1 (2021-04-21)
- Initial release.