Releases: tronprotocol/java-tron
Releases · tronprotocol/java-tron
Odyssey-v1.1
- Feature
- Remove the TronSR minimum balance limit.
- Token transaction consumes bandwidth of the token issuer.
- avoid flood attack
- add token frozen
- When an account issues an asset, it can promise the public to freeze multiple assets. The asset can be unfrozen manually after maturity
- Improvement
- Remove duplicate verification
- improvement the message package speed
- avoid the dup validate
- Bug Fix
- Fix the now timestamp bug.
- Fix the dup trans
- Fix the dead lock during sync.
Odyssey with VM
- Feature
- fully support EVM.
- implement the vm-adapter.
- Notics
this is a test version.
Odyssey-v1.0.6.3
- fix bug
fix the bandwidth timestamp error. - improvement
batch transaction send & receive.
Odyssey-v1.0.6.1
fix the parameter.
Odyssey-v1.0.6
- feature
- frozen and unfrozen balance for voting and bandwidth.
- transaction bandwidth control to avoid ddos.
- add testNG.
- improvement
- parallel validate signature.
- increate the speed of block producing.
- reduce the memory usage of index service.
- increase the speed of broadcast block.
- improve the handshake mechanism.
- bug fix
- Out of memory exception.
- dup message
Odyssey-v1.0.5
Improvement
- add database index module for block explorer
- redesign the block id, merge block num in big endian
- improve the performance of database.
- add tapos support.
Bug Fix
- fix cache transaction exception.
- fix dup message .
- fix witness disorder exception.
Other
- support the grpc_web_proxy.
Odyssey-v1.0.4
fix bug:
- incorrect disconnection during sync block.
- a minor error when process fork chain.
- the inconsistent of witness.
- other small bugs.
improve:
- add more exception.
- remove the head in manager.
- other improve.
Other:
- p2p version -> 51 for testnet
Odyssey-v1.0.3
- fix bugs.
1.1 transaction executed twice in some condition.
1.2 test case break down cause the memory not release.
1.3 and other bugs. - performance improvement.
Odyssey-v1.0.2 for test net
- the block chain
- tdp support.
- web wallet && explorer support.
Odyssey-v1.0.1 for test net
- more stable version.