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(runtime)!: switch to async marine #815

Merged
merged 19 commits into from
Apr 15, 2024
Merged

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    5593d99 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. WIP

    ValeryAntopol committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    39b7019 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge branch 'master' into feat/use-async-marine

    # Conflicts:
    #	Cargo.lock
    #	air/Cargo.toml
    #	avm/server/Cargo.toml
    #	avm/server/src/runner.rs
    #	tools/cli/air/src/trace/run/wasm.rs
    ValeryAntopol committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    317bca4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. start updating tests

    ValeryAntopol committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5398662 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    4c53d8f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    a9dc66e View commit details
    Browse the repository at this point in the history
  2. rustfmt

    ValeryAntopol committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c87013f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat/use-async-marine

    # Conflicts:
    #	tools/cli/air/src/trace/run.rs
    #	tools/cli/air/src/trace/run/native.rs
    #	tools/cli/air/src/trace/run/runner.rs
    #	tools/cli/air/src/trace/run/wasm.rs
    ValeryAntopol committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8749f2c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. merge with master

    ValeryAntopol committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0b8eb81 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. use git dependency

    ValeryAntopol committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    385200e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat/use-async-marine

    # Conflicts:
    #	air/tests/test_module/features/data_merging/data_merge.rs
    #	air/tests/test_module/features/errors/last_error.rs
    #	air/tests/test_module/features/streams/streams.rs
    #	air/tests/test_module/features/tetraplets/security_tetraplets.rs
    #	air/tests/test_module/integration/dashboard.rs
    #	air/tests/test_module/negative_tests/execution_step.rs
    #	crates/air-lib/test-utils/Cargo.toml
    #	crates/air-lib/test-utils/src/call_services.rs
    ValeryAntopol committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7e6038d View commit details
    Browse the repository at this point in the history
  3. merge fix + fmt

    ValeryAntopol committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2ff0b98 View commit details
    Browse the repository at this point in the history
  4. fix bench builder

    ValeryAntopol committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5bb34bc View commit details
    Browse the repository at this point in the history
  5. add Cargo.lock

    ValeryAntopol committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e2fdc05 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge branch 'master' into feat/use-async-marine

    # Conflicts:
    #	air/tests/test_module/features/signatures/algorithms.rs
    #	air/tests/test_module/features/signatures/attacks.rs
    #	air/tests/test_module/features/signatures/runtime.rs
    #	air/tests/test_module/issues/issue_632.rs
    #	avm/server/src/avm.rs
    #	avm/server/src/runner.rs
    #	benches/PERFORMANCE.txt
    #	crates/air-lib/test-utils/src/native_test_runner.rs
    #	crates/air-lib/test-utils/src/test_runner.rs
    #	crates/air-lib/test-utils/src/wasm_test_runner.rs
    #	crates/testing-framework/src/ephemeral/mod.rs
    #	crates/testing-framework/src/ephemeral/neighborhood.rs
    #	crates/testing-framework/src/execution/mod.rs
    #	crates/testing-framework/src/transform/walker.rs
    #	junk/gen-bench-data/Cargo.lock
    #	junk/gen-bench-data/src/calls.rs
    #	junk/gen-bench-data/src/dashboard.rs
    #	junk/gen-bench-data/src/main.rs
    #	junk/gen-bench-data/src/network_explore.rs
    #	tools/cli/air/src/data.rs
    #	tools/cli/air/src/trace/run.rs
    #	tools/cli/air/src/trace/run/native.rs
    #	tools/cli/air/src/trace/run/wasm.rs
    ValeryAntopol committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7cce0ec View commit details
    Browse the repository at this point in the history
  2. fix + fmt after merge

    ValeryAntopol committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4fbea14 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge branch 'master' into feat/use-async-marine

    # Conflicts:
    #	Cargo.lock
    #	air-interpreter/Cargo.toml
    #	air/Cargo.toml
    #	air/tests/test_module/features/join_behaviour/join_behaviour.rs
    #	air/tests/test_module/features/tetraplets/security_tetraplets.rs
    #	air/tests/test_module/features/tetraplets/security_tetraplets/auth_module/Cargo.lock
    #	air/tests/test_module/features/tetraplets/security_tetraplets/auth_module/Cargo.toml
    #	air/tests/test_module/features/tetraplets/security_tetraplets/log_storage/Cargo.lock
    #	air/tests/test_module/features/tetraplets/security_tetraplets/log_storage/Cargo.toml
    #	air/tests/test_module/instructions/fold.rs
    #	avm/server/Cargo.toml
    #	crates/air-lib/interpreter-interface/Cargo.toml
    #	crates/air-lib/interpreter-sede/Cargo.toml
    #	crates/air-lib/polyplets/Cargo.toml
    #	crates/air-lib/test-utils/Cargo.toml
    #	junk/gen-bench-data/Cargo.lock
    ValeryAntopol committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ded688a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a222f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. use released marine

    ValeryAntopol committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    044691d View commit details
    Browse the repository at this point in the history