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

Implement function calls, improve events #61

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Conversation

pkudinov
Copy link
Collaborator

This pull request introduces:

  • Block.functionCalls to get an array of FunctionCallView in this block, with different filters
  • Block.functionCallsToReceiver to get an array of FunctionCallView to a specific receiver, optionally specifying method name
  • FunctionCallView type that provides complete information about the function call, including parsed arguments and events
  • Event class has been changed to inline RawEvent fields.
  • Prettier was executed on some files to ensure consistency
  • Version was bumped to 0.5.0

Copy link

changeset-bot bot commented Jun 28, 2024

🦋 Changeset detected

Latest commit: 880e118

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@near-lake/primitives Minor
@near-lake/framework Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Collaborator

@morgsmccauley morgsmccauley left a comment

Choose a reason for hiding this comment

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

LGTM, just need to create a changeset :)

packages/near-lake-primitives/package.json Outdated Show resolved Hide resolved
@morgsmccauley morgsmccauley self-assigned this Jul 15, 2024
@morgsmccauley morgsmccauley merged commit 7971e99 into main Jul 15, 2024
1 check passed
@morgsmccauley morgsmccauley deleted the feature/functionCalls branch July 15, 2024 23:06
@github-actions github-actions bot mentioned this pull request Jul 15, 2024
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.

2 participants