-
- https://github.com/hashgraph/hedera-sdk-java/blob/main/sdk/src/main/java/com/hedera/hashgraph/sdk/TokenCreateTransaction.java#L661
- https://github.com/hashgraph/hedera-sdk-java/blob/main/sdk/src…
-
As a block node developer
I want the smoke tests to be reliable and consistent in the CI environment.
So that I can know that failures in a smoke test directly relate to my PR changes.
## Request…
-
Remove all other static references in the state other than `ConfigurationHolder` (removed in https://github.com/hashgraph/hedera-services/issues/15315).
-
Goal: to compare performance/algorithms of Google protobuf and PBJ
To investigate, setup, run and report algorithmic diff
Good starting point:
https://github.com/hashgraph/pbj/blob/79ac1de7b8b70…
-
-
We disabled `backup-uploader` as it is buggy: https://github.com/hashgraph/full-stack-testing/pull/746
We shall need to re-enable it once correct image is available.
-
New Jasper's benchmark to add to profiling:
https://swirldslabs.slack.com/archives/C07784C1SCW/p1727885326793529?thread_ts=1727859810.193189&cid=C07784C1SCW
to profile/compare Lazar's PR https://githu…
-
### Problem
We are seeing a significant number of TCP and HTTP connection related errors with the gRPC endpoints, such as:
> GrpcStatus(Status { code: Unavailable, message: "error trying to connec…
-
### Problem
Many repositories in the [github.com/hashgraph](https://github.com/hashgraph) organization use Gradle to define their project structure and build (compile, test, check, ...) the code. T…
-
### Problem
We need to implement the following RPC Method of the BlockStreamService for BlockNode.
```
service BlockStreamService {
/**
* Read the status of this block node server.
…