quorum/internal/ethapi
Martin Holst Swende 83721a95ce internal/ethapi: lock when auto-filling transaction nonce (#14483)
More context in the bug This solves the problems of transactions being
submitted simultaneously, and getting the same nonce, due to the gap (due to
signing) between nonce-issuance and nonce-update. With this PR, a lock will
need to be acquired whenever a nonce is used, and released when the transaction
is submitted or errors out.
2017-05-19 15:03:56 +02:00
..
api.go internal/ethapi: lock when auto-filling transaction nonce (#14483) 2017-05-19 15:03:56 +02:00
backend.go cmd/utils, node: remove unused solc references and improve RPC config (#14324) 2017-04-12 23:04:14 +02:00
tracer.go internal/ethapi: Add support for fetching information about the current call in JS traces 2017-04-11 11:37:23 +01:00
tracer_test.go core/vm: use uint64 instead of *big.Int in tracer (#3805) 2017-03-22 15:32:51 +01:00