status-go/services/rpcfilters
Ivan Belyakov 09dff82db5 feat(wallet): Move pending transactions to `transactions` module.
Handle creation and deletion of pending transactions automatically
on status-go side.
2023-07-11 16:07:42 +02:00
..
api.go feat(wallet): Move pending transactions to `transactions` module. 2023-07-11 16:07:42 +02:00
api_test.go feat: Rpc client manage multiple eth client (#2359) 2021-09-22 13:49:20 -04:00
hash_filter.go Add local implementation of the newFilter call using remote getLogs call (#1235) 2018-10-23 08:11:11 +03:00
latest_block_changed_event.go feat(wallet): Move pending transactions to `transactions` module. 2023-07-11 16:07:42 +02:00
latest_block_changed_event_test.go feat(wallet): Move pending transactions to `transactions` module. 2023-07-11 16:07:42 +02:00
latest_block_provider.go feat: Rpc client manage multiple eth client (#2359) 2021-09-22 13:49:20 -04:00
latest_logs.go feat: Rpc client manage multiple eth client (#2359) 2021-09-22 13:49:20 -04:00
latest_logs_test.go feat: Rpc client manage multiple eth client (#2359) 2021-09-22 13:49:20 -04:00
logs_cache.go synchronize display name (#2989) 2022-12-29 14:16:19 +08:00
logs_cache_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
logs_filter.go Implement eth_getFilterLogs (#1265) 2018-11-06 07:41:36 +01:00
logs_filter_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
service.go feat(wallet): Move pending transactions to `transactions` module. 2023-07-11 16:07:42 +02:00
transaction_sent_to_upstream_event.go feat(wallet): Move pending transactions to `transactions` module. 2023-07-11 16:07:42 +02:00
transaction_sent_to_upstream_event_test.go feat(wallet): Move pending transactions to `transactions` module. 2023-07-11 16:07:42 +02:00