Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Consider first-class support for Message Calls #41

Open
raulk opened this issue Jun 22, 2018 · 0 comments
Open

Consider first-class support for Message Calls #41

raulk opened this issue Jun 22, 2018 · 0 comments
Labels

Comments

@raulk
Copy link
Contributor

raulk commented Jun 22, 2018

Currently the Block->transactions field takes a TransactionFilter as an argument that can filter transactions with input data (i.e. messages). We can introduce first-class support for message calls, such that we allow retrieving the function signature and an array of parameters, only from those transactions that are indeed messages.

Just an idea:

block(number: 123) {
  messageCalls(matching: 'functionName(uint256,bytes32)') {
    param1: parameter(index: 0)
    param2: parameter(index: 1)
  }
}
@raulk raulk added Type: Feature New feature or request Status: In discussion labels Jun 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant