-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chain setup API / Centralize default HF / Common options dict / Block HFbyBlockNumber & initWithGenesisHeader options #863
Commits on Sep 10, 2020
-
common, all consumers: switch to an option dictionary for instantiati…
…on as preparation for new eips option and future non-breaking option additions
Configuration menu - View commit details
-
Copy full SHA for 3216e46 - Browse repository at this point
Copy the full SHA 3216e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 694474e - Browse repository at this point
Copy the full SHA 694474eView commit details -
common, vm, tx: centralize default hardfork setting in Common (defaul…
…t if none provided, before: null), remove static default HF references from VM, tx
Configuration menu - View commit details
-
Copy full SHA for 648d7ad - Browse repository at this point
Copy the full SHA 648d7adView commit details -
block, common: new block/header option hardforkByBlockNumber, removed…
… chain/hardfork options, added Common method setHardforkByBlockNumber()
Configuration menu - View commit details
-
Copy full SHA for 9c9a732 - Browse repository at this point
Copy the full SHA 9c9a732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be049d - Browse repository at this point
Copy the full SHA 9be049dView commit details -
block: simplified header/block initialization code, moved genesis hea…
…der init to constructor, made setGenesisParams() private
Configuration menu - View commit details
-
Copy full SHA for d754109 - Browse repository at this point
Copy the full SHA d754109View commit details -
blockchain, ethash: update genesis block creation in blockchain and e…
…thash, removed chain/hardfork options for blockchain
Configuration menu - View commit details
-
Copy full SHA for e3c7a4b - Browse repository at this point
Copy the full SHA e3c7a4bView commit details -
vm, others: throw on chain/hardfork still being passed on constructor…
…s to prevent implicitly wrong chain setups, fixed VM API tests
Configuration menu - View commit details
-
Copy full SHA for c0d2df8 - Browse repository at this point
Copy the full SHA c0d2df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for af344cb - Browse repository at this point
Copy the full SHA af344cbView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for bd9ce1d - Browse repository at this point
Copy the full SHA bd9ce1dView commit details -
vm, block, common: readded block data runtime check, moved Common DEF…
…AULT_HARDFORK to class, small fixes
1Configuration menu - View commit details
-
Copy full SHA for 82cb0d3 - Browse repository at this point
Copy the full SHA 82cb0d3View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 0665db0 - Browse repository at this point
Copy the full SHA 0665db0View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 20ede97 - Browse repository at this point
Copy the full SHA 20ede97View commit details