Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [force-deploy] add initial codes force deploy command into db exporter * add the project of force upgrade * [force deploy] Add suiteable binary files of starcoin framework * [force-deploy] revert gas schedule * [force-upgrade] reformat upgrade code * [force-deploy] reformat some code for unittest * [force-deploy] A new txn verify and modification scheme is used, based on modifications of the starcoin-runtime layer * [force-deploy] modify code * [force-deploy] upgrade framework mv file for barnard and proxima * fixed for test * for account get from multi chain id * fixed error * [force-upgrade] move the code into openedblock * [force-deploy] add include_dir and fixed the genesis version of proxima and halley * [force-upgrade] change to new process * [force-upgrade] change to new process * binary file * [force-upgrade] change to new process * [force-upgrade] add block timestamp * [force-upgrade] remove unused code * [force-upgrade] fixed upgrade test error * [force-upgrade] fixed the timestamp * [force-upgrade] fixed the timestamp * [force-upgrade] fixed the script for include_dir * [force-upgrade] fixed timestamp * [force-upgrade] reverted gas scheduler * [force-upgrade] reverted gas scheduler * [force-upgrade] merged from commit "224ee92b878f8a8f4e1628bcd2464f7df934eab2" * [force-upgrade] change inappropriate file name * [force-upgrade] fixed executed for add result to accumulator * [force-deploy] add some case * [force-upgrade] change for test * [force-upgrade] Change unittest for verify block template * [force-upgrade] remove check function * fix compiling errors and warnings * fix unused code * Revert "[force-upgrade] fixed executed for add result to accumulator" This reverts commit 62fedfb. * fix force upgrade txn test case 1. execute extra txn without gas limit 2. make extra txn is last executed * fix burning tokens test * add more check for main network when executing extra txn * update stdlib version directly * fix fmt * stdlib framework v11 with move version 6 for test * some updates 1. regenerate halley genesisuser that will be used by SpinupWP to connect to the server and set it up. The SSH user requires root privileges and must be able to run sudo commands non-interactively. If you see the following error, you need to enable passwordless sudo for the specified Linux user. 2. remove some rescrictions * update force-deploy pkg path * update deploy account for main network * fix test cases * update halley genesis * minor updates 1. dont print extra txn body to log file 2. silence a warning * update halley force upgrade height * [force-deploy] set halley upgrade number to 600 * [force-upgrade] update genesis timestamp for halley test * [force-upgrade] 1. Remove framework deposit logic 2. Update halley genesis timestamp for genesis block 3. Update block number of force upgrade to 400 to prevent too long * [force-upgrade] Update block number of force upgrade to 300 to prevent too long * [force-upgrade] update genesis * change force deploy height of test network 1. change it to 15 2. update test cases * update extra-txn proccessing 1. restore moduleUpgradeStrategy properly 2. update some suicide logs * fix benchmark 1. update force upgrade height to 50 for test network 2. update test cases * [force-upgrade] set the barnard upgrade number * [force-upgrade] set the barnard upgrade number to 16082000 * update force deploy height for barnard --------- Co-authored-by: simonjiao <simonjiaoh@gmail.com> Co-authored-by: nk_ysg <nk_ysg@163.com>
- Loading branch information