quorum/core
vsmk98 5cab3a794d
parent c215989c10
author vsmk98 <vsaimk@gmail.com> 1585565614 +0800
committer Trung Nguyen <24930+trung@users.noreply.github.com> 1588174146 -0400
gpgsig -----BEGIN PGP SIGNATURE-----

 iQEzBAABCAAdFiEEzAFy365WU5uP2ESgRjZDTtlQXrcFAl6pnUIACgkQRjZDTtlQ
 XrcL2Af+IKHLFkPhSoEHvhN+KDEKqNt1GFZQuLLUhgP9yFsbnbgPlUaYPSkWTAOk
 v0EMUnYUjNsKSj6PsWj4CaW2DBovInIGE/R1oWjmpjPY+IiLJZHg9S+3o9D/pRd6
 a/jXcTdsL9t/u9RqZICzJwVEWcSFNHWH8/EhWpf/NExrxgiue9Ib146hzJn7Rzss
 vgts6vco87r+ck6SZlqNrldwz/V1kKQXDRsTrPC4h7sJ6DTG+NgGDjXu9A5PuVB2
 9byGG1EDNTuqhaHJoUu32m3qs61WKXprTAuo3Bo4i38yemiotPKotBCNKo1odbrV
 h9mseIdlSfWEOx0SdfbVXe3qMMYe7w==
 =7LJs
 -----END PGP SIGNATURE-----

Enable networks to change maxCodeSize multiple times #975

Current maxCodeSize implementation allows change of maxCodeSize once in network life.
If the maxCodeSize is changed multiple times, its possible that any new node joining
the network can get Bad block error while syncing the blocks as the historical value
of maxCodeSize at that particular block height may not match with the current maxCodeSize.
It should be possible to track the historical changes of maxCodeSize in genesis and
thus allow it to be changed multiple times in network life.
2020-04-29 11:53:31 -04:00
..
asm Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04: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
forkid Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
rawdb Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
state Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
types Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
vm parent c215989c10 2020-04-29 11:53:31 -04:00
.gitignore Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
bench_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
block_validator.go merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
block_validator_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
blockchain.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
blockchain_insert.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
blockchain_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04: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 Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
chain_indexer.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
chain_indexer_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
chain_makers.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
chain_makers_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
dao_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
dual_state_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
error.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -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 Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04: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 parent c215989c10 2020-04-29 11:53:31 -04:00
genesis_alloc.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
genesis_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
headerchain.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
helper_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
mkalloc.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
private_state_test.go Rename the transaction manager package to make it more neutral (#895) 2020-01-08 11:15:55 -05:00
state_prefetcher.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
state_processor.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
state_transition.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
state_transition_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
tx_cacher.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
tx_journal.go core: fix typos in comment (#17531) 2018-08-28 10:04:33 +03:00
tx_list.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
tx_list_test.go Merge attempt 2018-05-31 14:16:44 +08:00
tx_noncer.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
tx_pool.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
tx_pool_test.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00
types.go Quorum geth upgrade to 1.9.7 (#960) 2020-04-29 10:50:56 -04:00