Skip to content

Releases: tronprotocol/java-tron

Odyssey-v1.1

18 May 14:31
9cae056

Choose a tag to compare

  • Feature
    1. Remove the TronSR minimum balance limit.
    2. Token transaction consumes bandwidth of the token issuer.
    3. avoid flood attack
    4. add token frozen
    5. When an account issues an asset, it can promise the public to freeze multiple assets. The asset can be unfrozen manually after maturity
  • Improvement
    1. Remove duplicate verification
    2. improvement the message package speed
    3. avoid the dup validate
  • Bug Fix
    1. Fix the now timestamp bug.
    2. Fix the dup trans
    3. Fix the dead lock during sync.

Odyssey with VM

25 May 03:44

Choose a tag to compare

Odyssey with VM Pre-release
Pre-release
  • Feature
  1. fully support EVM.
  2. implement the vm-adapter.
  • Notics
    this is a test version.

Odyssey-v1.0.6.3

10 May 12:02
f29b586

Choose a tag to compare

  • fix bug
    fix the bandwidth timestamp error.
  • improvement
    batch transaction send & receive.

Odyssey-v1.0.6.1

07 May 07:01
2be3fd5

Choose a tag to compare

fix the parameter.

Odyssey-v1.0.6

07 May 06:16
7b5a43a

Choose a tag to compare

  • feature
  1. frozen and unfrozen balance for voting and bandwidth.
  2. transaction bandwidth control to avoid ddos.
  3. add testNG.
  • improvement
  1. parallel validate signature.
  2. increate the speed of block producing.
  3. reduce the memory usage of index service.
  4. increase the speed of broadcast block.
  5. improve the handshake mechanism.
  • bug fix
  1. Out of memory exception.
  2. dup message

Odyssey-v1.0.5

20 Apr 12:07
ebf83c0

Choose a tag to compare

Improvement

  1. add database index module for block explorer
  2. redesign the block id, merge block num in big endian
  3. improve the performance of database.
  4. add tapos support.

Bug Fix

  1. fix cache transaction exception.
  2. fix dup message .
  3. fix witness disorder exception.

Other

  1. support the grpc_web_proxy.

Odyssey-v1.0.4

13 Apr 13:05

Choose a tag to compare

fix bug:

  1. incorrect disconnection during sync block.
  2. a minor error when process fork chain.
  3. the inconsistent of witness.
  4. other small bugs.

improve:

  1. add more exception.
  2. remove the head in manager.
  3. other improve.

Other:

  1. p2p version -> 51 for testnet

Odyssey-v1.0.3

05 Apr 14:07
b60203a

Choose a tag to compare

  1. 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.
  2. performance improvement.

Odyssey-v1.0.2 for test net

31 Mar 04:06
5f4ea1c

Choose a tag to compare

  1. the block chain
  2. tdp support.
  3. web wallet && explorer support.

Odyssey-v1.0.1 for test net

30 Mar 07:14
dd7a4e9

Choose a tag to compare

Pre-release
  1. more stable version.