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

fix: hermes reactor changes requested #173

Merged

Conversation

stevenj
Copy link
Collaborator

@stevenj stevenj commented Mar 6, 2024

Description

Thanks for contributing to the project!
Please fill out this template to help us review your changes.

Related Issue(s)

List the issue numbers related to this pull request.

e.g., Closes #123, Resolves #456 Fixes #367

Description of Changes

Provide a clear and concise description of what the pull request changes.

Breaking Changes

Describe any breaking changes and the impact.

Screenshots

If applicable, add screenshots to help explain your changes.

Related Pull Requests

If applicable, list any related pull requests.

e.g., #123, #456

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@stevenj stevenj changed the title Feat/hermes reactor changes requested fix: hermes reactor changes requested Mar 7, 2024
Copy link
Contributor

@Mr-Leshiy Mr-Leshiy left a comment

Choose a reason for hiding this comment

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

LGTM

@Mr-Leshiy Mr-Leshiy merged commit 374da22 into feat/hermes-reactor Mar 7, 2024
21 of 22 checks passed
@Mr-Leshiy Mr-Leshiy deleted the feat/hermes-reactor-changes-requested branch March 7, 2024 09:10
stevenj added a commit that referenced this pull request Mar 11, 2024
* add HermesReactor

* rename mod

* refactor

* move hermes runtime extensions host impl to the separate module

* move wasi runtime extensions host impl to the separate module

* add on cron event impl

* add cardano events

* add kv-update event

* remove reactor

* add HermesReactor

* add Hermes Event queue types

* wip

* wip

* add InitEvent

* add emit_init_event function

* update

* fix spelling

* fix lints

* Add hermes app struct

* update Statefull trait

* update HermesEventQueue impl

* refactor wasm::Module

* add TargetApp, TargetModule types

* add HermesEventExecutionManager

* refactor

* remove HermesEventExecutionManager

* wip

* update hermes state and context structs

* rename state to runtime_state

* wip

* wip

* fix spelling

* fix

* update bench

* remove uneeded code

* wip

* wip

* fix bench

* fix cargo warning

* refactor, update runtime state

* remove Stateful trait, update runtime extensions state handling

* update emiting init event

* refactor event queue

* refactor

* fix fmt

* fix spelling

* make HermesEventQueue singltone and static instance

* fix spelling

* fixes

* wip

* fix: hermes reactor changes requested (#173)

* fix(hermes): changes requested for event queue

* fix(hermes): Reintroduce mechanism to advise runtime extensions of a new context

* fix(hermes): fix code format

* update

---------

Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
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.

None yet

2 participants