symbol-sdk-typescript-javascript
symbol-sdk-typescript-javascript copied to clipboard
This SDK has been deprecated as of January 2022.
1. Expected behavior and actual behavior. The listener receives a message when it detects the confirm of a transaction, but it seems to be failing to extract the timestamp and...
fix: Improved Crypto unit testing fix: Moved "decode" to Convert.hexToUtf8 fix: EncryptedMessage payload wasn't reproducible. This fix allows devs to pull the transfer's message bytes as-is without any conventions. `message.toBuffer()`
overide -> override
## Expected behavior and actual behavior The project has a [file](https://github.com/symbol/symbol-sdk-typescript-javascript/blob/dev/src/model/transaction/TransactionStatus.ts), where is the wrong typing (group field) subject to the use of this model in [this file](https://github.com/symbol/symbol-sdk-typescript-javascript/blob/dev/src/infrastructure/TransactionStatusHttp.ts) (toTransactionStatus method)....
1. Expected behavior and actual behavior. In documentation https://docs.symbolplatform.com/serialization/transaction.html#id2 I can see `deadline - Number of milliseconds elapsed since the creation of the nemesis block. If a transaction does not...
Atm, there is no easy way to add a timeout to the repository factory configuration. Ideally, the user would provide a timeout so any rest call would fail if the...
1. Expected behavior and actual behavior. 2. Steps to reproduce the problem. When I use symbol-sdk in Vue3 + vite, I get an error and it does not work properly....
Entities to revisit: - Metadata - MosaicGlobalRestriction - MosaicAddressRestriction - SecretLock Each should have a static method that receives the individual params and creates a hash that can be used,...
As seen in https://github.com/symbol/symbol-openapi/pull/282
As seen in https://github.com/symbol/symbol-openapi/pull/280/files