-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Indexer] Decoding of event values #36
[Indexer] Decoding of event values #36
Conversation
BlockHeight uint64 `cadence:"blockHeight"` | ||
TransactionHash string `cadence:"transactionHash"` | ||
Transaction string `cadence:"transaction"` | ||
TransactionType int `cadence:"transactionType"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is uint8
. See https://github.com/onflow/flow-go/blob/master/fvm/evm/types/events.go#L126C5-L126C62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@franklywatson this shouldn't be merged yet. |
Closes: #16
Description
This PR adds the decoding of event data into evm typed data that will be used for storage and querying.
For contributor use:
master
branchFiles changed
in the Github PR explorer