Releases: commercionetwork/commercio-sdk.kt
Releases · commercionetwork/commercio-sdk.kt
Release list
Version 2.2.0
- Updated for Documents module
- Added checks for Documents module fields excluding empty when necessary
- Added tests for Documents module
- Updated for Id module
- Added checks for Id module fields excluding empty when necessary
- Added tests for Id module
- Updated Commerciomint module
- Change from Cdp to Etp
- Added tests for Commerciomint module
- Removed Accreditations module
- Added Commerciokyc module
- Added tests for Commerciokyc module
- Update examples
- Added info for testing SDK in local network
- Delete comment
- Clean code
- Added Legacy support for Documents and Id modules
Version 2.2.0 Prerelease 1
- Added utility methods for checking the format of the field
- Added checks for CommercioDoc fields
- Removed "schema_type" to fix MsgShareDocumentTests
- Removed message formatting
- Removed proof in MsgSendDocumentReceipt example
- Added checks for CommercioDocReceipt fields
- Added check field for encrypted_data (CommercioDoc)
- Added asserts on DoSign & Checksum both required if the first is not null
- Added schemaType check notEmpty
- Added Schema.uri check notEmpty
- Added Schema.version check notEmpty
- Added Checksum.value check notEmpty
- Exclude checksum field if null
- Added info for testing SDK in local network
- Added check on the length of the fields of class DidDocumentService
- Added service field to DidDocumentProofSignatureContent
- Exclude service field if empty
- Replace openCdp and closeCdp with mintCcc and burnCcc
- Added class ExchangeTradePositions
- Added getExchangeTradePositions
- Replace membership with kyc module
- Added Membership Type GREEN
- Added RewardPoolDepositHelper
- Delete inviteUser & buyMembership methods
- Added rewardPoolDepositsList methods
- Clean code
- Updated documentation
- Updated examples
- Updated/Added tests
Version 2.1.2
- Added the shareDocumentsList() method to the DocsHelper class to send multiple shareDocument messages
- Added the sendDocumentReceiptsList() method to the DocsHelper class to send multiple sendDocumentReceipt messages
- Added the setDidDocumentsList() method to the IdHelper class to send multiple setDidDocument messages
- Added class RequestDidPowerUpHelper
- Added the requestDidPowerUpsList() method to the IdHelper class to send multiple RequestDidPowerUp messages
- Added the inviteUsersList() method to the MembershipHelper class to send multiple InviteUser messages
- Added the buyMembershipsList() method to the MembershipHelper class to send multiple BuyMembership messages
- Added automatic fees calculation for multiple messages
- Added the ability to configure the transactions sync mode
- Added closeCdpsList() method to the MintHelper class to send multiple CloseCdp messages
Version 2.1.0
- Aligned DDO creation
- Aligned powerUP creation
- Aligned shareDoc creation
- Deleted Did Deposit
- Fix Cdp creation
- Add do_sign shareDoc
Version 0.1.3
Version 0.1.2
Minor fixes and dependencies update
Version 0.1.1
Version 0.1.0
Changes
- Completed all the helpers methods
- Fixed some bugs
- Updated Sacco.kt to 0.1.0
- Added a set of usage example
Version 0.0.4
Changes
- Updated Sacco to version 0.0.14
Version 0.0.3
Changes
- Updated Sacco.kt to version 0.0.13