Use new ethers.js NonceManager to handle transaction nonces #59

Merged
bumi merged 3 commits from ethers-nonce-manager into master 2020-07-18 10:58:45 +00:00

3 Commits

Author SHA1 Message Date
ec63980cd3 Use kredits-contracts 6.0.0 2020-07-17 13:50:37 +02:00
a8e29f2197 Use ethers5 branch of kredits-contracts 2020-06-27 18:38:22 +02:00
b7ff55929c Use new ethers.js NonceManager to handle transaction nonces
So far we have failed to globally handle the transaction nonces.
The new ethers.js v5 comes with a NonceManager that helps us handling
transaction nonces and automatically increases the nonce for each
transaction.
2020-06-27 18:24:44 +02:00