André Carneiro

Results 48 issues of André Carneiro

Solution close to what was described in #2400, but with a `delete networkMaps[key]` when length is 1 (to prevent splicing from leaving an empty entry on networkMaps).

In previous versions this method existed, is there any reason why it was removed? The implementation should be a simple: ```javascript function hexToBuffer(value) { $.checkArgumentType(value, 'string', 'value'); return Buffer.from(value, 'hex');...

# Acceptance criteria - change visibility of `/thin_wallet/send_tokens` to private

The openapi description of the response on the `/v1a/thin_wallet/address_search` endpoint (see [here](https://github.com/HathorNetwork/hathor-core/blob/master/hathor/wallet/resources/thin_wallet/address_search.py)) does not match the full-node response.

A syntax analysis of the script could save some time when evaluating invalid scripts.

enhancement

It would be better to use P2SH or PayToScriptHash, to show that any "P2SH" behavior is supported, not only MultiSig.

The addresses on the list should be truncated and clicking on them should start the address confirmation with ledger.

enhancement

### Security Checklist - [ ] Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies...

As [suggested](https://github.com/HathorNetwork/hathor-wallet-headless/pull/237#discussion_r988251877) by @tuliomir we should have the event names mapped so it would be easier to use and understand the origin of some events. ```js // src/constants.js WALLET_EVENTS: Object.freeze({...