Releases: chain/sequence-sdk-ruby
Releases · chain/sequence-sdk-ruby
Sequence Ruby SDK v1.3
For full details on the 1.3 release and how to migrate your code,
visit the Sequence changelog.
- Added
Token. More info - Added
token_tagsonTransactionbuilder'sissue/transferactions. - Added
filteronTransactionbuilder'stransfer/retireactions. - Updated pagination interfaces:
.[list|sum].page(size: size)to retrieve one page.
.[list|sum].page(cursor: cursor)to retrieve another page.
.[list|sum].allto iterate over all items.
page_sizehas been deprecated; you can now use.page(size: size). - Querying balances has been deprecated; you can now use
tokens.sumto
query balances in an account. - Querying contracts has been deprecated; you can now use
tokens.listto
list tokens in an account.
Sequence Ruby SDK v1.2.0
For full details on the 1.2 release and how to migrate your code,
visit the Sequence changelog.
Assethas been renamed toFlavor; all references to assets have been
deprecated.- The
codefield on API errors has been deprecated; the new field is
seq_code, containingSEQXXXerror codes. - The
source_account_tags,destination_account_tags, andasset_tagson
action objects have been deprecated; All tags on actions are now available
within a newAction#snapshotobject.
Sequence Ruby SDK v1.1.0
For full details on the 1.1 release and how to migrate your code,
visit the Sequence changelog.
- Added support for setting a user-provided id on key and account objects.
- The
aliasfield on key and account objects has been deprecated. - The
ledgerfield when creating an API client has been deprecated; the new
field is namedledger_name. - Added full support for listing and summing actions.