Odyssey-v3.0 with TVM
zhaohong
released this
30 Aug 06:34
·
11413 commits
to master
since this release
Notice
SR should fully test this version on test net before updating to this version.
Odyssey 3.0 Official Version Features
- The Committee Feature
- Unique committee mechanism: one proposal requires the signature of each SR in turn
- More than 20 parameters can be governed by the committee
- The VM feature will be activated by the committee
- The VM Feature
- Decentralized exchanges
- Decentralized exchanges that support token transactions in the TRON network to improve token liquidity
- Greatly enhances the TRON ecosystem
- TRON decentralized database
- The decentralized database will be released with Version 3.0
- Able to switched to the new version of the database by configuration
- Significantly reduce IO and effectively improve TPS
- Multi-thread management of pending queues
- P2P network
- Optimized security; increased random channel selection to avoid malicious attacks
- Optimized overall network architecture: one server with multiple backups
Introduction of TVM Features
- Fully compatible with Ethereum
- Fully compatible with Ethereum's Solidity language. Ethereum's DApps can be deployed on TRON without any modification, which reduces secondary development costs
- Unique virtual memory mechanism,
- Significantly reduces the amount of physical memory usage, greatly reducing the running cost of DApps
- Unique resource management model
- The entire VM system uses bandwidth and energy to represent aggregate system resources. The underlying concept of memory, cpu, etc. is shielded, improving accessibility of the system and reducing the learning cost for DApp development.