coblox / bobtimus

an autobot that automatically handles swaps as Bob
Apache License 2.0
1 stars 1 forks source link

Use transactionSigner built into web3 for `EthereumWallet` #15

Open thomaseizinger opened 5 years ago

thomaseizinger commented 5 years ago

Currently, we are depending on ethereumjs-tx directly to get access to the functionality of local signing of transactions.

Web3.js actually has a module for this: https://web3js.readthedocs.io/en/1.0/web3.html#transactionsigner

We should leverage that and the direct dependency.

DoD: