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 297 hedera-services issues
Sort by recently updated
recently updated
newest added

Create all the required wiring for the Inline PCES Writer component. This new wiring should include a way to toggle between the two PCES components with a configuration setting. The...

Platform

Create a new unwired component that writes events to the PCES according to the proposal. This component should be well tested with unit tests but not wired. As much code...

Platform

[Proposal link](https://github.com/hashgraph/hedera-services/blob/develop/platform-sdk/docs/proposals/inlinePces/inlinePcesProposal.md) [Epic link](https://github.com/hashgraph/hedera-services/issues/15579) - Create a separate implementation for writing events to PCES files using `FileChannel` - Create a benchmark with both implementation as well as flushing after every...

Platform

The proposal for this feature can be found [here](https://github.com/hashgraph/hedera-services/blob/develop/platform-sdk/docs/proposals/inlinePces/inlinePcesProposal.md). ```[tasklist] ### Tasks - [ ] https://github.com/hashgraph/hedera-services/issues/15601 - [ ] https://github.com/hashgraph/hedera-services/issues/15605 - [ ] https://github.com/hashgraph/hedera-services/issues/15606 - [ ] Cleanup legacy PCES...

Epic

Create a fake tssService for use in all kinds of Hapi Tests - [ ] Implement all fake methods required for signing and signature aggregation - [ ] Implement all...

Block Streams

This is the logical continuation of the Public Merkle API initiative (#10988). Also, it overlaps with #14772. Currently, a Block node would have to not only use the `swirlds-state-api` module...

Epic
Platform

**Description**: This PR removes all usages of the `ConfigurationHolder` in the state by updating it to the platform context configuration. **Related issue(s)**: Fixes #15315 **Notes for reviewer**: **Checklist** - [x]...

**Description**: This PR builds upon the changes from https://github.com/hashgraph/hedera-services/pull/14157, fixing for the only one left directory (`**/swirlds-tmp`). **Related issue(s)**: Fixes https://github.com/hashgraph/hedera-services/issues/6714 **Notes for reviewer**: The changes introduced are mostly in...

### Problem There are feature gates in the mono service implementation of the smart contract service which should be removed when implementing the modularized smart contract service. ### Solution Ensure...

**Description**: Codecy reporter needs additional parameters to be skipped on forked PRs so that steps/actions which require the use of secrets are only ran on PRs from the original repo....

github_actions