status-go/transactions
Stefan 70341f85a5 fix(wallet) send/receive for duplicate transactions
Brings consistency in case when sender and receiver are both in the
filter address list. This fixes the case of sender and receiver in
addresses and filters out duplicate entries.

Also

- refactor tests to provide support for owners
- adapt TestGetActivityEntriesWithSameTransactionForSenderAndReceiverInDB
  to the use of owner instead of from
2023-09-12 11:58:24 +02: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
nonce.go feat: nonce management in multi tx 2023-01-12 12:56:57 +01:00
pendingtxtracker.go fix(wallet) send/receive for duplicate transactions 2023-09-12 11:58:24 +02:00
pendingtxtracker_test.go fix(wallet) fix pending transactions notification 2023-09-01 00:18:26 +02:00
rpc_wrapper.go feat: Simple transaction router (#2686) 2022-06-09 15:09:56 +02:00
transactor.go feat(wallet): Move pending transactions to `transactions` module. 2023-07-11 16:07:42 +02:00
transactor_test.go feat: nonce management in multi tx 2023-01-12 12:56:57 +01:00
types.go fix: lint (#2845) 2022-09-27 18:59:02 -04:00
types_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00