hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger

Results 496 hedera-services issues
Sort by recently updated
recently updated
newest added

**Description**: Random test flake in smart contracts was [reported](https://scans.gradle.com/s/llezog467h6wa/tests/task/:app-service-contract-impl:test/details/com.hedera.node.app.service.contract.impl.test.exec.metrics.SystemContractOpsDurationMetricTest/recordsAndRetrievesOperationDuration()?expanded-stacktrace=WyIwIl0&top-execution=1). This branch tries to fix possible flakiness of the test. **Notes for reviewer**: 1. `SystemContractOpsDurationMetric` -> uses `RunningAverageMetric` -> uses `StatsRunningAverage`...

**Description**: Sync lag should be computed as median taking weights of nodes into account. This is to protect against the case, where many small-weight nodes can influence event creation on...

**Description**: Pces metrics are being reported under a wrong category **Related issue(s)**: Fixes #22066

**Description**: This PR contains the proof-of-concept of the instrumented node.

**Description**: This is the first version of a chaos bot for Otter. It can be used to generate random failures (network and node). The behavior is deterministic for a fixed...

Run an experiment with a single-node network in which we feed pre-generated events as quickly as possible. The goal is to measure the optimal theoretical performance of event intake and...

**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)