Skip to content

BOSCore Contracts v3.0.0 Release Notes

Pre-release
Pre-release
Compare
Choose a tag to compare
@Thaipanda Thaipanda released this 18 Apr 10:38
· 156 commits to master since this release
a629da2

Upgrades

After v3.0.x, BOSCore will use Batch-PBFT consensus algorithm, this version add function to realize upgrade smoothly.

  • upgraded version of system contract used for dpos-pbft (bos)
  • decouple setupgrade arg and wast interface param
  • comment unnecessary attributes.
  • add unittest in build script.

Deployment

  • upgrade eosio.system contract
  • set target upgrade block hight example:
cleos push action eosio eosio setupgrade '{"up":{"target_block_num":1000}}' -p eosio

Documentation Additions

Benchmark

Upgrade solution

Design Document (中文)

Design Document (English)

Test and Development