-
Notifications
You must be signed in to change notification settings - Fork 648
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
Document differences among boost versions #881
Comments
Perhaps the stacktrace on segfault should be mentioned as not happening for boost versions prior to 1.65. |
If we create the information page something like this (--) somewhere, would it be meaningful? |
@cedar-book yes. Thanks! |
also have this information page Boost Versions -- updated (2019-2-26) |
Boost 1.66 multi_index handles exceptions differently than earlier versions. See #852 |
@jmjatlanta this document if for users of witness_node/cli_wallet, but not the developers. Since we don't support 1.66 right now, IMHO no need to document it. Once we fixed #852, still no need to document it because users won't notice the difference. |
Closing because #852 is fixed. |
Things that I'm aware of:
./cli_wallet -s ws://1.2.3.4:5678/
works with boost 1.57 and 1.58, but doesn't work with 1.60./cli_wallet -sws://1.2.3.4:5678/
works with boost 1.57, 1.58 and 1.60time_point_sec
jsonifies to different result in boost 1.64, as mentioned in fc::time_point_sec::to_iso_string is broken #597Note: this document is for users of witness_node and cli_wallet, not for the core developers.
The text was updated successfully, but these errors were encountered: