quorum/core
Zhou Zhiyao 4b125de4f2
Bloom filter fixes (#945)
Co-authored-by: Samer Falah <samer.falah@jpmchase.com>
2020-02-25 09:53:22 -05:00
..
asm
bloombits
constellation-test-keys
rawdb Merge remote-tracking branch 'quorum/master' into geth-upgrade-1.8.16 2018-11-29 17:56:02 +08:00
state run goimports 2019-05-20 11:23:12 -04:00
types Bloom filter fixes (#945) 2020-02-25 09:53:22 -05:00
vm added a maxCodeSizeChangeBlock to track the block height when maxCodeSize changes from default value of 24K to the given value in genesis.json (#947) 2020-02-21 12:38:55 -05:00
.gitignore
bench_test.go
block_validator.go merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
block_validator_test.go
blockchain.go IBFT private state commit issue in a single validator node network (#938) 2020-02-11 15:21:13 -05:00
blockchain_test.go
blocks.go
call_helper.go Adding QuorumPrivateTxSigner for signing and recovering private txs. (#767) 2019-07-11 13:32:19 -04:00
chain_indexer.go
chain_indexer_test.go
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
dao_test.go
database_util.go
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 Fix premature abort during blocks processing for raft (#881) 2019-11-29 14:13:37 -05:00
events.go
evm.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go max code size option in genesis config (#786) 2019-08-02 15:53:15 -04:00
genesis_alloc.go
genesis_test.go Merge remote-tracking branch 'remotes/upstream/master' into feature/permissioning-1.8.18-suborgs-docs 2019-08-06 11:48:12 +08:00
headerchain.go
helper_test.go
mkalloc.go
private_state_test.go Rename the transaction manager package to make it more neutral (#895) 2020-01-08 11:15:55 -05:00
state_processor.go
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
tx_journal.go
tx_list.go
tx_list_test.go
tx_pool.go Fix for Raft stability (#886) 2019-11-21 12:04:12 -05:00
tx_pool_test.go Update file descriptor limits for macOS (#892) 2019-12-03 10:13:33 -05:00
types.go