status-go/services/wallet/transfer
Sale Djenic 4fc9361f12 fix(wallet)_: broken swap and bridge for erc20 tokens fixed 2024-11-08 13:51:11 +01:00
..
block_dao.go chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00:00
block_ranges_sequential_dao.go chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00: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
commands.go chore_: remove detection of external swaps and bridges 2024-10-31 08:52:54 +01:00
commands_sequential.go chore_: remove detection of external swaps and bridges 2024-10-31 08:52:54 +01:00
commands_sequential_test.go chore_: remove detection of external swaps and bridges 2024-10-31 08:52:54 +01:00
concurrent.go chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00:00
concurrent_test.go fix_: bump go-ethereum to get fix for block hash calculation (#5873) 2024-09-26 08:38:22 -03:00
controller.go chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00:00
controller_test.go chore(wallet)_: code structure improved for multi_transaction manager 2024-05-31 09:58:06 +02:00
database.go chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00: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 chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00:00
downloader_test.go chore_: migrate to uber's mock fork (#5858) 2024-09-20 10:08:11 +01:00
errors.go chore_: improvements of the sending route generated by the router process 2024-10-01 14:30:33 +02:00
helpers.go chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00:00
iterative.go chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00:00
iterative_test.go
multi_transaction_db.go feat(wallet)_: add Approve transaction type 2024-06-10 08:57:45 -03:00
multi_transaction_db_test.go test(wallet)_: created Transactor interface 2024-05-31 09:58:06 +02:00
query.go feat: link owned collectibles with latest matching transfer 2024-01-15 12:55:47 -03:00
reactor.go chore_: remove detection of external swaps and bridges 2024-10-31 08:52:54 +01:00
sequential_fetch_strategy.go chore_: remove detection of external swaps and bridges 2024-10-31 08:52:54 +01:00
testutils.go chore_: completely remove goerli from the code 2024-10-21 17:30:51 +02:00
transaction_manager.go chore_: rework transaction code to make it more reusable 2024-11-08 09:03:33 -03:00
transaction_manager_internal.go Improvements on resolving nonce (#5658) 2024-08-12 08:07:32 -04:00
transaction_manager_multitransaction.go chore_: replace geth logger with zap logger (#5962) 2024-10-28 20:54:17 +00:00
transaction_manager_multitransaction_test.go refactor_: remove generated files from source control (#5878) 2024-10-03 20:59:44 +01:00
transaction_manager_route.go fix(wallet)_: broken swap and bridge for erc20 tokens fixed 2024-11-08 13:51:11 +01:00
transaction_manager_test.go refactor_: remove generated files from source control (#5878) 2024-10-03 20:59:44 +01:00
view.go