-
Notifications
You must be signed in to change notification settings - Fork 94
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
remove: remove old sidechain design features #410
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvadari
changed the title
Remove old sidechains
remove: remove old sidechain design features
Jun 16, 2022
mvadari
force-pushed
the
remove-old-sidechains
branch
from
June 16, 2022 19:59
6e9888a
to
87456ce
Compare
khancode
approved these changes
Jun 16, 2022
mvadari
force-pushed
the
remove-old-sidechains
branch
from
June 16, 2022 22:06
87456ce
to
1557fa0
Compare
ckniffen
approved these changes
Jun 17, 2022
mvadari
force-pushed
the
remove-old-sidechains
branch
from
August 15, 2022 10:04
1557fa0
to
5f93758
Compare
mvadari
changed the title
remove: remove old sidechain design features
[DO NOT MERGE] remove: remove old sidechain design features
Aug 16, 2022
@mvadari Can this be merged now that there is new implementation beta released? |
mvadari
force-pushed
the
remove-old-sidechains
branch
from
September 13, 2022 04:14
5f93758
to
ecc5bf9
Compare
mvadari
force-pushed
the
remove-old-sidechains
branch
from
September 28, 2022 21:52
ecc5bf9
to
6bbfbd7
Compare
mvadari
force-pushed
the
remove-old-sidechains
branch
from
November 16, 2022 19:17
6bbfbd7
to
ef8c807
Compare
mvadari
force-pushed
the
remove-old-sidechains
branch
from
January 3, 2023 18:42
5ff32d1
to
1753fe6
Compare
mvadari
force-pushed
the
remove-old-sidechains
branch
from
April 5, 2023 15:59
c3bbeb8
to
1d097e4
Compare
mvadari
changed the title
[DO NOT MERGE] remove: remove old sidechain design features
remove: remove old sidechain design features
Apr 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
High Level Overview of Change
This PR essentially reverses #366. It removes all the features related to the old sidechain design.
This PR will not be merged until #417 is ready.
Context of Change
These are no longer necessary for the new sidechain design.
Type of Change
While this is technically a breaking change, it's removing support for a feature that never existed in production rippled, so we don't need a major version bump.
Test Plan
CI passes.