Comment on page
February 2023
3 proposals planned for February 2023
Updates eosio.msig to the newest version from antelope's main repo.
Contracts version 1.9.2 had a version of eosio.msig that used deferred tx which has been deprecated - this will execute actions individually and it is currently the version running on other Antelope networks.
all active producers
Path to WASM in repo:
- contracts/eosio.msig/eosio.msig.wasm
Currently Deployed | Proposed Update | |
Commit hash | 4c412311cc188438de2c5b4a7701921ec41c7ee8 | 86acd956f15659cab10fb99df62c4a8420b8c805 |
sha256sum | 1040fbe8e491ab6038b64b4675310ebcf9218dc1e69ec2712ef0b11db687c8ff | faa87ac1cbf719544f32de5e652e72b0080bca2ddede44ad1a104e3c5768b225 |
Files updated in this WASM:
- contracts/eosio.msig/include/eosio.msig/eosio.msig.hpp
- contracts/eosio.msig/src/eosio.msig.cpp
Code comparison (proposed to deployed):
Note: This is an old commit for the original file so there are lots of code changes in this comparison which do not apply to this single update. Only the files mentioned above need to be reviewed.
Updates stake.libre to calculate voting power - implements changes recommended by Certik from the audit regarding this function as well as some other basic changes.
These changes have been tested on local testnet as well as the Libre testnet. You can verify that the sha256sum is the same version which is deployed on testnet currently.
This Multisig updates stake.libre contract to add migrate1, migrate2, and updatevp actions as well as add the "power" table.
quantum, cryptobloks, hotstart, rioblocks, eosphere
Path to WASM in repo:
- stakingtoken/stakingtoken.wasm
Currently Deployed | Proposed Update | |
Commit hash | 539476403d1c6f86d1e1176f41aceef21a0cd118 | 9c3a3bc7393afc052e94122ffbaa7bca1dcfe37b |
sha256sum | e285a511028be0dd73c5bd6090ebe775b7d2565c8682e90b30afa5636636c896 | 6962b0ee319957fb1783fcdcf8fa5ed029867bf1e7208522694664bd6607fa98 |
Files updated in this WASM:
- stakingtoken/include/constants.hpp
- stakingtoken/include/stakingtoken.hpp
- stakingtoken/src/stakingtoken.cpp
Code comparison (update to deployed):
Updates eosio to reference voting power in stake.libre::power for choosing validators
needs to be proposed after Feb multisig2/3 - currently being prod tested on Testnet still and delayed until April.
all active producers
Path to WASM in repo: TBD
Currently Deployed | Proposed Update | |
Commit hash | | |
sha256sum | | |
Code comparison (proposed to deployed):
TBD
Last modified 7mo ago