status-go/transactions
Stefan e088e1b3bd chore(wallet): refactor test helpers and update event names
Refactor the test helpers for pending transactions by extracting the mock
implementations and helper functions into a new file `transactions/testhelpers.go`.

Update event names for clarity and consistency in `pendingtxtracker.go`.

Updates status-desktop: [#13124](https://github.com/status-im/status-desktop/issues/13124)

ghstack-source-id: d85756b80f
Pull Request resolved: https://github.com/status-im/status-go/pull/4492
2024-01-10 19:42:51 +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(wallet): refactor test helpers and update event names 2024-01-10 19:42:51 +01:00
pendingtxtracker_test.go chore(wallet): refactor test helpers and update event names 2024-01-10 19:42:51 +01:00
rpc_wrapper.go feat(walletconnect)_: ethereum rpc calls support 2023-11-27 10:49:23 +01:00
testhelpers.go chore(wallet): refactor test helpers and update event names 2024-01-10 19:42:51 +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