-
Notifications
You must be signed in to change notification settings - Fork 53
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
Update for changes from rippled 1.6.0. #16
Conversation
50423a3
to
9fcb1df
Compare
12b4e52
to
92f888b
Compare
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.
👍 Built and unit-test worked fine on both Ubuntu and Mac, for both release and debug. Command line also worked fine.
The file changes seem good, but I am not good at Travis config, nor an export on Cmake.
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.
Built for me and unit tests passed as well. cmake seems to always download the rippled source code though, even when I set -DCMAKE_PREFIX_PATH=[path to rippled executable]
. Maybe I am doing something wrong though.
AFAIK, it will show the "-- Pausing to download rippled source..." message regardless. The difference is that if it's already downloaded, it'll just pause for a couple of seconds while it checks. If it's not downloaded, it'll take significantly longer. |
That's actually the behavior I saw, where it paused for only a couple of seconds. OK, I will approve then. |
This will have to wait until rippled 1.6.0 is released, and assumes it includes XRPLF/rippled#3449 and XRPLF/rippled#3532
This change is