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

Changes required due to libxrpl refactor #54

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

legleux
Copy link
Collaborator

@legleux legleux commented Jun 25, 2024

XRPLF/rippled#5050 moved things

@legleux legleux requested review from thejohnfreeman and Bronek June 25, 2024 20:48
Copy link

@Bronek Bronek left a comment

Choose a reason for hiding this comment

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

Two non-binding comments

  • consider squashing both commits
  • consider separating non-xrpl includes from xrpl ones, such that 1) own headers go first, then empty line, then 2) xrpl includes, then empty line, then 3) C++ and boost includes (can be in one block together)

@legleux legleux force-pushed the phy_redesign_changes branch from 792eed6 to adbf1ca Compare June 26, 2024 21:20
@legleux legleux requested a review from Bronek June 26, 2024 21:24
Copy link

@Bronek Bronek left a comment

Choose a reason for hiding this comment

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

Thanks for adding separating lines between includes 👍

@legleux legleux merged commit 89ab7e5 into ripple:master Jun 28, 2024
1 check passed
@legleux legleux deleted the phy_redesign_changes branch June 28, 2024 03:05
Comment on lines -49 to +55
Priority: 0
- Regex: '^<(ripple)/'
- Regex: '^<xrpl/.*>'
Priority: 2
- Regex: '^<(test)/'
Priority: 1
- Regex: '^<.*\.h>'
Priority: 0
Copy link
Contributor

Choose a reason for hiding this comment

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

I generally prefer listing these in ascending priority order. Just noting for next time.

ximinez added a commit to ximinez/validator-keys-tool that referenced this pull request Oct 30, 2024
* The rest of the code was updated in ripple#54 (89ab7e5) to allow for
  a combined build for the next version of rippled. Unfortunately, this
  broke the standalone build. Point conan at the latest beta so the
  build can work.
* This will need to be updated again after rippled 2.3 is released.
ximinez added a commit that referenced this pull request Nov 4, 2024
* The rest of the code was updated in #54 (89ab7e5) to allow for
  a combined build for the next version of rippled. Unfortunately, this
  broke the standalone build. Point conan at the latest beta so the
  build can work.
* This will need to be updated again after rippled 2.3 is released.
* Resolves #55
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