status-go/transactions
Ivan Belyakov 2df9df10ab fix(tests): moved test db setup to a common place 't/helpers', created
interface for initializing db, which is implemented for appdatabase and
walletdatabase. TBD for multiaccounts DB.
Unified DB initializion for all tests using helpers and new interface.
Reduced sqlcipher kdf iterations for all tests to 1.
2023-08-18 09:00:56 +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
nonce.go feat: nonce management in multi tx 2023-01-12 12:56:57 +01:00
pending.go feat(OwnerToken): Owner token and master token deployment 2023-08-14 20:57:00 +02:00
rpc_wrapper.go feat: Simple transaction router (#2686) 2022-06-09 15:09:56 +02:00
transaction_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00: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