hedera-mirror-node
hedera-mirror-node copied to clipboard
Hedera Mirror Node archives data from consensus nodes and serves it via an API
**Description**: This PR adds the second part of the in-equivalence tests for internal calls. Part of the tests are commented because they are currently failing. Awaiting for the fixes in...
**Description**: This PR is still in progress. There are a few assertions that are waiting on bugs to be fixed, so this can be finalised. **Related issue(s)**: Fixes #7193 **Notes...
### Description During canonical 10K tps performance test, the database metrics show a pattern of high number of selected rows at beginning of each contiguous period and high volume traffic,...
### Problem we need to tests for stability of a running system experiencing a GKE upgrade ### Solution 1. Create a cluster with a version behind the latest (disable auto...
### Description Good morning, Yesterday due to a big event in real life made by **Karate Kombat**, they decided to use our Launchpad (**Kabila)**. They had a normal use case...
### Problem We need a working plan in place to handle a citus cluster failure. ### Solution Create a run book that documents: - [ ] Restoring a single node...
### Problem After this [fix](https://github.com/hashgraph/hedera-services/issues/9149 ) and this [fix](https://github.com/hashgraph/hedera-services/pull/11045) in services the isValidContractFunctionResult always returns true. It is a good idea to check the class and this function in particular...
### Description The getTokenKey historical acceptance test fails when ran on previewnet ### Steps to reproduce `./gradlew :test:acceptance --info -Dcucumber.filter.tags=@acceptance` ### Additional context ``` 2024-02-06T20:04:41.629Z INFO reactor-http-epoll-1 c.h.m.t.e.a.c.MirrorNodeClient GET http://mirror-rest/api/v1/transactions/0.0.35828-1707249877-436000000:...
### Description The estimate transferToken precompile acceptance test fails when ran on previewnet. ### Steps to reproduce `./gradlew :test:acceptance --info -Dcucumber.filter.tags=@acceptance` ### Additional context ``` 2024-02-06T20:00:25.176Z INFO ForkJoinPool-1-worker-1 c.h.m.t.e.a.s.PrecompileContractFeature Executing...
### Problem The acceptance tests currently create a Hedera File then perform a contract create. This should change to use the newer `ContractCreateFlow` that hides this complexity behind a higher...