quorum/core
Joel Burget 875c10b2d3 Squashed commits.
* Remove old note about testing with constellation.
* Review: forceParseRfc3339 -> mustParseRfc3339
* Add isQuorum parameter to SignTx.
* Re-enable TestLogReorgs.
* Fix `SignTx` calls in executables other than geth.
* Bring vm closer to public ethereum implementation.
* Restore all original Ethereum tests.
* Update for new event interface.
* Tweak core / EVM.
* Improve "TX failed" error message.
* Fix "err creating contract" bug.
* Don't log "invalid mix digest" in Quorum.
* Fix public / private bug.
  A private contract calling a method on a public contract would create a
  ghost of the private contract on public state due to a value transfer of
  0.
* Clearer naming in minter / work.commitTransactions.
* Remove unused log import.
* Remove unused `enableQuorumChecks` flag.
2017-10-17 10:30:21 -04:00
..
asm core/asm: fix hex number lexing (#14861) 2017-07-31 13:02:36 +02:00
state core/state: revert metro suicide map addition (#15024) 2017-08-24 12:42:00 +02:00
types Squashed commits. 2017-10-17 10:30:21 -04:00
vm Squashed commits. 2017-10-17 10:30:21 -04:00
.gitignore
bench_test.go core, light: send chain events using event.Feed (#14865) 2017-08-18 12:58:36 +02:00
block_validator.go Squashed commits. 2017-10-17 10:30:21 -04:00
block_validator_test.go core, light: send chain events using event.Feed (#14865) 2017-08-18 12:58:36 +02:00
blockchain.go Squashed commits. 2017-10-17 10:30:21 -04:00
blockchain_test.go Squashed commits. 2017-10-17 10:30:21 -04:00
blocks.go core: typos and comments improve 2017-05-25 17:14:33 +03:00
call_helper.go Add private state. 2017-08-24 10:24:10 -04:00
chain_indexer.go core: polish chain indexer a bit 2017-08-07 17:38:33 +03:00
chain_indexer_test.go core: polish chain indexer a bit 2017-08-07 17:38:33 +03:00
chain_makers.go Add private state. 2017-08-24 10:24:10 -04:00
chain_makers_test.go Add private state. 2017-08-24 10:24:10 -04:00
dao.go
dao_test.go core, light: send chain events using event.Feed (#14865) 2017-08-18 12:58:36 +02:00
database_util.go Add private state. 2017-08-24 10:24:10 -04:00
database_util_test.go core: implement Metropolis EIP 658, receipt status byte 2017-08-22 18:35:17 +03:00
dual_state_test.go Add private state. 2017-08-24 10:24:10 -04:00
error.go
events.go core: remove unused events 2017-06-23 10:39:38 +08:00
evm.go all: update license information 2017-04-14 10:29:00 +02:00
fees.go core: typos and comments improve 2017-05-25 17:14:33 +03:00
gaspool.go
gen_genesis.go core: blocknumber in genesis as hex (#14812) 2017-07-17 10:33:13 +02:00
gen_genesis_account.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
genesis.go core: blocknumber in genesis as hex (#14812) 2017-07-17 10:33:13 +02:00
genesis_alloc.go cmd, core, params: add --rinkeby flag for fast connectivity 2017-05-04 12:36:20 +03:00
genesis_test.go core, light: send chain events using event.Feed (#14865) 2017-08-18 12:58:36 +02:00
headerchain.go core: typos and comments improve 2017-05-25 17:14:33 +03:00
helper_test.go core: typos and comments improve 2017-05-25 17:14:33 +03:00
mkalloc.go
private_state_test.go Add private state. 2017-08-24 10:24:10 -04:00
state_processor.go Squashed commits. 2017-10-17 10:30:21 -04:00
state_transition.go Add private state. 2017-08-24 10:24:10 -04:00
tx_journal.go cmd, core, eth: journal local transactions to disk (#14784) 2017-07-28 15:09:39 +02:00
tx_list.go core: test locals support in txpool queue limits, fix 2017-07-06 11:51:59 +03:00
tx_list_test.go cmd, core, eth: configurable txpool parameters 2017-05-29 11:29:46 +03:00
tx_pool.go Squashed commits. 2017-10-17 10:30:21 -04:00
tx_pool_test.go Add private state. 2017-08-24 10:24:10 -04:00
types.go Add private state. 2017-08-24 10:24:10 -04:00