plugeth/xeth
Jeffrey Wilcke 7bb5ac045e xeth: added a transact mu
Added a transact mutex. The transact mutex will fix an issue where
transactions were created with the same nonce resulting in some
transactions being dropped. This happened when two concurrent calls
would call the `Transact` method (which is OK) which would both call
`GetNonce`. While the managed is thread safe it does not help us in this
case.
2015-08-15 00:33:52 +02:00
..
frontend.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state.go core, eth, trie, xeth: merged state, chain, extra databases in one 2015-08-07 22:29:02 +02:00
types.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper_filter.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper_message.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
xeth_test.go xeth: added address hex check and length check 2015-08-07 09:52:12 +02:00
xeth.go xeth: added a transact mu 2015-08-15 00:33:52 +02:00