hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Currently each system contract translator has it's own way of matching the method selector. Instead, have an `AbstractCallAtttempt.isSelector(Function method, AbstractCallAttempt attempt` to do this and refactor to use it throughout...
Given a submit message transaction, create a translator class that will be responsible for populating `TransactionReceipt` and `TransactionRecord` from the output of the transaction and the state changes block items.
### Description View functions in mono service that are not from the ERC[20, 721] specifications should not revert if the given input contains an incorrect tokenId. ### Steps to reproduce...