quorum/core
Zhou Zhiyao 4b45dd2004 Minor fixes (#803) 2019-08-17 08:37:57 -04:00
..
asm core/asm: Use hexadecimal addresses in assembly dumps (#17870) 2018-10-09 10:27:07 +03:00
bloombits core/bloombits, light: fix typos (#17235) 2018-07-24 11:24:27 +03:00
constellation-test-keys Fix TestPrivateTransaction to actually create private transactions (#144) 2017-08-01 05:54:29 -07:00
rawdb Merge remote-tracking branch 'quorum/master' into geth-upgrade-1.8.16 2018-11-29 17:56:02 +08:00
state Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
types Fixed typos (#781) 2019-07-25 15:31:38 -04:00
vm VM read-only mode: check `operation.writes` not `op.isMutating`. 2019-08-12 10:14:23 -04:00
.gitignore Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
bench_test.go Merge remote-tracking branch 'remotes/goeth/release/1.8' into geth-upgrade-1.8.15_new 2018-10-04 16:19:02 +08:00
block_validator.go merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
block_validator_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
blockchain.go Minor fixes (#803) 2019-08-17 08:37:57 -04:00
blockchain_test.go Merge remote-tracking branch 'remotes/goeth/release/1.8' into geth-upgrade-1.8.15_new 2018-10-04 16:19:02 +08:00
blocks.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
call_helper.go Adding QuorumPrivateTxSigner for signing and recovering private txs. (#767) 2019-07-11 13:32:19 -04:00
chain_indexer.go core: use ChainHeadEvent subscription in the chain indexer (#17826) 2018-10-03 17:25:25 +03:00
chain_indexer_test.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
chain_makers.go Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
chain_makers_test.go Merge remote-tracking branch 'remotes/goeth/release/1.8' into geth-upgrade-1.8.15_new 2018-10-04 16:19:02 +08:00
dao_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
database_util.go Merge remote-tracking branch 'remotes/origin/master' into geth-upgrade-1.8.12 2018-09-27 18:55:55 +08:00
database_util_test.go Merge remote-tracking branch 'quorum/master' into geth-upgrade-1.8.16 2018-11-29 17:56:02 +08:00
dual_state_test.go added dual state implementation to StaticCall 2018-12-05 13:47:01 -05:00
error.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
events.go Merge remote-tracking branch 'remotes/goeth/release/1.8' into geth-upgrade-1.8.15_new 2018-10-04 16:21:20 +08:00
evm.go core: fix typo in comment code 2018-07-25 18:04:38 +07:00
gaspool.go Merge attempt 2018-05-31 14:16:44 +08:00
gen_genesis.go Merge attempt 2018-05-31 14:16:44 +08:00
gen_genesis_account.go Merge attempt 2018-05-31 14:16:44 +08:00
genesis.go max code size option in genesis config (#786) 2019-08-02 15:53:15 -04:00
genesis_alloc.go debug merge attempt 2018-05-31 14:21:16 +08:00
genesis_test.go max code size option in genesis config (#786) 2019-08-02 15:53:15 -04:00
headerchain.go common, core, light: add block age into info logs 2018-09-20 12:56:35 +03:00
helper_test.go Merge attempt 2018-05-31 14:16:44 +08:00
mkalloc.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
private_state_test.go Adding QuorumPrivateTxSigner for signing and recovering private txs. (#767) 2019-07-11 13:32:19 -04:00
state_processor.go Merge remote-tracking branch 'remotes/goeth/release/1.8' into geth-upgrade-1.8.15_new 2018-10-04 16:19:02 +08:00
state_transition.go added unit tests and comments 2019-06-13 13:41:28 -04:00
state_transition_test.go added unit tests and comments 2019-06-13 13:41:28 -04:00
tx_cacher.go core: fix comment typo (#17376) 2018-08-13 11:40:52 +03:00
tx_journal.go core: fix typos in comment (#17531) 2018-08-28 10:04:33 +03:00
tx_list.go core: fix some small typos on comment code (#17278) 2018-07-30 14:10:48 +03:00
tx_list_test.go Merge attempt 2018-05-31 14:16:44 +08:00
tx_pool.go max code size option in genesis config (#786) 2019-08-02 15:53:15 -04:00
tx_pool_test.go Renaming to TransactionSizeLimit for clarity 2019-02-14 09:01:22 -05:00
types.go Merge remote-tracking branch 'remotes/geth/release/1.8' into merge-193 2018-07-24 16:15:38 +08:00