André Carneiro

Results 48 issues of André Carneiro

# Description Some tests use a done callback and let an event handler to call it. If an error occurs the callback is never called and the test will run...

Some methods to prepare a transaction data to be mined or to sign are exclusive to `src/transaction.js` We should move some methods to the transaction model so we don't have...

The `helpersUtils.createTxFromData` is used to create a transaction instance from an `Object` with the tx data (e.g. version, inputs, outputs, tokens). We should have a way to make the inverse,...

enhancement

# Description On the new unreleased version the ledger device is not responding to the `getVersion` call, blocking the queue and not timing out. # Initial thoughts There could be...

As stated by @andreabadesso [here](https://github.com/HathorNetwork/hathor-wallet/pull/413#discussion_r1335879466) some logic for the reducer are too convoluted. We should create a `src/reducer/helper.js` so it can hold the logic in a more centralized and clear...

## Description Whenever we receive a transaction we have an alert to the system, this alert is being duplicated. Some systems silence duplicate notifications but others, e.g. windows, ubuntu, seem...

- Feature Name: wallet_encryption_standard - Start Date: 2024-04-19 - Author: André Carneiro # Summary [summary]: #summary Update the wallet-lib's encryption standard, increasing security and offering more flexibility to the wallets....

### Acceptance Criteria - Create a Connection class that works seamlessly with the wallet facade but with a client to the fullnode's event queue. ### Security Checklist - [ ]...

### Acceptance Criteria - Include here all things that this PR should solve ### Security Checklist - [ ] Make sure you do not include new dependencies in the project...