-
Notifications
You must be signed in to change notification settings - Fork 58
chore(core-node)!: remove deprecated db tables #3142
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 deprecated db tables #3142
Conversation
fd9e606 to
677ea3b
Compare
677ea3b to
293e728
Compare
|
Looks good. Just curious why the |
yeah, that was my reasoning to remove it. |
3b0f4fd to
b98d4cd
Compare
6fb25d5 to
2a63305
Compare
293e728 to
a6808ed
Compare
kodemartin
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.
lgtm 🌸
c101a58
into
core-node/feat/remove-multiple-types
* !chore(core-node): remove deprecated tables in `AuthorityEpochTables` * !chore(core-node): remove deprecated tables in `IndexStoreTables` * chore(scripts): add `target` to ignored_dirs
…filters (partly revert #3142) (#5074) (#5088) Co-authored-by: muXxer <[email protected]>
Description of change
This PR removes deprecated database tables.
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-faucet.Change checklist