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

Feat/parse events #704

Merged
merged 7 commits into from
Aug 9, 2023
Merged

Feat/parse events #704

merged 7 commits into from
Aug 9, 2023

Conversation

edisontim
Copy link
Contributor

Motivation and Resolution

Event parsing could be done since we have the event definitions in the abi and this helps a great deal when working with events.
This resolves #697

RPC version (if applicable)

Checklist:

  • Performed a self-review of the code
  • Rebased to the last commit of the target branch (or merged it into my branch)
  • Linked the issues which this PR resolves
  • Documented the changes in code (API docs will be generated automatically)
  • Updated the tests
  • All tests are passing

@netlify
Copy link

netlify bot commented Aug 2, 2023

Deploy Preview for starknetjs canceled.

Name Link
🔨 Latest commit b63b0d6
🔍 Latest deploy log https://app.netlify.com/sites/starknetjs/deploys/64d2eea58f60c70008619f08

@edisontim edisontim mentioned this pull request Aug 2, 2023
src/utils/calldata/responseParser.ts Outdated Show resolved Hide resolved
@penovicp penovicp changed the base branch from develop to next-version August 9, 2023 07:44
@tabaktoni tabaktoni merged commit 9a3fa41 into starknet-io:next-version Aug 9, 2023
4 checks passed
@github-actions
Copy link

🎉 This PR is included in version 5.19.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@edisontim edisontim deleted the feat/parse_events branch August 15, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing of events
3 participants