status-go/services/wallet/transfer
Ivan Belyakov 6e666f7c27 fix(wallet): accessing tokens block range nil on empty acc.
Fixed a crash in local notification service on a nil block number
in HistoryReady event
2023-12-07 21:40:02 +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 test(wallet): add tests for findNewBlocks command 2023-12-06 12:08:18 +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 fix: prevent crash when erc20 tx is contract creation 2023-12-07 09:50:41 +01:00
commands_sequential.go fix(wallet): accessing tokens block range nil on empty acc. 2023-12-07 21:40:02 +01:00
commands_sequential_test.go fix(wallet): use mnemonic displayed check for 'findNewBlocksCommand' 2023-12-06 14:07:52 +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 Implemented balance history based on transfers (#4022) 2023-10-04 15:00:12 +03:00
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 feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
database_test.go feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
downloader.go feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +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 feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
query.go feat(wallet): detect ERC1155 batch transfers. 2023-11-16 09:37:09 +01: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 fix: Update timestamp when upserting multi tx (#4224) 2023-10-30 07:53:22 +01:00
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(walletconnect)_: various improvements applied 2023-12-04 11:18:38 +01:00
transaction_manager_multitransaction.go feat(wallet)_: common endpoints added to wallet api 2023-11-29 15:34:44 +01:00
transaction_manager_test.go feat(wallet)_: common endpoints added to wallet api 2023-11-29 15:34:44 +01:00
view.go feat(wallet) extract json blobs and add custom migration support 2023-06-08 13:54:40 +02:00