..
block_dao.go
fix(wallet): balance history used a wrong db for accessing accounts.
2023-08-30 10:17:57 +02:00
block_ranges_sequential_dao.go
…
block_test.go
Implemented balance history based on transfers ( #4022 )
2023-10-04 15:00:12 +03:00
bridge_identifier.go
Scanning of ERC20 tail of transfers history
2023-10-01 10:09:11 +02:00
commands.go
feat: trigger collectibles refresh on transfer
2023-10-11 15:22:46 -03:00
commands_sequential.go
Fix checking of ERC20 tail on new blocks scanning
2023-10-12 16:21:09 +02:00
commands_sequential_test.go
feat: added functionality to ask a client to sign a transaction and an endpoint to continue sending using provided signature
2023-10-17 19:42:06 +02:00
concurrent.go
Implemented balance history based on transfers ( #4022 )
2023-10-04 15:00:12 +03:00
concurrent_test.go
Implemented balance history based on transfers ( #4022 )
2023-10-04 15:00:12 +03:00
controller.go
Scanning of ERC20 tail of transfers history
2023-10-01 10:09:11 +02:00
database.go
fix(wallet) send/receive for duplicate transactions
2023-09-12 11:58:24 +02:00
database_test.go
…
downloader.go
[ #3930 ] Make sure eth_getLogs for outgoing transfers are not executed for erc20 tail
2023-10-05 11:44:09 +02:00
iterative.go
Scanning of ERC20 tail of transfers history
2023-10-01 10:09:11 +02:00
iterative_test.go
…
query.go
…
reactor.go
[ #3930 ] Make sure eth_getLogs for outgoing transfers are not executed for erc20 tail
2023-10-05 11:44:09 +02:00
sequential_fetch_strategy.go
Scanning of ERC20 tail of transfers history
2023-10-01 10:09:11 +02:00
swap_identifier.go
Scanning of ERC20 tail of transfers history
2023-10-01 10:09:11 +02:00
testutils.go
feat: Handle Status Mint transaction ( #4137 )
2023-10-12 12:21:03 +02:00
transaction.go
feat: added functionality to ask a client to sign a transaction and an endpoint to continue sending using provided signature
2023-10-17 19:42:06 +02:00
transaction_test.go
feat: added functionality to ask a client to sign a transaction and an endpoint to continue sending using provided signature
2023-10-17 19:42:06 +02:00
view.go
…