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

Replace the logic in amendmentUtils.ts with validator-history-service API for EnableAmendment transaction #894

Closed
pdp2121 opened this issue Dec 4, 2023 · 4 comments
Labels
good first issue Good for newcomers

Comments

@pdp2121
Copy link
Collaborator

pdp2121 commented Dec 4, 2023

The logic in this file to populate data for EnableAmendment transactions:
https://github.com/ripple/explorer/blob/staging/src/containers/shared/amendmentUtils.ts

can be now replaced with the validator-history-service new API:
https://data.xrpl.org/v1/network/amendment/info/{amendment id/name}

For example:
https://data.xrpl.org/v1/network/amendment/info/8CC0774A3BF66D1D22E76BBDA8E8A232E6B6313834301B3B23E8601196AE6455

@mvadari mvadari added the good first issue Good for newcomers label Dec 5, 2023
@nick2432
Copy link

can i work on this?

@mvadari
Copy link
Collaborator

mvadari commented Dec 18, 2023

can i work on this?

@nick2432 sure!

@pdp2121
Copy link
Collaborator Author

pdp2121 commented Mar 4, 2024

@nick2432 just want to check in and see if you need help on this. Thanks!

@pdp2121 pdp2121 closed this as completed Jun 27, 2024
@pdp2121
Copy link
Collaborator Author

pdp2121 commented Jun 27, 2024

Closed this one and opened the following as an alternative (better) solution: #1001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants