Releases: boscore/bos.contracts
BOSCore Contracts v3.0.4 Release Notes
Change Description
- Merge eosio.contracts 1.8.3 for improve the REX logic
- Fix BOS.Oracle clean data logs issues
Documentation Additions
Others
BOSCore Contracts v3.0.3 Release Notes
Upgrades
Merge some critical fix from EOSIO contracts.
EOSIO#272 fix double-move bug in system_contract::registration - v1.6.x
EOSIO#261 fix assertion in create_core_token
EOSIO#382 modify eosio::bidrefund calling authority
Building
https://github.com/boscore/bos.contract-prebuild/releases/tag/v3.0.3
BOSCore Contracts v3.0.2 Release Notes
Upgrades
BOSCore has the fastest finality and is the first IBC equipped DPoS blockchain.
Aiming to refactor business scenarios with decentralized technology.
And now, the next significant feature BOS Oracle
has finished its first version: BOS Oracle v1.0.
Some Oracle services are designed on the basis of the assumption of a dependable or authoritative data source, which is theoretically too risky to guarantee the authenticity of the data provided by such a data source. Thus, the principle of the BOS Oracle system from the beginning is that:
BOS Oracle does not rely on each oracle provider's 100% credibility of the data they provided.
BOS Oracle treats each oracle provider as a participant in the game, in order to achieve overall credibility in the game.
BOS Oracle advantages:
- Game Completion
- Positive Incentive
- Full scene coverage
BOS Oracle Composition
Documentation Additions
English
中文
BOSCore Contracts v3.0.1 Release Notes
BOSCore Contracts v3.0.0 Release Notes
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
BOSCore Contracts v2.0.2 Release Notes
System contract
This release fixes a bug in set blacklist action of the system contract #37
Dependencies
This release depends on bos.cdt v2.0.x and bos v2.0.x . To compile the contracts in this release, first build and install bos.cdt v2.0.2 and bos v2.0.2.
BOSCore Contracts v1.0.3 Release Notes
Fix serval issues:
- #11 bidname logic update, 11 short account can be saled at most
- apply EOSMainnet 1.5.1 security patch