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

Receive create live object request via RPC and store WASM bytecode #32

Merged
merged 10 commits into from
Apr 26, 2024

Conversation

jihoonsong
Copy link
Contributor

  • Rename crates in execution module
  • Add node crates
  • Make RPC server calls Node upon create live object request
  • Add action, message and processor to Execution module

Note: we'll use one hard-coded key until we integrate Wasmer to execute WASM bytecode. A proper cryptographic hash key will be added and be used right after the integration.

Cargo.toml Outdated Show resolved Hide resolved
crates/config/src/config.rs Show resolved Hide resolved
crates/node/src/node.rs Outdated Show resolved Hide resolved
crates/execution/processor/src/processor.rs Outdated Show resolved Hide resolved
crates/execution/processor/src/processor.rs Outdated Show resolved Hide resolved
crates/rpc/jsonrpc/src/live_object.rs Outdated Show resolved Hide resolved
crates/rpc/jsonrpc/src/live_object.rs Outdated Show resolved Hide resolved
crates/execution/processor/src/action.rs Outdated Show resolved Hide resolved
crates/execution/processor/src/action.rs Outdated Show resolved Hide resolved
crates/node/src/node.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@t-botclive t-botclive left a comment

Choose a reason for hiding this comment

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

looks good, fix ci and its good to go

@jihoonsong jihoonsong merged commit 749b715 into develop-rs Apr 26, 2024
1 check passed
@jihoonsong jihoonsong deleted the feature/store-wasm-bytes branch April 26, 2024 05:45
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