status-go/transactions
Sale Djenic 6bfc1bed08 chore: read and use nonce from network instead from the local cache when sending tx
Reading the Nonce from the local cache may be incorrect if the tx is made out of the Status app or
if Status app sends a tx prepared by the dapp (via WalletConnect). A submitted tx with a wrong Nonce
results in a failing tx, that's why we need to read the Nonce from the network.
2023-12-29 08:43:03 +01:00
..
fake add wallet favourites 2020-09-21 10:48:00 +02:00
addrlock.go Abstract `accounts.Key` and geth `keystore` 2020-01-06 10:17:23 +01:00
conditionalrepeater.go fix(wallet) fix pending transactions notification 2023-09-01 00:18:26 +02:00
conditionalrepeater_test.go fix(wallet) propagate multi-transactions IDs to transfers 2023-08-22 18:39:42 +02:00
pendingtxtracker.go chore(walletconnect)_: various improvements applied 2023-12-04 11:18:38 +01:00
pendingtxtracker_test.go Basic test for findBlocksCommand 2023-09-19 13:17:36 +02:00
rpc_wrapper.go feat(walletconnect)_: ethereum rpc calls support 2023-11-27 10:49:23 +01:00
transactor.go chore: read and use nonce from network instead from the local cache when sending tx 2023-12-29 08:43:03 +01:00
transactor_test.go chore: read and use nonce from network instead from the local cache when sending tx 2023-12-29 08:43:03 +01:00
types.go feat: added functionality to ask a client to sign a transaction and an endpoint to continue sending using provided signature 2023-10-17 19:42:06 +02:00
types_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00