hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Description: Add suggested test from https://github.com/hashgraph/hedera-services/issues/11016 SIGNER → call →CONTRACT → delegatecall → PRECOMPILE negative scenarios for token burn with delegatecall Test Plan: https://www.notion.so/limechain/V2-Security-Model-Test-Plan-Specification-98472925ed534c6d91950273975bd74c?pvs=4
If you submit the same Ethereum transaction twice, wrapped in _different_ `EthereumTransaction`s (with different transaction id) then they will both go through consensus. The second one through consensus will fail...
It really should _for documentation and clarity_ even though it will have to override everything since our self destruct behavior can't really use besu's superclass implementation.
### Abstract / Motivation The security model of the smart contract service was recently updated to Security Model V2. More information is available in these community posts: 1. [Smart Contract...
### Problem The implementation details and the ramifications of doing this changes needs to be considered ### Solution Investigate and create a document to explore ### Alternatives _No response_
To check the ethereum-equivalence table in Notion for any missed scenarios so we can mark the ethereum equivalence initiative as done.
### Problem Right now, there is code to surface an error to the caller (`INVALID_FEE_SUBMITTED`) when a call is made to a system contract with value. Each system contract is...