hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
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...
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...