status-go/services/wallet/transfer
Roman Volosovskyi d5a10a97f1
[#4646] Return l2 block number when calling BalanceChecker on Arbitrum (#4668)
2024-02-02 12:52:52 +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 fix(wallet): do not return gas-only ETH entries of transfers table for 2024-01-30 11:37:53 +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 fix: Update timestamp when upserting multi tx (#4224) 2023-10-30 07:53:22 +01:00
commands.go [#4630] Add wallet_fetchOrGetCachedWalletBalances method (#4666) 2024-02-02 11:42:56 +01:00
commands_sequential.go [#4646] Return l2 block number when calling BalanceChecker on Arbitrum (#4668) 2024-02-02 12:52:52 +01:00
commands_sequential_test.go fix(wallet): Made loadBlocksAndTransfers command FiniteCommand to 2024-01-26 17:50:31 +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 [#4649] Do not restart reactor when it is already running (#4663) 2024-02-01 17:26:40 +01:00
controller_test.go [#4603] Get rid of fetchLatestBlockNumberCommand (#4614) 2024-01-25 13:05:59 +01:00
database.go fix(wallet): do not return gas-only ETH entries of transfers table for 2024-01-30 11:37:53 +01:00
database_test.go feat: link owned collectibles with latest matching transfer 2024-01-15 12:55:47 -03:00
downloader.go fix(wallet): handle BlobTxType transaction. 2024-01-31 10:06:14 +01: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 [#4649] Do not restart reactor when it is already running (#4663) 2024-02-01 17:26:40 +01:00
sequential_fetch_strategy.go [#4603] Get rid of fetchLatestBlockNumberCommand (#4614) 2024-01-25 13:05:59 +01:00
swap_identifier.go fix: Update timestamp when upserting multi tx (#4224) 2023-10-30 07:53:22 +01:00
testutils.go fix(wallet) fix reading amount for pending transactions 2024-02-01 18:28:55 +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