David Garcia

Results 34 issues of David Garcia

The login page should have the possibility to delete unused wallets. When trying to remove a wallet, it should appear a modal warning about the chance of losing the private...

enhancement

**Description** Before Catapult is available in the public net, we should have a mobile wallet using NEM2-SDK. If someone is interested in practice with new SDK with a real project,...

enhancement
help wanted

**Expected Behaviour** When displaying a transaction with an encrypted message, the user should be able to insert the wallet password and display the message. **Current Behaviour** Right now it appears...

enhancement

``npx staticrypt index.html test -o index.html`` throws the following error: > Native crypto module could not be used to get secure random number. A quick fix could be to use...

``metadataService.createAccountMetadataTransaction`` function now requires to pass a ``maxFee``, but the param should be optional. Having maxFee as an optional param is especially useful when defining inner aggregate transactions.

enhancement

The section [Data Validation](https://nemtech.github.io/concepts/data-validation.html) describes Merkle trees data validation bu doesn't explain yet how Merkle **Patricia** Trees can be used to verify the state for a given block. Adapt the...

enhancement

Create guides to deploy and manage private networks with catapult-service-bootstrap. Related issue #143 ## Dependencies catapult-service-bootstrap ready to launch private networks for production. ## Deliverables - [ ] [Guide] Prepare...

enhancement
blocked

Now that the first stable version of most packages has been released (1.0), it might be possible to remove from the site previous autogenerated documentation. For example, for the REST...

enhancement

Originally reported here https://github.com/nemtech/nem2-docs/pull/323#issuecomment-573319429 by @fboucquez > > RepositoryFactory knows how to load and cache `networkType` and `generationHash`. What about doing something like this: > > ``` > const sendintATransferTransaction...

enhancement

The documentation comes with guides on how to use each built-in feature. These guides show developers how to use built-in Symbol features while following step-by-step use cases. Previously, most guides...

enhancement
help wanted