quorum/core
Péter Szilágyi d652a58ada core: fix a race condition accessing the gas limit 2015-06-09 21:13:21 +03:00
..
state core: fixed an issue with storing receipts 2015-05-28 01:00:23 +02:00
types core/types: add Transaction.Size 2015-06-09 17:06:31 +02:00
vm Remove unneeded if check on EC recover padding 2015-06-09 16:03:05 +02:00
.gitignore
asm.go
block_cache.go core: block cache Has method thread safe 2015-05-19 21:50:56 +02:00
block_cache_test.go
block_processor.go core: don't remove transactions after block processing 2015-06-03 22:43:23 +02:00
block_processor_test.go core: settable genesis nonce 2015-06-08 18:33:43 +02:00
blocks.go core: add bad block for the 'missing nonce check' fork 2015-06-08 02:54:10 +02:00
chain_makers.go core: settable genesis nonce 2015-06-08 18:33:43 +02:00
chain_manager.go core: fix a race condition accessing the gas limit 2015-06-09 21:13:21 +03:00
chain_manager_test.go core: settable genesis nonce 2015-06-08 18:33:43 +02:00
error.go core: fix the nonce check one more time 2015-06-08 02:19:39 +02:00
events.go core: changed how head events are checked 2015-05-15 00:42:06 +02:00
execution.go Handle call depth exception for CREATE 2015-05-18 16:23:20 +02:00
fees.go
filter.go core: skip genesis block for reprocess. Closes #1202 2015-06-09 13:24:32 +02:00
filter_test.go
genesis.go core: settable genesis nonce 2015-06-08 18:33:43 +02:00
helper_test.go
manager.go core, eth/downloader: expose the bad hashes, check in downloader 2015-05-28 14:03:10 +03:00
state_transition.go Add missing err checks on From() (skip RPC for now) 2015-06-01 22:12:03 +02:00
transaction_pool.go core, eth: document that result of GetTransactions is modifiable 2015-06-09 17:07:10 +02:00
transaction_pool_test.go core: added a test for missing nonces 2015-06-09 00:41:47 +02:00
vm_env.go