Xin Li
Xin Li
### Description `hedera.ClientForNetwork(network map[string]AccountID)` blocks for 10 seconds, problem is the call `CancelScheduledNetworkUpdate()` will block on sending to the channel since the reader goroutine has an initial 10-sec sleep. In...
- Allow peers to collect endorsements and submit transactions as consensus messages using HCS - Allow peers to receive consensus responses directly from mirror node, create blocks, and propagate blocks...
Run the caliper benchmark tests with hedera performance net and kabuto mirror node, compare the performance with the same tests using hedera performance net and hedera mirror node.
### Problem One idea to increase roaringbitmap compression ratio is create a global contiguous transaction index, and use the roaringbitmap to mark the transaction index instead of sparse, rarely contiguous...
### Problem Rest API performance tests show citus performs quite worse for multi-shard range search queries and it doesn't scale well with increasing number of virtual users ### Solution There...
**Description**: This PR adds testnet-citus deployment to testnet-eu cluster - Add configs for testnet-citus to testnet-eu cluster - Temporarily disable testnet-citus importer - Temporarily disable testnet-citus ingress for grpc, rest,...
### Problem We need to upgrade testkube in mainnet-staging-na cluster from v1.15.26 to the latest v1.17.x release. ### Solution Upgrade testkube to the latest v1.17.x release ### Alternatives Leave it...
### Problem With billions of transactions and all the different combinations of transactions filtering, the rest api times out more frequently. The underlying problem is when the filtering ends up...
### Description The web3 TokenRepository historical fungible token total supply query times out and causes `CONTRACT_REVERT_EXECUTED ` error. ### Steps to reproduce Check mainnet web3 logs ### Additional context _No...
### Problem Any rest API query with a timestamp parameter set in the past should be cached longer with the cache-control header, since the content will not change. ### Solution...