Skip to content
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

Enable the removal of a signer list #2377

Merged
merged 6 commits into from
Jul 12, 2023
Merged

Enable the removal of a signer list #2377

merged 6 commits into from
Jul 12, 2023

Conversation

wojake
Copy link
Contributor

@wojake wojake commented Jul 12, 2023

signerquorum field has to be 0 and the signerentires field has to be undefined

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Tests (You added tests for code that already exists, or your new feature included in this PR)
  • Documentation Updates
  • Release

Test Plan

signerquorum field has to be 0 and the signerentires field has to be undefined

// Remove signerlist
it(
'base',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rename the test to something else.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done thanks

@ckniffen
Copy link
Collaborator

ckniffen commented Jul 12, 2023

The SignerListSet.SignerEntry field on the type needs to be made optional to fix the build.

@ckniffen ckniffen merged commit 6a31d4d into XRPLF:main Jul 12, 2023
17 checks passed
dangell7 pushed a commit to Transia-RnD/xrpl.js that referenced this pull request Jul 19, 2023
`SignerQuorum` field has to be 0 and the `SignerEntrys` field has to be `undefined`

Co-authored-by: Caleb Kniffen <ckniffen@ripple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants