hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger

Results 297 hedera-services issues
Sort by recently updated
recently updated
newest added

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...

Hedera Smart Contract Service

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.

Block Streams

### 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...