fboucquez

Results 69 comments of fboucquez

Symbol ledger app should support random text encryption, https://github.com/nemgrouplimited/symbol-ledger-app/issues/29 I got the same issue integrating ledger with symbol-cli. https://github.com/nemtech/symbol-cli/pull/380

Awsome finding @zhjjj , I've created the PR https://github.com/nemtech/symbol-sdk-typescript-javascript/pull/795 @rg911

Hi @IgnatLomkov , I couldn't reproduce the issue. Could you show the logs?

Thanks @IgnatLomkov , you are right. We should split the TransactionGroupEnum with and without Failed. Failed value is not a valid value when searching or loading transactions.

Task: Revisit, add, or update examples or each section: - [x] account - [ ] accountlink - [x] aggregate - [ ] blockchain - [ ] metadata - [ ]...

@vlad-bondarenko , we have added the aggregate examples. It uses the unreleased version of the SDK for now (0.20.4-SNAPSHOT), we are going to release soon.

The java samples are fixed in https://github.com/nemtech/nem2-docs/pull/339. TS sample needs to remove the hardcoded network types and generation hashes

Also, we should remove hardcoded network currency information from the examples like: ``` // replace with symbol.xym id const networkCurrencyMosaicId = new MosaicId('5E62990DCAC5BE8A'); // replace with network currency divisibility const...