rsksmart / rwallet

The RSK Wallet is based on our rWallet open-source code-base, which will allow developers and organizations to use it to build their own apps.
https://developers.rsk.co/wallet/
GNU General Public License v3.0
43 stars 22 forks source link

refactor: extract tx broadcast from component and add unit tests #687

Closed lucachaco closed 3 years ago

lucachaco commented 3 years ago

Extract tx broadcast code from component and add unit test (pending)

The following cases will be in a separate PR:

Segwit RBTC to Segwit RBTC (Partial funds))

USDT to USDT (Partial funds))

Legacy BTC to Legacy BTC (All funds)

USDT to USDT (All funds)

Motivation and Context

Decouple logic from component to make it easier to test

How Has This Been Tested?

Yes, locally

Types of changes

Checklist:

lucachaco commented 3 years ago
Screen Shot 2021-05-18 at 22 34 47