-
Queue states are currently implemented as merkle nodes with two children: a label (`StringLeaf`) and a queue (`FCQueue`). All Queue state APIs are mapped 1-1 to the underlyng `FCQueue`.
There are n…
-
When using `v7.2.5` our [proto](https://github.com/hashgraph/hedera-sdk-js/tree/develop/packages/proto) project works just fine. But when we are using `v7.2.6` the project can not be compiled because …
-
io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue
SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=141, target=34.94.106.61:50211} was not shutdown properly!!! ~*~*~*
…
-
https://github.com/hashgraph/hedera-services/issues/9149 and the resulting fixes take care of scenarios where validations on user transactions performed by the node fail and the transactions are not e…
-
When updating a token the "memo" field was removed if not specified, which was a bug, not specifying any memo should leave the current memo unchanged.
Hedera has deployed a new fix for that and we sh…
-
Swirlds-benchmark
2h-NFT
32-node perf test
static analysis
-
hashgraph-name-resolution-sdk does not appear to be able to resolve .cream SLDs.
See example app here using `hbar.cream` as input:
https://codesandbox.io/s/hgn-resolver-yj92ln?file=/src/App.tsx
…
-
### Problem description
Occasionally differences in policies are highlighted, but it is not actually clear what the difference is. I suspect some spacing differences in the JSON file, but I am not su…
-
Per Artem's and Nikita's (nikita.lebedev@limechain.tech) request
To add details...
-
Placing a field comment before a `reserved` field causes PBJ to fail.
To reproduce:
Add a reserved field with a field comment in any `.proto` file:
```text
/**
* Removed Field.
*…