Skip to content
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

Merged
merged 7 commits into from
Feb 5, 2024

Conversation

devbugging
Copy link
Contributor

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:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@devbugging devbugging self-assigned this Feb 1, 2024
@devbugging devbugging changed the base branch from main to gregor/index/storage-filter February 1, 2024 15:57
@devbugging devbugging marked this pull request as ready for review February 2, 2024 13:05
@devbugging devbugging requested a review from m-Peter February 2, 2024 13:05
BlockHeight uint64 `cadence:"blockHeight"`
TransactionHash string `cadence:"transactionHash"`
Transaction string `cadence:"transaction"`
TransactionType int `cadence:"transactionType"`
Copy link
Collaborator

@m-Peter m-Peter Feb 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@m-Peter m-Peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@franklywatson franklywatson merged commit 9ed0a0d into gregor/index/storage-filter Feb 5, 2024
@devbugging
Copy link
Contributor Author

@franklywatson this shouldn't be merged yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decode the events into relevant types
3 participants