-
Notifications
You must be signed in to change notification settings - Fork 518
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
add ExpandedSignerList amendment support #2026
Conversation
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
It is possible to rename the field to |
@intelliot I believe the better path is to use the same parameter name, |
Re: the first part, just wanted to add +1 to staying consistent with rippled's naming/interface. |
The rippled team is aware of this and there's no need to change it. It was discussed in the PR you linked to, XRPLF/rippled#4097 There's nothing strictly canonical about the JSON format: only the binary really matters at a protocol level. But given that rippled is currently the only implementation, I agree that we should just use the same names unless there is a very good reason not to. |
|
High Level Overview of Change
Adds ExpandedSignerList amendment support.
Context of Change
WalletLocator
toSignerEntry
.Type of Change
Test Plan
Adds unit & integration tests.
Future Tasks
Merge this PR once the amendment goes live.