BTTC Upgrades Roadmap Year of 2023
Completed
Date: 2023-02-13
- bttc v1.0.5
- Upgrade go version to 1.17.
- Add lint checker for CI.
- Fix bttc graceful shutdown issues.
- delivery v1.0.3
- Upgrade go version to 1.17.
- Optimize proposer rotation to improve failure recovery ability.
- Optimize checkpoint ticker to improve checkpoint submission timing.
- Add lint checker for CI.
Date: 2023-04-12
- bttc v1.0.6
- Add node fast start flag in bttc-mainnet and bttc-donau network.
- delivery v1.0.4
- Support sending EIP-155 transactions.
- Integrate bridge into delivery as a subcommand, and remove origin bridge binary.
- Integrate genesis file into delivery to simplify startup process.
- Optimize Cosmos SDK log format.
Date: 2023-04-27
- bttc v1.0.7
- Implement additional DoS defenses. Adds two new rules to the transaction pool.
Date: 2023-05-30
- delivery v1.0.5
- Add a rollback tool for delivery.
- Optimize modification mechanism for chain parameters.
Date: 2023-06-07
- bttc v1.0.8
- Fix the client crash issue during shutdown.
- Fix the validator verification issue and make the bttc syncmode only support “full”.
Date: 2023-08-07
- delivery v1.0.6
- Add featuremanager module to provide graceful upgrade mechanism.
- Introduce dynamic checkpoint scheduling to optimize checkpoint overhead.