status-go/services/wallet/transfer
Siddarth Kumar d6c4682479
chore_: bump go to 1.20 (#5027)
This commit attempts to upgrade go version to 1.20.12
This commit also removes the following items from lint checks :
* `goconst`
* `structcheck`
* `deadcode`
* `golint`
* `varcheck`

Mobile PR for QA purposes -> https://github.com/status-im/status-mobile/pull/19564
2024-04-18 18:48:02 +02: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 chore_: bump go to 1.20 (#5027) 2024-04-18 18:48:02 +02:00
block_ranges_sequential_dao_test.go [#4690] Nilable block range values for proper ranges management (#4691) 2024-02-19 16:50:07 +01:00
block_test.go Implemented balance history based on transfers (#4022) 2023-10-04 15:00:12 +03:00
bridge_identifier.go fix: Update timestamp when upserting multi tx (#4224) 2023-10-30 07:53:22 +01:00
commands.go chore(wallet) minor improvement to matching transactions 2024-04-05 11:04:13 +02:00
commands_sequential.go fix(wallet): crash on access nil block 2024-03-18 10:56:19 +01:00
commands_sequential_test.go fix(wallet): cleanup token_balances table on account removed 2024-03-27 14:54:30 +01:00
concurrent.go fix: resolve first tx of block 2024-02-21 13:28:26 +01:00
concurrent_test.go fix: resolve first tx of block 2024-02-21 13:28:26 +01:00
controller.go fix(wallet): cleanup multi_transactions table on account removed 2024-03-27 14:54:30 +01:00
controller_test.go fix(wallet): cleanup multi_transactions table on account removed 2024-03-27 14:54:30 +01:00
database.go chore_: bump go to 1.20 (#5027) 2024-04-18 18:48:02 +02:00
database_test.go fix: calculating next nonce for optimism chain improved to align with calculation on mainnet and arbitrum 2024-03-13 15:21:33 +01:00
downloader.go fix: calculating next nonce for optimism chain improved to align with calculation on mainnet and arbitrum 2024-03-13 15:21:33 +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: calculating next nonce for optimism chain improved to align with calculation on mainnet and arbitrum 2024-03-13 15:21:33 +01:00
transaction_manager.go chore(wallet) remove unused multi-transaction-update event 2024-03-27 13:36:40 +01:00
transaction_manager_multitransaction.go feat: swap via paraswap 2024-04-08 10:14:48 +02:00
transaction_manager_test.go fix: calculating next nonce for optimism chain improved to align with calculation on mainnet and arbitrum 2024-03-13 15:21:33 +01:00
view.go feat(wallet) extract json blobs and add custom migration support 2023-06-08 13:54:40 +02:00