ren-js
ren-js copied to clipboard
RenJS - the official JavaScript library for interacting with RenVM
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
This PR fixes a bug when submitting Solana burns to RenVM where the burn's nonce is decoded incorrectly. A testfile for testing `getBurnFromTxid` and `getBurnFromNonce` has been addded.
The validate-mint endpoint is a fallback for the ren_submitGateway endpoint built into the lightnode, and is no longer needed.
Currently, the `MockProvider` class in `@renproject/mock-provider` re-implements fee calculation. This PR updates it to instead import `estimateTransactionFee` from `@renproject/ren`.
Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.15.1. Changelog Sourced from terser's changelog. v5.15.1 Fixed missing parentheses around optional chains Avoid bare let or const as the bodies of if statements (#1253)...
See https://github.com/renproject/pack/pull/12 - _Add bytes64 type for use with schnorr signatures_
Use a hard-coded fee divisor for LUNA.
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
**Error** - The $testBTC `mint` is working fine but for some reason, the `burn` function mentioned in the *RenJS* docs is giving a ` MetaMask - RPC Error: The execution...
why recv Error: error code: 1016 when call `await renVM.queryBlockState(asset, 5)` . provider is https://rpc-testnet.renproject.io. code: ``` import { providers, Wallet } from "ethers"; import { Bitcoin, Ethereum } from...