Releases: renproject/ren-js
Releases · renproject/ren-js
v2.4.6
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.
v2.4.4
v2.4.3
Changelog
- bumps the
solana/web3.js
dependency to its latest version and removes use of a deprecated RPC call togetConfirmedSignaturesForAddress2
- includes various features and fixes for the updated Dev Tools, including using the
submitGateway
endpoint - fees are now tracked in RenVM, so the in-contract fee getters are returning
0
. This PR fixes this by fetching the fees usingren_queryBlockState
.
v2.4.1
v2.4.0 - Solana support
Changelog:
- Solana Support
- Introduces a UI Playground that integrates ren-react + multiwallet as a more complete demo
- Minor fixes to ren-js & ren-tx
v2.3.0 - Avalanche support
Changelog
- Avalanche support
- An additional endpoint for fetching DigiByte deposits.