Releases: KeetaNetwork/swift-client
Releases · KeetaNetwork/swift-client
v0.2.3
v0.2.2
Includes
- Idempotent key for block v1 & v2
VoteQuoteto get fee estimations before publishing- KeetaClient send option for better customization
- KeetaClient transactions bug fix for receive operations
- API get block for hash method
- API new get votes methods method
- Token amount conversion utility (BigInt <--> Double)
- Account recovery (get and publish pending block for vote existing for successor error)
- Token creation bug fix for non-empty accounts
v0.2.1
Several improvements around network fee handling and block publishing.
Includes
- Async
BlockBuilder.feeBlockmethod fetching the latest block hash KeetaClient.feeAccountto configure separate account for paying network fees- Several
KeetaClientmethods now have an additionalfeeAccountparameter to specify the account paying the network fees Transaction.isNetworkFeeadded to distinguish between fees and regular account to account transactionsKeetaApi.publishmethod now returns a newPublishResult, containing all relevant information of the published blocksKeetaClient.historymethod bugfix to exclude operations from other accounts when bundled in the same block- Updated readme
v0.2.0
Main Network Release
Includes
- Block Schema v2
- Fees Support
- Updated readme
v0.1.1
Several improvements
- Update and use representative with the highest weight on the network
- Improved temporary votes API handling
- Improved client send token methods
v0.1.0
v0.1.0
Build iOS and macOS application on top of the Keeta Network.
Send, receive, create and swap tokens on the test network using the KeetaClient.
Includes
- Seed Generation using
SeedGenerator - Account management
AccountandAccountBuilder - Construct and sign blocks using
BlockBuilder