hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Commit b09db2680 "feat(cancun): Finish HIP-866 non-support for Cancun blobs (#13178)" needs to be cherry-picked into 0.50 to complete the services' side of Cancun.
Cancun upgrade to Ethereum is rolling out in March, and it comes with EVM changes. Bring in a recent BESU version that has Cancun support (`> 24.2.1`) and provide Cancun...
**Description**: - Fully automate publishing to Maven Central (by utilizing https://github.com/gradle-nexus/publish-plugin) - Publish all _Modules_ of _services_ (hedera-node) - Publish all _Modules_ of _storage_ (block-node) As a side effect, `assemble`...
Add more unit tests to improve code coverage to each class in Network Admin Service 1. Checked box without issue indicates False negative for coverage where codacy reports 0% coverage...
**Description**: - Following up on comments from https://github.com/hashgraph/hedera-services/pull/12838 - Remove approach for dispatching child CryptoTransfer - Describe check if the airdrop sender has approved token allowances **Checklist** - [ ]...