Releases: bttcprotocol/bttc
Releases · bttcprotocol/bttc
v1.1.0
v1.1.0
Notice
Non-mandatory upgrade
New Features
Changes
- Add check for empty lists in txpool(#69)
- Fix get block errror when meeting state-sync txn(#64)
- Add max code init size check in txpool(#68)
- Fix getTransactionFromBlockIndex and getTransactionCount interfaces(#56 #78)
- Fix getTransactionReceiptsByBlock interfaces(#72)
- Add batch limit in http(#76)
- Optimize validatorset with map(#71)
- Add fingerprint cmd(#66)
- Add GetSnapshotProposer and GetSnapshotProposerSequence(#65)
- Add pull request template(#73)
- Only support full sync(#67)
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
Notices
Forced upgrade
New Features
Core
- Optimized BTT contract code.
Mainnet upgrade step
- Stop bttc process
- Upgrade bttc code to v1.0.1 and build
- Fetch new genesis.json
- Init bttc with the new genesis file
bttc --datadir $BTTC_HOME/data init genesis.json
- You should see the output as follows:
INFO [12-30|11:32:31.788] Successfully wrote genesis state database=chaindata hash=...
INFO [12-30|11:32:31.788] Successfully wrote genesis state database=lightchaindata hash=...
- Start the bttc
- Rewind the chain to block 841300:
$ bttc attach $BTTC_HOME/data/bttc.ipc
> debug.setHead("0xCD654")