status-go/services/wallet/transfer
Roman Volosovskyi 647c3b0fd8
[#4605] Skip nonce check when possible during tx detection
2024-01-24 11:31:14 +01:00
..
block_dao.go feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
block_ranges_sequential_dao.go [#4202] Detect balance and erc20 transfers by a single contract call (#4508) 2024-01-19 16:57:04 +01:00
block_ranges_sequential_dao_test.go fix(wallet): fix blocks ranges update error, add tests (#4560) 2024-01-17 12:08:56 +01:00
block_test.go
bridge_identifier.go
commands.go feat: link owned collectibles with latest matching transfer 2024-01-15 12:55:47 -03:00
commands_sequential.go [#4605] Skip nonce check when possible during tx detection 2024-01-24 11:31:14 +01:00
commands_sequential_test.go [#4605] Skip nonce check when possible during tx detection 2024-01-24 11:31:14 +01:00
concurrent.go feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
concurrent_test.go
controller.go [#4200] Avoid tx watching for addresses which were not exposed 2023-12-01 12:30:42 +01:00
controller_test.go feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
database.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
database_test.go feat: link owned collectibles with latest matching transfer 2024-01-15 12:55:47 -03:00
downloader.go fix: properly detect relevant incoming token transfers 2024-01-10 16:03:55 -03:00
iterative.go feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
iterative_test.go
query.go feat: link owned collectibles with latest matching transfer 2024-01-15 12:55:47 -03:00
reactor.go [#4200] Avoid tx watching for addresses which were not exposed 2023-12-01 12:30:42 +01:00
sequential_fetch_strategy.go feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
swap_identifier.go
testutils.go feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
transaction_manager.go chore: read and use nonce from network instead from the local cache when sending tx 2023-12-29 08:43:03 +01:00
transaction_manager_multitransaction.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
transaction_manager_test.go feat(wallet)_: common endpoints added to wallet api 2023-11-29 15:34:44 +01:00
view.go