-
Notifications
You must be signed in to change notification settings - Fork 152
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
Disable MESS #592
Disable MESS #592
Commits on Nov 29, 2023
-
cmd/geth,cmd/utils,eth,eth/ethconfig,params/types/coregeth,params/typ…
…es/ctypes,params/types/genesisT,params/types/goethereum: ECBP1100Disable: cli flag for override, config implementation Date: 2023-11-29 14:45:34-07:00 Signed-off-by: meows <b5c6@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 56f6679 - Browse repository at this point
Copy the full SHA 56f6679View commit details -
params: configure ETC's ECBP1100Disable with FAKE block number
Date: 2023-11-29 14:46:29-07:00 Signed-off-by: meows <b5c6@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for c29d869 - Browse repository at this point
Copy the full SHA c29d869View commit details -
params/types/coregeth,params/types/goethereum: implement ECBP1100Disa…
…ble logic with runtime,reflection This may not be ideal from a CPU/time perspective (expected slow), but since this is likely a temporary code path as we expect to remove MESS code once the fork is passed, it may be sufficient, and is certainly a smaller change than adding -Disabled conditions at each occurrence of IsEnabled/ECBP1100 in the code. Date: 2023-11-29 15:52:37-07:00 Signed-off-by: meows <b5c6@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e274d0 - Browse repository at this point
Copy the full SHA 9e274d0View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05877c4 - Browse repository at this point
Copy the full SHA 05877c4View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46d5236 - Browse repository at this point
Copy the full SHA 46d5236View commit details
Commits on Dec 6, 2023
-
cmd/utils: these flags are not exclusive
- 1100disable flag deactivates the feature - 1100.nodisable prevents safety mechanisms from toggling it once activated Date: 2023-12-06 07:11:04-07:00 Signed-off-by: meows <b5c6@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0b1b8e1 - Browse repository at this point
Copy the full SHA 0b1b8e1View commit details -
core,eth,params/types/coregeth,params/types/ctypes,params/types/genes…
…isT,params/types/goethereum: s/ECBP1100DisableTransition/ECBP1100DeactivateTransition/g The word Disable conflicts with the existing ECBP1100NoDisable flag and feature. That feature prevents the toggling of the ECBP1100 feature per the safety mechanisms of low peer count and stale head. Renaming to Deactivate is intended to clarify the code usages. Based on feedback provided here #592 (comment) Date: 2023-12-06 07:21:58-07:00 Signed-off-by: meows <b5c6@protonmail.com> cmd/geth,cmd/utils,core,eth,eth/ethconfig,params/types/coregeth: ECBP1100: s/enable/activate/g,s/disable/deactivate/g rename all references besides the method name Date: 2023-12-06 07:50:14-07:00 Signed-off-by: meows <b5c6@protonmail.com> params,params/types/coregeth,params/types/goethereum: ECBP1100-deactivate: rename config fields s/disable/deactivate/g Date: 2023-12-06 08:07:08-07:00 Signed-off-by: meows <b5c6@protonmail.com> core: (lint) remove unnecessary leading newline Date: 2023-12-06 08:09:00-07:00 Signed-off-by: meows <b5c6@protonmail.com> params/types/goethereum: ECBP100: s/disableTransition/deactivateTransition/g Date: 2023-12-06 08:17:12-07:00 Signed-off-by: meows <b5c6@protonmail.com> params/types/coregeth: ECBP100: s/disable/deactivate/g Date: 2023-12-06 08:19:09-07:00 Signed-off-by: meows <b5c6@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for e4b7dd2 - Browse repository at this point
Copy the full SHA e4b7dd2View commit details -
cmd/geth,cmd/utils,eth,eth/ethconfig: ECBP100-deactivate: move overri…
…de flags to --override.X, and categorize these flags. Date: 2023-12-06 08:02:58-07:00 Signed-off-by: meows <b5c6@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 84b98d9 - Browse repository at this point
Copy the full SHA 84b98d9View commit details -
params: ECBP1100(MESS): configure deactivation 19_250_000 == Spiral
This configures the deactivation of MESS to coincide with the Spiral hardfork. Date: 2023-12-06 08:29:02-07:00 Signed-off-by: meows <b5c6@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 907295d - Browse repository at this point
Copy the full SHA 907295dView commit details