hashgraph-venin-js
hashgraph-venin-js copied to clipboard
The, service over-arching, Hedera Stratospheric SDK for JS developers
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.6.7 to 1.8.17. Release notes Sourced from @grpc/grpc-js's releases. @grpc/grpc-js 1.8.17 Disallow pick_first LB policy as the direct child of an outlier_detection LB policy (#2476) @grpc/grpc-js 1.8.16...
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.0 to 4.9.2. Release notes Sourced from @openzeppelin/contracts's releases. v4.9.2 Note This release contains a fix for https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-wprv-93r4-jj2p. MerkleProof: Fix a bug in processMultiProof and processMultiProofCalldata that...
We have added a `setMaxNodesPerTransaction` together with a TODO in `HederaNetwork.ts` file at line 105-106. This was a fix for ticket https://github.com/hashgraph/hedera-sdk-js/pull/953 opened in `hedera-sdk-js` repo which was since then...
- `HederaNetwork` has been moved to `hedera` folder ~- `HederaNetwork.getClient()` has been changed to `HederaNetwork.client` (property)~ - Removed a bunch of config variables from `StratoContext` (see [comment](https://github.com/buidler-labs/hedera-strato-js/issues/76#issuecomment-1278671561)) - Removed `Contract.serialize()`...
`LiveAccountWithPrivateKey` already has a valid `Account` with its associated `PrivateKey` and the `ApiSession` that sourced it (with the bounded network). Might as well allow for a new `ApiSession`s to be...
We have `ApiSession` methods to retrieve `live` instances of type `Contract` and `Json`, but there aren't any to retrieve `LiveAccount`s, `LiveFile`s, `LiveToken`s and `LiveTopic`s. We need to support these as...
Given an existing contract's `bytecode` hosted at a `FileId`, we should allow the deployment of a new `LiveContract` through that `FileId`. This one is near and dear to @victorholo's heart....
Our `LiveEntities` use the queries which are being deprecated. We need to replace them with calls to the Mirror Node. More information related to the HIP can be found here:...