Releases: symbol/symbol-sdk-typescript-javascript
Releases · symbol/symbol-sdk-typescript-javascript
[2.0.6] - 23-Sept-2025
23 Sep 00:38
Compare
Sorry, something went wrong.
No results found
[Bug] Add support for Aggregate transaction V3.
[2.0.5] - 15-Mar-2024
15 Mar 13:51
Compare
Sorry, something went wrong.
No results found
[Bug] 853 : Fixed encoding of raw messages in TransferTransaction.
[2.0.4] - 7-Mar-2023
06 Mar 18:46
Compare
Sorry, something went wrong.
No results found
[Bug] Fix mosaic definition transaction from payload method.
[2.0.3] - 25-Oct-2022
25 Oct 14:51
Compare
Sorry, something went wrong.
No results found
Bumped AggregateTransaction version to V2. Note that the ability to create or broadcast V1 aggregate transactions has been removed.
[Bug] Fixed incorrect Merkle hash calculation for aggregate transactions.
[Bug] Fixed the calculation of embedded transaction (also known as inner aggregate transaction) hashes without padding.
[2.0.2] - 11-Oct-2022
11 Oct 07:51
Compare
Sorry, something went wrong.
No results found
Milestone : Symbol Mainnet
[Bug] #843 : Handle transaction meta's timestamp and feeMultiplier when value is undefined.
[2.0.1] - 30-May-2022
31 May 09:21
Compare
Sorry, something went wrong.
No results found
Milestone : Symbol Mainnet
[Bug] #839 : Patch missing meta information to transaction dto.
[2.0.0] - 01-Mar-2022
02 Mar 07:22
Compare
Sorry, something went wrong.
No results found
[2.0.0] - 01-Mar-2022
Milestone : Symbol Mainnet
[BREAKING CHANGE] The type of value field in AccountMetadataTransaction, MosaicMetadataTransaction, NamespaceMetadataTransaction classes is changed from string to Uint8Array.
fix: Fixed metadata value non-ascii utf8 encoding issue #834
fix: Upgraded Node to 12.22.1.
fix: Upgraded typescript to 4.5.4.
fix: Upgraded RXJS to 7.4.0.
[1.0.3] - 16-Nov-2021
16 Nov 16:35
Compare
Sorry, something went wrong.
No results found
Milestone : Symbol Mainnet
fix: replaced instanceof statements. These statements are problematic when npm installs the dependency in multiples modules.
feat: added mosaic revocation support.
[1.0.2] - 25-Oct-2021
25 Oct 15:54
Compare
Sorry, something went wrong.
No results found
Milestone : Symbol Mainnet
feat: Multisig multilevel subscription in web listener.
feat: Added Deployment data to ServerInfo.
fix: Fixed observable pipe in TransactionService's announce method.
fix: Allowing plain base32 addresses in rest payloads. Both address formats are supported.
fix: Cosigning from transaction hash only.
fix: Transaction signWith method broken into smaller methods.
fix: Removed unsued dependencies.
v1.0.1
24 May 12:49
Compare
Sorry, something went wrong.
No results found
[1.0.1] - 24-May-2021
Milestone : Symbol Mainnet
Fixed missing utf-8 dependency issue.
Fixed UnhandledPromiseRejection issue in HTTP repository.