emeraldpay / emerald-wallet

Emerald Wallet
https://emerald.cash
Apache License 2.0
211 stars 102 forks source link

Load pending transactions into tracked transactions #116

Closed elaineo closed 7 years ago

elaineo commented 7 years ago

When wallet is first loaded, the pending transactions should be loaded via eth.pendingTransactions Related: https://github.com/ethereumproject/emerald-wallet/issues/114, #115 https://github.com/ethereumproject/emerald-wallet/issues/107

another option for geth: txpool https://github.com/ethereum/go-ethereum/wiki/Management-APIs#txpool

elaineo commented 7 years ago

done with #129