quorum/core
Jeffrey Wilcke b6e137b2b4 Merge pull request #1141 from obscuren/parallelisation-issue
Parallelisation issue
2015-05-28 07:37:37 -07:00
..
state core: fixed an issue with storing receipts 2015-05-28 01:00:23 +02:00
types core: fixed an issue with storing receipts 2015-05-28 01:00:23 +02:00
vm core/vm: Fork fix. Removal of appending 0 bytes in memset 2015-05-26 13:48:10 +02:00
.gitignore Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
asm.go moved state and vm to core 2015-03-23 16:59:09 +01:00
block_cache.go core: block cache Has method thread safe 2015-05-19 21:50:56 +02:00
block_cache_test.go Fixed tests 2015-04-07 13:10:12 +02:00
block_processor.go core: fixed an issue with storing receipts 2015-05-28 01:00:23 +02:00
block_processor_test.go core: fixed an issue with storing receipts 2015-05-28 01:00:23 +02:00
blocks.go core: added bad block 2015-05-28 16:26:19 +02:00
chain_makers.go core: fixed tests 2015-05-18 18:16:53 +02:00
chain_manager.go core: log block hash during nonce error 2015-05-28 15:46:36 +02:00
chain_manager_test.go core: skipped tests while cache disabled 2015-05-19 21:50:26 +02:00
error.go eth, eth/downloader, miner: use download events to check miner start 2015-05-15 00:43:10 +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 Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
filter.go xeth, core, event/filter, rpc: new block and transaction filters 2015-05-07 14:44:32 +02:00
filter_test.go Locks, refactor, tests 2014-12-18 13:12:54 +01:00
genesis.go Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/natspec 2015-04-20 18:08:14 +02:00
helper_test.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
manager.go core, eth/downloader: expose the bad hashes, check in downloader 2015-05-28 14:03:10 +03:00
state_transition.go Update StateTests and nil create return on failed code deposit 2015-05-15 18:49:31 +02:00
transaction_pool.go core: check negative value transactions. Closes #1109 2015-05-26 20:38:26 +02:00
transaction_pool_test.go core: check negative value transactions. Closes #1109 2015-05-26 20:38:26 +02:00
vm_env.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00