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

prepare v3.0.5 to develop #143

Merged
merged 29 commits into from
Feb 14, 2020
Merged

prepare v3.0.5 to develop #143

merged 29 commits into from
Feb 14, 2020

Conversation

Thaipanda
Copy link

Change Description

Upgrade Boost verion into 1.7 to support VM 2.0

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

API Changes

  • Add /v1/node/get_supported_apis

vince and others added 29 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 prepare v3.0.5 to master prepare v3.0.5 to develop Feb 13, 2020
@Thaipanda Thaipanda merged commit f4bec14 into develop Feb 14, 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.

None yet

4 participants