status-go/transactions
Ivan Belyakov 3983114ae5 test(wallet)_: add unit tests for balance fetcher
replace types with interfaces where necessary to allow mocking
implement fake eth scanner and erc20 contracts
2024-07-04 09:29:49 +02:00
..
fake
mock_transactor test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
addrlock.go
conditionalrepeater.go
conditionalrepeater_test.go
pendingtxtracker.go feat_: Move community tokens transaction listening to status-go 2024-05-16 16:18:15 +02:00
pendingtxtracker_test.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
rpc_wrapper.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
testhelpers.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
transactor.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
transactor_test.go test(wallet)_: created Transactor interface 2024-05-31 09:58:06 +02:00
types.go
types_test.go