fboucquez

Results 78 issues of 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...

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,...

enhancement

When the user logs out, the console shows many errors, they should be cleaned ![image](https://user-images.githubusercontent.com/5390558/124274437-a55d0680-db17-11eb-9b6b-9ea39c6d89e9.png) The problem is around the vuex state, once the logout action is performed, the state...

P3 Issue

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....

P2 Issue

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...

enhancement

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...

P3 Issue

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