hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
closes #13046
**Description**: Executing an internal call with value against PRNG/Exchange rate precompile addresses returns success. Only the contract that acts as middleman is credited with hbars. **Related issue(s)**: https://github.com/hashgraph/hedera-services/pull/12793 Fixes #https://github.com/hashgraph/hedera-services/issues/11218
closes #13161
Write E2E suites for HSCS operations affected by the security model Token Burn --> **Related issue(s)**: https://github.com/hashgraph/hedera-services/issues/12726 Fixes # https://github.com/hashgraph/hedera-services/issues/12726
Clean up the state hasher wiring.
### Problem We need to implement HIP 906. This epic breaks down the steps into manageable steps - [x] #13103 - [ ] #13136 - [ ] #13181 - [...
Our goal is to have 80% code coverage as reported by Codacy. - [ ] https://github.com/hashgraph/hedera-services/issues/12987 - [ ] #13203 - [ ] #13195 - [ ] #13207 - [...
### Description Transaction handling has always been the main bottleneck under heavy load provided by the NFT transfer benchmark. The handling thread, `consensusRoundHandler`, is now seen spending significant time sleeping...
- [x] Tag protobufs `0.49.0-alpha.0` and deploy to sonatype - [x] Tag protobufs `0.49.0`and release to maven central - [x] Tag `0.49.0-alpha.0` in services - [x] Tag `0.49.0-alpha.1` in services...
We use the "headlong" module in EVM, Smart Contracts Service, HapiUtils, and HapiSpec tests to do translations of Ethereum "RLP" encoded things - including ABIs, transactions, contract parameters, etc. We...