plugeth/xeth
obscuren d09a6e5421 core, eth, miner: moved nonce management to tx pool.
Removed the managed tx state from the chain manager to the transaction
pool where it's much easier to keep track of nonces (and manage them).
The transaction pool now also uses the queue and pending txs differently
where queued txs are now moved over to the pending queue (i.e. txs ready
for processing and propagation).
2015-06-03 22:43:23 +02:00
..
frontend.go NatSpec, URL register storage retrieval 2015-04-19 20:57:48 +01:00
state.go rename eth to backend 2015-03-24 16:01:44 +01:00
types.go Add missing err checks on From() (skip RPC for now) 2015-06-01 22:12:03 +02:00
whisper_filter.go rpc, whisper, xeth: fix RPC message retrieval data race 2015-04-28 10:47:35 +03:00
whisper_message.go whisper, xeth/whisper: surface TTL and hash to the API 2015-04-28 10:49:04 +03:00
whisper.go xeth: fix un-decoded whisper RPC topic string bug 2015-04-28 10:49:04 +03:00
xeth.go core, eth, miner: moved nonce management to tx pool. 2015-06-03 22:43:23 +02:00