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

Release/2.0.x #44

Merged
merged 24 commits into from
Feb 28, 2019
Merged

Release/2.0.x #44

merged 24 commits into from
Feb 28, 2019

Commits on Nov 29, 2018

  1. finish BOS basic functions

    Thaipanda committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    14546f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Release/1.0.x (#11)

    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * add README files
    
    * update info
    Thaipanda authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    100ecf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d7bdb View commit details
    Browse the repository at this point in the history
  3. 重启 节点,黑名单 失效,fixes #7 (#8)

    * restart sync list db
    
    * recovery system account bos to eosio
    
    * recovery system account bos to eosio
    
    * recovery system account bos to eosio
    vlbos authored and Thaipanda committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4260006 View commit details
    Browse the repository at this point in the history
  4. Fix/#3 notify plugin (#10)

    * Add debug info
    
    * comment log
    
    * rm log for notify_plugin
    montecarlomind authored and Thaipanda committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    6935bf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. merge v1.0.2 (#13)

    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * add README files
    
    * update info
    
    * prepare for v1.0.2
    Thaipanda authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    a8de458 View commit details
    Browse the repository at this point in the history
  2. merge v1.0.2 (#12)

    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * finish BOS basic functions
    
    * add README files
    
    * update info
    
    * Release/1.0.x (#11)
    
    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * add README files
    
    * update info
    
    * readme for kafka & add time for action (#5)
    
    * 重启 节点,黑名单 失效,fixes #7 (#8)
    
    * restart sync list db
    
    * recovery system account bos to eosio
    
    * recovery system account bos to eosio
    
    * recovery system account bos to eosio
    
    * Fix/#3 notify plugin (#10)
    
    * Add debug info
    
    * comment log
    
    * rm log for notify_plugin
    
    * prepare for v1.0.2
    Thaipanda authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    37f7e6a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. merge 1.0.3 to develop (#16)

    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * add README files
    
    * update info
    
    * prepare for v1.0.2
    
    * merge v1.0.2 (#12)
    
    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * finish BOS basic functions
    
    * add README files
    
    * update info
    
    * Release/1.0.x (#11)
    
    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * add README files
    
    * update info
    
    * readme for kafka & add time for action (#5)
    
    * 重启 节点,黑名单 失效,fixes #7 (#8)
    
    * restart sync list db
    
    * recovery system account bos to eosio
    
    * recovery system account bos to eosio
    
    * recovery system account bos to eosio
    
    * Fix/#3 notify plugin (#10)
    
    * Add debug info
    
    * comment log
    
    * rm log for notify_plugin
    
    * prepare for v1.0.2
    
    * patch the EOSIO 1.5.1 security bug fixes
    
    * prepare for v1.0.3
    
    * adjust the slogon
    Thaipanda authored and Vardhamana committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    daa83fd View commit details
    Browse the repository at this point in the history
  2. release v1.0.3 to master (#15)

    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * finish BOS basic functions
    
    * add README files
    
    * update info
    
    * Release/1.0.x (#11)
    
    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * add README files
    
    * update info
    
    * readme for kafka & add time for action (#5)
    
    * 重启 节点,黑名单 失效,fixes #7 (#8)
    
    * restart sync list db
    
    * recovery system account bos to eosio
    
    * recovery system account bos to eosio
    
    * recovery system account bos to eosio
    
    * Fix/#3 notify plugin (#10)
    
    * Add debug info
    
    * comment log
    
    * rm log for notify_plugin
    
    * prepare for v1.0.2
    
    * merge v1.0.2 (#13)
    
    * boscore basic improvement (#2)
    
    * kafka_plugin code
    
    * Automatic installation librdkafka/cppkafka
    
    * Feature/ci
    
    * Feature/48 kafka plugin
    
    * add CMakeModules/FindCppkafka.cmake
    
    * Production of block in time zone sequence
    
    * P2p self discovery
    
    * P2p self discovery
    
    * add notify_plugin
    
    * add api "get_block_detail"
    
    * add free res limit and blklst code
    
    * update free res limit and blklst code
    
    * update res code
    
    * update unittest code
    
    * revert submodule version
    
    * code typo
    
    * update  blklist code
    
    * update sync name list db object error code
    
    * update  code
    
    * update  index code
    
    * Feature/5 ramdom
    
    * Revert "Merge branch 'feature/5-ramdom' into 'develop'"
    
    This reverts merge request !8
    
    * adjust for setup BOSCore
    
    * change description
    
    * adjust the kafka plugin dependency be more special
    
    * use boscore repository to improve security
    
    * change version tag
    
    * finish for docker/builder
    
    * pass to build docker and update readme
    
    * add actionseed, global action sequence (#5)
    
    * delete renamed old file
    
    * BOSCore v1.0.1-1.4.3
    
    * restructure the version schema
    
    * fix __gmpn_set_str error when build bos.contract
    
    * prepare for the v1.0.1
    
    * add README files
    
    * update info
    
    * prepare for v1.0.2
    
    * patch the EOSIO 1.5.1 security bug fixes
    
    * prepare for v1.0.3
    
    * adjust the slogon
    Thaipanda authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    8f36168 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    341d410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52d0745 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. fix tag version typo of cppkafka (#24)

    flyxl authored and Thaipanda committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    c6f4a42 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. get_contract_code (#26)

    wirtecode authored and Thaipanda committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    66e545c View commit details
    Browse the repository at this point in the history
  2. fixed #20Using greylist-account while starting nodeos for the first t…

    …ime throws exception (#23)
    
    * restart sync list db
    
    * recovery system account bos to eosio
    
    * catch exception plugin initialize sync list before initialize database
    vlbos authored and Thaipanda committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    9899638 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. fixed 'cleos system bidname info' cmd exec return could not parse uin…

    …t64_t (#30)
    
    * recovery system account bos to eosio
    
    * catch exception plugin initialize sync list before initialize database
    
    * fixed bidnameinfo could not parse uint64_t
    vlbos authored and Thaipanda committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    2f26403 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    fda174c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. prepare for 2.0.1

    Thaipanda committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    1aca429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ab255 View commit details
    Browse the repository at this point in the history
  3. apply 1.5.3 patch

    Thaipanda committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    9197399 View commit details
    Browse the repository at this point in the history
  4. modify the location type

    Thaipanda committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    7020da9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. fix cmake error

    Thaipanda committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    307dbf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. merge master

    Thaipanda committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    2382df6 View commit details
    Browse the repository at this point in the history
  2. fix aragument name error

    Thaipanda committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f84de85 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    739034c View commit details
    Browse the repository at this point in the history