hedera-sdk-js
hedera-sdk-js copied to clipboard
Hedera™ Hashgraph SDK for JavaScript/TypeScript
### Description Currently in the relay we are getting the feeSchedules, before each transaction to determine adequate gas fee for the transaction. However if a new transaction type is added...
**Description**: This PR modifies `Taskfile.yml` in order to support * a faster feedback cycle when modifying source only **Related issue(s)**: Nil **Notes for reviewer**: Nil **Checklist** - [ ] Documented...
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.1.12 to 40.2.0. Release notes Sourced from renovatebot/github-action's releases. v40.2.0 40.2.0 (2024-07-02) Features Add docker-network input param (#853) (c928c7f) Documentation update references to actions/checkout to v4.1.7 (4ff182b)...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.2 to 1.8.22. Release notes Sourced from @grpc/grpc-js's releases. @grpc/grpc-js 1.8.22 Avoid buffering significantly more than grpc.max_receive_message_size per received message. @grpc/grpc-js@1.8.21 Fix propagation of UNIMPLEMENTED error messages...
### Description SDK Client is droping connection to a working node randomly. This is seen to happen only on setup with 1 node after modularization. ``` Error: max attempts of...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 5.1.1. Release notes Sourced from chai's releases. v5.1.1 What's Changed Set up ESLint for JSDoc comments by @koddsson in chaijs/chai#1605 build(deps-dev): bump ip from 1.1.8...
For documentation purposes at least, the expected `pnpm` version should be declared in `package.json`. See https://nodejs.org/api/packages.html#packagemanager I would recommend updating to pnpm v9 when time allows. I would have done...
### Problem Missing mainnet proxies for accounts 32, 33 and 34. ### Solution Add missing mainnet proxies for accounts 32, 33 and 34. ### Alternatives _No response_
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 5.3.2. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.0.0 to 11.2.1. Release notes Sourced from pino-pretty's releases. v11 What's Changed Fix: add missing useOnlyCustomProps options to type definitions by @pcdevil in pinojs/pino-pretty#514 New Contributors @pcdevil...