Skip to content

Odyssey-v3.0 with TVM

Compare
Choose a tag to compare
@zhaohong zhaohong released this 30 Aug 06:34
· 11413 commits to master since this release
a86d99f

Notice
SR should fully test this version on test net before updating to this version.

Odyssey 3.0 Official Version Features

  1. The Committee Feature
  2. Unique committee mechanism: one proposal requires the signature of each SR in turn
  3. More than 20 parameters can be governed by the committee
  4. The VM feature will be activated by the committee
  5. The VM Feature
  6. Decentralized exchanges
  7. Decentralized exchanges that support token transactions in the TRON network to improve token liquidity
  8. Greatly enhances the TRON ecosystem
  9. TRON decentralized database
  10. The decentralized database will be released with Version 3.0
  11. Able to switched to the new version of the database by configuration
  12. Significantly reduce IO and effectively improve TPS
  13. Multi-thread management of pending queues
  14. P2P network
  15. Optimized security; increased random channel selection to avoid malicious attacks
  16. Optimized overall network architecture: one server with multiple backups

Introduction of TVM Features

  1. Fully compatible with Ethereum
  2. Fully compatible with Ethereum's Solidity language. Ethereum's DApps can be deployed on TRON without any modification, which reduces secondary development costs
  3. Unique virtual memory mechanism,
  4. Significantly reduces the amount of physical memory usage, greatly reducing the running cost of DApps
  5. Unique resource management model
  6. 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.