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

Integrate async AVM, introduce user-defined callbacks #1209

Merged
merged 81 commits into from
Nov 8, 2021
Merged

Conversation

folex
Copy link
Member

@folex folex commented Nov 2, 2021

fixes #1192

TODOs:

Cargo.toml Show resolved Hide resolved
aquamarine/src/actor.rs Outdated Show resolved Hide resolved
aquamarine/src/plumber.rs Outdated Show resolved Hide resolved
crates/created-swarm/src/swarm.rs Outdated Show resolved Hide resolved
crates/created-swarm/src/swarm.rs Outdated Show resolved Hide resolved
crates/created-swarm/src/swarm.rs Show resolved Hide resolved
crates/created-swarm/src/swarm.rs Outdated Show resolved Hide resolved
// mod bench_network_models;
//
// use bench_network_models::*;
// use connected_client::ConnectedClient;
Copy link
Member

Choose a reason for hiding this comment

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

ditto

particle-node/src/connectivity.rs Show resolved Hide resolved
particle-node/src/effectors.rs Outdated Show resolved Hide resolved
particle-node/src/node.rs Outdated Show resolved Hide resolved
particle-node/src/node.rs Outdated Show resolved Hide resolved
particle-node/benches/network_api_bench.rs Show resolved Hide resolved
particle-node/src/tasks.rs Show resolved Hide resolved
particle-node/tests/builtins/tests/src/aqua_dht/pubsub.rs Outdated Show resolved Hide resolved
aquamarine/src/plumber.rs Outdated Show resolved Hide resolved
@@ -20,6 +20,7 @@ air-interpreter-fs = { path = "../air-interpreter-fs" }
builtins-deployer = { path = "../builtins-deployer" }
toy-vms = { path = "../toy-vms" }


Copy link
Member

Choose a reason for hiding this comment

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

Suggested change

crates/server-config/Cargo.toml Outdated Show resolved Hide resolved
@@ -12,6 +12,7 @@ serde = "1.0.130"
log = "0.4.11"
libp2p = { version = "0.36.2", package = "fluence-fork-libp2p", features = ["tcp-tokio"] }


Copy link
Member

Choose a reason for hiding this comment

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

Suggested change

@folex folex merged commit 5022da0 into master Nov 8, 2021
@folex folex deleted the update_avm branch November 8, 2021 20:04
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.

Integrate async AquaVM
2 participants