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

Commits on Oct 25, 2019

  1. Update fc & chainbase to support boost 1.7

    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    ec710db View commit details
    Browse the repository at this point in the history
  2. Correct cpu_usage calculation when more than one signature

    (cherry picked from commit 007ef41)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6073b62 View commit details
    Browse the repository at this point in the history
  3. Use calculation that avoids possible negative values

    (cherry picked from commit 92065bd)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6bb2e88 View commit details
    Browse the repository at this point in the history
  4. Use new reflect_init tag to indicate reflector_init() should be called

    (cherry picked from commit 10f08f7)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    7370bd8 View commit details
    Browse the repository at this point in the history
  5. Update for boost-1-70-0

    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    bcea2f1 View commit details
    Browse the repository at this point in the history
  6. remove bnet_plugin

    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)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    f41b34d View commit details
    Browse the repository at this point in the history
  7. Move json::to_string to http thread pool

    (cherry picked from commit 97b385c)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    ab570a0 View commit details
    Browse the repository at this point in the history
  8. Add get_supported_apis rpc api

    (cherry picked from commit 4205c24)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    e03c624 View commit details
    Browse the repository at this point in the history
  9. Remove redundant macro

    (cherry picked from commit 289c0d6)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    8ce1d34 View commit details
    Browse the repository at this point in the history
  10. Exclude get_supported_apis itself from result

    (cherry picked from commit dc5dc89)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    27c3ff8 View commit details
    Browse the repository at this point in the history
  11. Revert ability to customize name of http_plugin options

    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)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    89c991c View commit details
    Browse the repository at this point in the history
  12. Remove queued HTTP handler registration

    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)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    fe3e957 View commit details
    Browse the repository at this point in the history
  13. Move json::to_string processing to http thread pool

    (cherry picked from commit 12ab91c)
    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    55f38cb View commit details
    Browse the repository at this point in the history
  14. update to boost 1.7

    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    05228d9 View commit details
    Browse the repository at this point in the history
  15. update build script for ubuntu

    vince authored and VincentOCL committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c2e10cc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. update more build scripts

    oldcold authored and VincentOCL committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    e8f3c31 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. update chainbase

    vince authored and VincentOCL committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    43cf809 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. fix http_plugin; emit lib;

    oldcold authored and VincentOCL committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    db4d977 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. emit new lib to a separate channel.

    oldcold authored and VincentOCL committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    00922a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Downgrade chainbase

    Frank-AFN committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    d4a2d7a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    3f74e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061784f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Merge pull request #139 from boscore/develop

    Develop
    Thaipanda committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    1943333 View commit details
    Browse the repository at this point in the history
  2. Remove chainbase env check

    Frank-AFN committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5ac5f0d View commit details
    Browse the repository at this point in the history
  3. Modify dockerfile

    Frank-AFN committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    e53180d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34bf0b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e075d24 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. prepare to release v3.0.5

    Thaipanda committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    67fbc95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab5c6e View commit details
    Browse the repository at this point in the history