-
Notifications
You must be signed in to change notification settings - Fork 58
chore(core-node)!: remove unused EpochFlags + special ExecutedInEpochTable logic
#3139
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
chore(core-node)!: remove unused EpochFlags + special ExecutedInEpochTable logic
#3139
Conversation
bc12654 to
96f0b62
Compare
d48b7b0 to
a8a5b04
Compare
EpochFlags + special ExecutedInEpochTable logicEpochFlags + special ExecutedInEpochTable logic
3b0f4fd to
b98d4cd
Compare
6fb25d5 to
2a63305
Compare
a8a5b04 to
e85499b
Compare
miker83z
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only a question:
| // executed_in_epoch_table is enabled everywhere, we can remove the code below | ||
| // entirely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have this assurance because we removed executed_in_epoch_table completely and the node is running?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it's the default setting since a long time in upstream, and for us it's enabled from the start.
0e8f219
into
core-node/feat/remove-multiple-types
…ochTable` logic (#3139) * !chore(core-node): remove unused EpochFlags * !chore(core-node): remove ExecutedInEpochTable EpochFlag incl. special logic
Description of change
This PR removes unused EpochFlags.
I guess we need to reset the existing networks because that is a breaking change.
Type of change
How the change has been tested
I was running the local network with
RUST_LOG=info cargo run --release --bin iota start --force-regenesis --with-faucetChange checklist