Odyssey-v3.7 Relase
over 4 years ago by Mono Wang
Released on Mar 17, 2020.
Changes
- (#2533) Several independent modules are separated, including consensus module, crypto module, chainbase module, framework module, protocol module, and actuator module, which makes decoupled code easier to be extended and enable developers to implement custom logic freely.
- (#2947) Extend solidity event subscription trigger, a user can get the event which is solidified.
- (#2958) Add gettransactioninfobyblocknumAPI including HTTP and GRPC, user can get the list of transaction information by block number.
- (#2352) Add
broadcasthex
API for HTTP, the user can broadcast the hex of the transaction.
Instructions
- How to get the list of transaction information in a specific block: TRON Documentation
- How to broadcast the hex of the transaction: TRON Documentation