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

feat: Add v3 support #1754

Merged
merged 9 commits into from
Nov 27, 2024
Merged

Conversation

godexsoft
Copy link
Collaborator

@godexsoft godexsoft commented Nov 25, 2024

This is enabling API v3 in order to support forwarding for the fix introduced in XRPLF/rippled#4924

@godexsoft godexsoft force-pushed the feature/enable-api-v3 branch from e981aa8 to 20c33d6 Compare November 25, 2024 17:48
@godexsoft godexsoft requested a review from kuznetsss November 25, 2024 17:49
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.66%. Comparing base (fd73b90) to head (7ae2d7d).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1754   +/-   ##
========================================
  Coverage    71.65%   71.66%           
========================================
  Files          295      295           
  Lines        12652    12652           
  Branches      6473     6473           
========================================
+ Hits          9066     9067    +1     
+ Misses        1873     1871    -2     
- Partials      1713     1714    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cindyyan317
Copy link
Collaborator

Shall we use the rippled's apiMaximumSupportedVersion in xrpl directly for max

kuznetsss
kuznetsss previously approved these changes Nov 26, 2024
Copy link
Collaborator

@kuznetsss kuznetsss left a comment

Choose a reason for hiding this comment

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

LGTM

tests/unit/web/RPCServerHandlerTests.cpp Outdated Show resolved Hide resolved
@godexsoft
Copy link
Collaborator Author

apiMaximumSupportedVersion

@cindyyan317 I checked and I don't think we can use it. rippled sets it to 2 while we want 3. They have a concept of beta version but we don't.

cindyyan317
cindyyan317 previously approved these changes Nov 27, 2024
@godexsoft godexsoft merged commit afb0c7f into XRPLF:develop Nov 27, 2024
10 checks passed
godexsoft added a commit to godexsoft/clio that referenced this pull request Nov 27, 2024
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.

3 participants