hedera-sdk-js icon indicating copy to clipboard operation
hedera-sdk-js copied to clipboard

Hedera™ Hashgraph SDK for JavaScript/TypeScript

Results 243 hedera-sdk-js issues
Sort by recently updated
recently updated
newest added

### Problem Copy pasta of issue in java SDK relevant for this SDK. See https://github.com/hashgraph/hedera-sdk-java/issues/1080 ### Solution Copy pasta of issue in java SDK relevant for this SDK. See https://github.com/hashgraph/hedera-sdk-java/issues/1080...

enhancement
p1

### Problem The following issues were added to increase the stability and performance of the SDKs when nodes are unavailable. https://github.com/hashgraph/hedera-sdk-js/issues/769 https://github.com/hashgraph/hedera-sdk-js/issues/768 https://github.com/hashgraph/hedera-sdk-js/issues/766 After the enhancements are implemented, the SDK...

enhancement

TypeScript doesn't support "internal" methods so we use `_` to indicate this. However, this doesn't prevent auto-completions from showing these methods which can be very confusing to users. What we...

enhancement

## 🆕🐥 First Timers Only This issue is reserved for people who have never contributed to [Hedera](https://hedera.com) or any open source project in general. We know that creating a pull...

enhancement
good first issue
p3
hacktoberfest

### Problem Identify areas to add unit tests and increase the test coverage. ### Solution Add units tests. ### Alternatives _No response_

enhancement
p1

### Problem A CodePen instance errored using the JS SDK: https://codepen.io/atulhedera/pen/gOeLOjR The error is that the import runs into some issue so even the simplest of the JS code (like...

enhancement
blocked

### Problem TCKs allows independent implementations to have a way to test for compatibility of the feature. ### Solution Add TCK Implement a TCK: - [ ] TCK should require...

enhancement
p1

**Related issue(s)**: Fixes #1203 **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

### Problem When using the JS SDK in VS Code, it often suggests internal methods (first) which is sometimes annoying if you want to quickly scroll through the public ones...

enhancement