Jana Akhterov
Jana Akhterov
Not exactly sure if my eyes are deceiving me, but it seems that the block cursor is falling behind when scrolling up and down. I have `cursorline` set, and from...
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...
## 🆕🐥 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...
**Related issue(s)**: Fixes #1203 **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
### Problem We've had several regression with regards to `Transaction.fromBytes()` and `Transaction.toBytes()` ### Solution Add a bunch of tests for all the requests ### Alternatives _No response_
While working on the TCK I obviously want to optimize for both user and developer experience. With the TCK this is more challenging to determine than usual. The summary here...
### Problem The issue is if we were to do `_toProtobuf()`, `_makeTransactionBody()`, and `_makeRequest()` tests for all our requests it would be a bunch of effort, and I'm not sure...
Reviewing PRs is time consuming, so I'm open to any thing that makes reviewing PRs easier. One idea I had was having a automatically generated file that shows the entire...
### Problem We tests a wide variety of things already in the RN tests, but recently we discovered our RN utf8 implementation did not work. We should create tests for...
### Problem Currently the package name is `@hashgraph/sdk`, but the name doesn't make all that much sense because this isn't an SDK for the Hashgraph algorithm, this is an SDK...