Key changes
This release adds Tron mainnet support. To enable it, use the following config options:
--tronRPC YOUR_RPC
--tronContract 0x3e7d05181025c985603960e6b2f7008f98b95659 //this is MAINNET
Note: the Tron-compatible (base58) address of the core bridge is TFfcfVDaHZNUYZ1nAv3oqgiPeSqpDEUzzD: https://tronscan.org/contract/TFfcfVDaHZNUYZ1nAv3oqgiPeSqpDEUzzD
But the node expects the address in the Ethereum hex format.
What's Changed
- node: Accountant audit improvements by @djb15 in #4839
- meta: Update contribution policy by @johnsaigle in #4910
- meta: Add more Delegated Guardian Set info to security context by @johnsaigle in #4909
- chore(node): tron mainnet by @kev1n-peters in #4912
Full Changelog: v2.65.0...v2.66.0