status-go/transactions
Sale Djenic ce121710d9 fix: unlock local nonce when an error occurs and increment only when the tx is sent for real 2023-11-06 18:30:42 +01:00
..
fake
addrlock.go
conditionalrepeater.go fix(wallet) fix pending transactions notification 2023-09-01 00:18:26 +02:00
conditionalrepeater_test.go fix(wallet) propagate multi-transactions IDs to transfers 2023-08-22 18:39:42 +02:00
nonce.go fix: unlock local nonce when an error occurs and increment only when the tx is sent for real 2023-11-06 18:30:42 +01:00
pendingtxtracker.go feat(CommunityTokens): New deployment contracts and handling signer pub key 2023-10-04 11:33:57 +02:00
pendingtxtracker_test.go Basic test for findBlocksCommand 2023-09-19 13:17:36 +02:00
rpc_wrapper.go feat: Simple transaction router (#2686) 2022-06-09 15:09:56 +02:00
transactor.go fix: unlock local nonce when an error occurs and increment only when the tx is sent for real 2023-11-06 18:30:42 +01:00
transactor_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
types.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
types_test.go