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

Upgrade boost #141

Merged

Conversation

Frank-AFN
Copy link

@Frank-AFN Frank-AFN commented Feb 12, 2020

Change Description

  1. Upgrade boost from 1.67_1 to 1.71.0
  2. Upgrade fc submodule to support boost 1.7
  3. Add get_supported_apis rpc api
  4. Remove queued HTTP handler registration
  5. Modify docker builder for support boost 1.7
  6. Remove bnet_plugin
  7. Correct cpu_usage calculation when more than one signature
  8. Use calculation that avoids possible negative values
  9. Update build scripts for different platforms.
  10. fix http_plugin; emit lib, emit new lib to a separate channel.
  11. Remove chainbase env check for the latter upgrade without replay

Consensus Changes

API Changes

Documentation Additions

vince and others added 24 commits October 25, 2019 18:23
bnet_plugin was depreciated in the 1.7.1 release for various reasons. Now is the time to remove it as 1.8 is closing in

(cherry picked from commit b6111ff)
(cherry picked from commit 4205c24)
(cherry picked from commit 289c0d6)
Once upon a time it was thought we may change the http_plugin option names per application. For example, nodeos would be http-server-address but keosd would be keosd-http-server-address. Ultimately this was not done, so remove this code to make the http option code simple again

(cherry picked from commit 401848a)
websocketpp's socket handlers run at ultra-high priority which means they can beat registration of HTTP endpoints because they are queued via low priority.

No real reason needed to queue up registration of handlers at this point so just remove this queue

(cherry picked from commit bfd5e23)
@Thaipanda Thaipanda changed the title Update boost downgrade chainbase Update boost & adjust chainbase Feb 12, 2020
@Frank-AFN Frank-AFN changed the title Update boost & adjust chainbase Update boost Feb 12, 2020
@Frank-AFN Frank-AFN changed the title Update boost Upgrade boost Feb 12, 2020
@Thaipanda Thaipanda merged commit 34bf0b5 into boscore:release/3.0.x Feb 12, 2020
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.

2 participants