v2.4.5
Changelog:
- Update Web3 to version 1.4.0
- Add
useV2TransactionFormat
flag (see below) - Handle non-string gateways in RenTX
- Solana fix for supporting multiple solana node versions
useV2TransactionFormat
The useV2TransactionFormat
flag should be passed in to RenJS like so:
new RenJS("mainnet", { useV2TransactionFormat: true })
useV2TransactionFormat
enables using the latest RenVM transaction format for minting BTC/ZEC/BCH to Ethereum. This improves functionality for tools like the Dev Tools.
This is a breaking change, and mints that are in-progress for BTC/ZEC/BCH to Ethereum will need to be completed without this flag.