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

During the [cleanup of the build file](https://github.com/hiero-ledger/hiero-consensus-node/pull/21953), we added exports to make the build work that should not be as open. We should review all exports of this PR and...

Otter

Add an example genesis-network.json file so users understand how to create this file when trying to start a new network.

Update the Hedera Fee Tool to use simple fees. https://github.com/hashgraph/hedera-fee-tool-js * Put in a branch so it won't be deployed immediately * Find a way to test it * Determine...

Currently the Simple Fee Schedule is loaded at genesis init and accessed from the FeeContext. Instead it should be passed through Dagger and when the fee schedule changes we should...

Once JRS tests are turned off, we no longer need the marker files. We can remove the code that creates marker files.

After the health worker has made calls to all block nodes, each block node should be scored based on the following: - Status API success vs failure (i.e. is the...