fboucquez
fboucquez
This is an example of how to run a local network and inject the configuration into the current wallet. `bash bootstrap-start.sh` an follow the instructions. This PR is for the...
When building the wallet
Catapult 1.0.3.0 brings the revokable mosaic feature. Changes: - New revokable flag in MosaicInfo (state) - New revokable flag in MosaicDefinitionTransaction (create mosaic transaction) - New MosaicSupplyRevocationTransaction In my mind,...
When the user logs out, the console shows many errors, they should be cleaned  The problem is around the vuex state, once the logout action is performed, the state...
Hi team, I'm trying to integrate the CLIs to Ledger based on the desktop wallet knowledge. There are some issues I can find in the code that is worth revisiting....
Ideally, values like `NetworkType.TEST_NET` and `NetworkType.MAIN_NET` or related configuration hardcoded across the code. It's not good practice and it will make our life harder when trying to support wallet for...
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()`
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...
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