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: add a function to generate callee events from dynamic linked callee instance's event manager #269

Closed

Conversation

loloicci
Copy link
Contributor

@loloicci loloicci commented Feb 17, 2023

Description

A part of the 3rd part of #265.

This PR adds a function to generate callee events from a dynamic linked callee instance's event manager. This function is for copy callee's event manager info to caller's event manager.

And, this PR also improve the events contract to useable as a dynamic linked contract. This contract is used by tests implemented in wasmvm's PR.

Types of changes

  • Bug fix (changes which fixes an issue)
  • New feature (changes which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • ETC (build, ci, docs, perf, refactor, style, test)

Checklist

…ance

This commit implements generate_events_as_from_dynamic_linked_calleeto
Instance.
This function is for generate event manager's info which will be copied
from callee instance to caller instance.
@loloicci loloicci added the dynamic_link relate the dynamic link call feature label Feb 17, 2023
@loloicci loloicci self-assigned this Feb 17, 2023
@loloicci
Copy link
Contributor Author

Closed via #273
(generate callee events function will be removed and update event contract will be merged with another contract)

@loloicci loloicci closed this Mar 27, 2023
@loloicci loloicci deleted the dynamic-event-manager branch April 20, 2023 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dynamic_link relate the dynamic link call feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants