Skip to content

Releases: fioprotocol/fiosdk_typescript

FIO Typescript SDK v1.9.3

26 Jun 10:57
a59bc93
Compare
Choose a tag to compare

Fixes DASH-1019 Add register_fio_domain_address endpoint

FIO Typescript SDK v1.9.2

04 Jun 10:49
14c9a39
Compare
Choose a tag to compare
  • DASH-1019 Add new endpoint register_fio_domain_address to register FIO Handle with domain at once.
  • Move constants from test files to env files.
  • Update documentation.

FIO Typescript SDK v1.9.1

13 May 15:57
Compare
Choose a tag to compare

Overview

Bug fixes release.

  • Change import for AbortController due to usability issues on other environments.
  • Add includeEncrypted parameter for getObtData to have an ability to get non encrypted content of OBT data.

What's Changed

Full Changelog: v1.9.0...v1.9.1

FIO Typescript SDK v1.9.0

06 Nov 20:17
4c9f54f
Compare
Choose a tag to compare

Overview

This change implements FIO Core v3.5 and FIO Contracts v2.9. If your application sends FIO Requests or FIO Data, you must upgrade to this version.

There is a breaking change in this version:
pushTransaction method received multiple parameters in strict count.

Before version 1.9:

pushTransaction(
    account,
    action,
    data,
    encryptOptions,
  )

In version 1.9:

pushTransaction({
    account,
    action,
    data,
    authPermission,
    encryptOptions = {},
    signingAccount,
  }

Additional release information: https://dev.fio.net/changelog/new-fio-chain-version-193529

Details

What's Changed

Full Changelog: v1.8.0...v1.9.0

FIO Typescript SDK v1.8.0

18 Nov 17:07
f476af5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

Release Candidate - FIO Typescript SDK v1.8.0-rc1

21 Jul 16:44
aad06ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0-rc1...v1.8.0-rc1

Release - FIO Typescript SDK v1.7.0

31 May 14:11
f787820
Compare
Choose a tag to compare

New Features

(#123) Adds getChainDataForTx, createRawTransaction, serialize, sign, and executePreparedTrx methods to enable the separation of serialization, signing, and execution of FIO transactions.

(#129) Reduce the number of get_raw_abi calls by caching the contract ABIs

Release Candidate - FIO Typescript SDK v1.7.0-rc1

10 May 14:11
7040061
Compare
Choose a tag to compare

New Features

(#123) Adds getChainDataForTx, createRawTransaction, serialize, sign, and executePreparedTrx methods to enable the separation of serialization, signing, and execution of FIO transactions.

Release - FIO Typescript SDK v1.6.0

27 Apr 13:33
c23f425
Compare
Choose a tag to compare

Summary

This release introduces several new endpoints and is compatible with:

Because this SDK release supports a new fio.escrow system contract it is not compatible with older FIO chain releases.

New Features

(#111) FIP-26 introduced new endpoints and actions to support the fio.escrow Domain Marketplace system contract.

Modified API Endpoints

(#116) Fix amountToSuf conversion bug.

(#117) Return transaction ID with transaction response. New parameters have been added to the transaction responses, including the transaction ID and the block number of the transaction. This enhancement was requested by integrators to facilitate access to the transaction information. The full set of parameters now includes: transaction_id: string, block_num: number, status: string, expiration: string, fee_collected: number

(#120) Change homepage for RNEosEcc (request from Trustee Wallet)

Release Candidate - FIO Typescript SDK v1.6.0-rc1

21 Apr 14:46
0bc99a5
Compare
Choose a tag to compare

Summary

This release introduces several new endpoints and is compatible with:

Because this SDK release supports a new fio.escrow system contract it is not compatible with older FIO chain releases.

New Features

(#111) FIP-26 introduced new endpoints and actions to support the fio.escrow Domain Marketplace system contract.

Modified API Endpoints

(#116) Fix amountToSuf conversion bug.

(#117) Return transaction ID with transaction response. New parameters have been added to the transaction responses, including the transaction ID and the block number of the transaction. This enhancement was requested by integrators to facilitate access to the transaction information. The full set of parameters now includes: transaction_id: string, block_num: number, status: string, expiration: string, fee_collected: number

(#120) Change homepage for RNEosEcc (request from Trustee Wallet)