cmd/geth, core, eth: implement Constantinople override flag (#18273)
* geth/core/eth: implement constantinople override flag * les: implemnent constantinople override flag for les clients * cmd/geth, eth, les: fix typo, move flag to experimentals
This commit is contained in:
committed by
Péter Szilágyi
parent
5584574217
commit
83a9a73b89
@ -129,8 +129,12 @@ type Config struct {
|
||||
|
||||
// Type of the EWASM interpreter ("" for default)
|
||||
EWASMInterpreter string
|
||||
|
||||
// Type of the EVM interpreter ("" for default)
|
||||
EVMInterpreter string
|
||||
|
||||
// Constantinople block override (TODO: remove after the fork)
|
||||
ConstantinopleOverride *big.Int
|
||||
}
|
||||
|
||||
type configMarshaling struct {
|
||||
|
Reference in New Issue
Block a user