From b9f04dfbaf775f81a13e01dd560fe390b1c6fede Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:37:21 +0200 Subject: [PATCH] chore: release master (#810) * chore: release master * chore: Bump air-interpreter and air-near-contract version to 0.60.0 --- .github/release-please/manifest.json | 34 ++++---- Cargo.lock | 32 ++++---- air-interpreter/CHANGELOG.md | 15 ++++ air-interpreter/Cargo.toml | 6 +- air/CHANGELOG.md | 24 ++++++ air/Cargo.toml | 14 ++-- avm/client/CHANGELOG.md | 11 +++ avm/client/package-lock.json | 4 +- avm/client/package.json | 2 +- avm/interface/CHANGELOG.md | 20 +++++ avm/interface/Cargo.toml | 6 +- avm/server/CHANGELOG.md | 21 +++++ avm/server/Cargo.toml | 10 +-- crates/air-lib/air-parser/CHANGELOG.md | 7 ++ crates/air-lib/air-parser/Cargo.toml | 2 +- .../execution-info-collector/CHANGELOG.md | 4 + .../execution-info-collector/Cargo.toml | 4 +- crates/air-lib/interpreter-data/CHANGELOG.md | 15 ++++ crates/air-lib/interpreter-data/Cargo.toml | 6 +- .../interpreter-interface/CHANGELOG.md | 13 +++ .../air-lib/interpreter-interface/Cargo.toml | 2 +- crates/air-lib/test-utils/CHANGELOG.md | 23 ++++++ crates/air-lib/test-utils/Cargo.toml | 12 +-- crates/air-lib/trace-handler/CHANGELOG.md | 5 ++ crates/air-lib/trace-handler/Cargo.toml | 6 +- crates/air-lib/utils/CHANGELOG.md | 11 +++ crates/air-lib/utils/Cargo.toml | 2 +- crates/beautifier/CHANGELOG.md | 4 + crates/beautifier/Cargo.toml | 4 +- crates/data-store/CHANGELOG.md | 4 + crates/data-store/Cargo.toml | 4 +- crates/interpreter-wasm/Cargo.lock | 2 +- crates/interpreter-wasm/Cargo.toml | 2 +- crates/testing-framework/CHANGELOG.md | 20 +++++ crates/testing-framework/Cargo.toml | 6 +- tools/cli/air/CHANGELOG.md | 26 ++++++ tools/cli/air/Cargo.toml | 18 ++--- tools/wasm/air-beautify-wasm/CHANGELOG.md | 4 + tools/wasm/air-beautify-wasm/Cargo.toml | 4 +- tools/wasm/air-near-contract/Cargo.lock | 81 ++++++++++++------- tools/wasm/air-near-contract/Cargo.toml | 2 +- 41 files changed, 372 insertions(+), 120 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index dd6b5edd..b16abb22 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,26 +1,26 @@ { - "air": "0.59.0", - "air-interpreter": "0.59.0", - "avm/interface": "0.31.2", - "avm/server": "0.35.0", - "avm/client": "0.59.0", - "crates/air-lib/air-parser": "0.11.1", - "crates/air-lib/execution-info-collector": "0.7.12", + "air": "0.60.0", + "air-interpreter": "0.60.0", + "avm/interface": "0.32.0", + "avm/server": "0.36.0", + "avm/client": "0.60.0", + "crates/air-lib/air-parser": "0.11.2", + "crates/air-lib/execution-info-collector": "0.7.13", "crates/air-lib/interpreter-cid": "0.9.0", - "crates/air-lib/interpreter-data": "0.17.0", - "crates/air-lib/test-utils": "0.15.1", - "crates/air-lib/trace-handler": "0.5.10", - "crates/air-lib/utils": "0.2.0", - "crates/beautifier": "0.4.1", - "crates/data-store": "0.7.7", - "crates/testing-framework": "0.8.4", + "crates/air-lib/interpreter-data": "0.17.1", + "crates/air-lib/test-utils": "0.16.0", + "crates/air-lib/trace-handler": "0.5.11", + "crates/air-lib/utils": "0.3.0", + "crates/beautifier": "0.4.2", + "crates/data-store": "0.7.8", + "crates/testing-framework": "0.9.0", "tools/cli/aquavm-air-cli": "0.2.6", - "tools/wasm/air-beautify-wasm": "0.3.7", - "tools/cli/air": "0.6.3", + "tools/wasm/air-beautify-wasm": "0.3.8", + "tools/cli/air": "0.7.0", "crates/air-lib/lambda/ast": "0.1.0", "crates/air-lib/lambda/parser": "0.1.0", "crates/air-lib/log-targets": "0.1.0", - "crates/air-lib/interpreter-interface": "0.17.2", + "crates/air-lib/interpreter-interface": "0.18.0", "crates/air-lib/interpreter-signatures": "0.1.7", "crates/air-lib/polyplets": "0.6.0" } diff --git a/Cargo.lock b/Cargo.lock index 2c1edd41..cf454452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "air-beautifier" -version = "0.4.1" +version = "0.4.2" dependencies = [ "aquavm-air-parser", "itertools", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "air-beautify-wasm" -version = "0.3.7" +version = "0.3.8" dependencies = [ "air-beautifier", "wasm-bindgen", @@ -130,14 +130,14 @@ dependencies = [ [[package]] name = "air-execution-info-collector" -version = "0.7.12" +version = "0.7.13" dependencies = [ "aquavm-air-parser", ] [[package]] name = "air-interpreter" -version = "0.59.0" +version = "0.60.0" dependencies = [ "air-interpreter-interface", "air-log-targets", @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "air-interpreter-data" -version = "0.17.0" +version = "0.17.1" dependencies = [ "air-interpreter-cid", "air-interpreter-sede", @@ -194,7 +194,7 @@ dependencies = [ [[package]] name = "air-interpreter-interface" -version = "0.17.2" +version = "0.18.0" dependencies = [ "air-interpreter-sede", "air-interpreter-value", @@ -271,7 +271,7 @@ version = "0.1.0" [[package]] name = "air-test-utils" -version = "0.15.1" +version = "0.16.0" dependencies = [ "air-interpreter-cid", "air-interpreter-data", @@ -297,7 +297,7 @@ dependencies = [ [[package]] name = "air-testing-framework" -version = "0.8.4" +version = "0.9.0" dependencies = [ "air-interpreter-signatures", "air-test-utils", @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "air-trace-handler" -version = "0.5.10" +version = "0.5.11" dependencies = [ "air-interpreter-cid", "air-interpreter-data", @@ -332,7 +332,7 @@ dependencies = [ [[package]] name = "air-utils" -version = "0.2.0" +version = "0.3.0" [[package]] name = "ambient-authority" @@ -426,7 +426,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "aquavm-air" -version = "0.59.0" +version = "0.60.0" dependencies = [ "air-execution-info-collector", "air-interpreter-cid", @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "aquavm-air-cli" -version = "0.6.3" +version = "0.7.0" dependencies = [ "air-beautifier", "air-interpreter-data", @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "aquavm-air-parser" -version = "0.11.1" +version = "0.11.2" dependencies = [ "air-interpreter-value", "air-lambda-ast", @@ -754,7 +754,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avm-data-store" -version = "0.7.7" +version = "0.7.8" dependencies = [ "avm-interface", "serde", @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "avm-interface" -version = "0.31.2" +version = "0.32.0" dependencies = [ "air-interpreter-interface", "air-interpreter-sede", @@ -780,7 +780,7 @@ dependencies = [ [[package]] name = "avm-server" -version = "0.35.0" +version = "0.36.0" dependencies = [ "air-interpreter-interface", "air-interpreter-sede", diff --git a/air-interpreter/CHANGELOG.md b/air-interpreter/CHANGELOG.md index 5427fa59..df8074bb 100644 --- a/air-interpreter/CHANGELOG.md +++ b/air-interpreter/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.60.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.59.0...air-interpreter-v0.60.0) (2024-02-20) + + +### Miscellaneous Chores + +* **air-interpreter:** Synchronize air-interpreter versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * aquavm-air bumped from 0.59.0 to 0.60.0 + * air-interpreter-interface bumped from 0.17.2 to 0.18.0 + ## [0.59.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.58.0...air-interpreter-v0.59.0) (2024-01-24) diff --git a/air-interpreter/Cargo.toml b/air-interpreter/Cargo.toml index 98682567..ff355f03 100644 --- a/air-interpreter/Cargo.toml +++ b/air-interpreter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-interpreter" -version = "0.59.0" +version = "0.60.0" description = "Crate-wrapper for air" authors = ["Fluence Labs"] edition = "2021" @@ -18,8 +18,8 @@ name = "air_interpreter_server" path = "src/marine.rs" [dependencies] -aquavm-air = { version = "0.59.0", path = "../air" } -air-interpreter-interface = { version = "0.17.2", path = "../crates/air-lib/interpreter-interface" } +aquavm-air = { version = "0.60.0", path = "../air" } +air-interpreter-interface = { version = "0.18.0", path = "../crates/air-lib/interpreter-interface" } air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" } marine-rs-sdk = {version = "0.10.3", features = ["logger"] } diff --git a/air/CHANGELOG.md b/air/CHANGELOG.md index 7a9e3aaf..2cc78ab3 100644 --- a/air/CHANGELOG.md +++ b/air/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.60.0](https://github.com/fluencelabs/aquavm/compare/air-v0.59.0...air-v0.60.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7)) +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * aquavm-air-parser bumped from 0.11.1 to 0.11.2 + * air-execution-info-collector bumped from 0.7.12 to 0.7.13 + * air-interpreter-data bumped from 0.17.0 to 0.17.1 + * air-interpreter-interface bumped from 0.17.2 to 0.18.0 + * air-trace-handler bumped from 0.5.10 to 0.5.11 + * air-utils bumped from 0.2.0 to 0.3.0 + ## [0.59.0](https://github.com/fluencelabs/aquavm/compare/air-v0.58.0...air-v0.59.0) (2024-01-24) diff --git a/air/Cargo.toml b/air/Cargo.toml index a4336431..0b7e8fc3 100644 --- a/air/Cargo.toml +++ b/air/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aquavm-air" -version = "0.59.0" +version = "0.60.0" description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network" authors = ["Fluence Labs"] edition = "2021" @@ -16,19 +16,19 @@ path = "src/lib.rs" doctest = false [dependencies] -aquavm-air-parser = { version = "0.11.1", path = "../crates/air-lib/air-parser" } -air-execution-info-collector = { version = "0.7.12", path = "../crates/air-lib/execution-info-collector" } +aquavm-air-parser = { version = "0.11.2", path = "../crates/air-lib/air-parser" } +air-execution-info-collector = { version = "0.7.13", path = "../crates/air-lib/execution-info-collector" } air-interpreter-cid = { version = "0.9.0", path = "../crates/air-lib/interpreter-cid", features = ["rkyv"] } -air-interpreter-data = { version = "0.17.0", path = "../crates/air-lib/interpreter-data" } +air-interpreter-data = { version = "0.17.1", path = "../crates/air-lib/interpreter-data" } air-interpreter-sede = { version = "0.1.0", path = "../crates/air-lib/interpreter-sede" } air-interpreter-signatures = { version = "0.1.7", path = "../crates/air-lib/interpreter-signatures", features = ["rkyv"] } air-interpreter-value = { version = "0.1.0", path = "../crates/air-lib/interpreter-value" } -air-interpreter-interface = { version = "0.17.2", path = "../crates/air-lib/interpreter-interface", default-features = false } +air-interpreter-interface = { version = "0.18.0", path = "../crates/air-lib/interpreter-interface", default-features = false } air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" } air-lambda-ast = { version = "0.1.0", path = "../crates/air-lib/lambda/ast" } air-lambda-parser = { version = "0.1.0", path = "../crates/air-lib/lambda/parser" } -air-trace-handler = { version = "0.5.10", path = "../crates/air-lib/trace-handler" } -air-utils = { version = "0.2.0", path = "../crates/air-lib/utils" } +air-trace-handler = { version = "0.5.11", path = "../crates/air-lib/trace-handler" } +air-utils = { version = "0.3.0", path = "../crates/air-lib/utils" } polyplets = { version = "0.6.0", path = "../crates/air-lib/polyplets" } fluence-keypair = { version = "0.10.4", default-features = false } diff --git a/avm/client/CHANGELOG.md b/avm/client/CHANGELOG.md index 3b87f72c..5f2c22bf 100644 --- a/avm/client/CHANGELOG.md +++ b/avm/client/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.60.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.59.0...avm-client-v0.60.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + ## [0.59.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.58.0...avm-client-v0.59.0) (2024-01-24) diff --git a/avm/client/package-lock.json b/avm/client/package-lock.json index 6c305a63..3ced59df 100644 --- a/avm/client/package-lock.json +++ b/avm/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/avm", - "version": "0.59.0", + "version": "0.60.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluencelabs/avm", - "version": "0.59.0", + "version": "0.60.0", "license": "Apache 2.0", "dependencies": { "msgpack-lite": "^0.1.26", diff --git a/avm/client/package.json b/avm/client/package.json index 18cbcb10..6c42fb91 100644 --- a/avm/client/package.json +++ b/avm/client/package.json @@ -1,7 +1,7 @@ { "name": "@fluencelabs/avm", "description": "Aquamarine VM", - "version": "0.59.0", + "version": "0.60.0", "main": "./dist/index.js", "repository": "https://github.com/fluencelabs/air", "author": "Fluence Labs", diff --git a/avm/interface/CHANGELOG.md b/avm/interface/CHANGELOG.md index d2c53520..1706d881 100644 --- a/avm/interface/CHANGELOG.md +++ b/avm/interface/CHANGELOG.md @@ -39,6 +39,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * dependencies * air-interpreter-interface bumped from 0.17.1 to 0.17.2 +## [0.32.0](https://github.com/fluencelabs/aquavm/compare/avm-interface-v0.31.2...avm-interface-v0.32.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7)) +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * air-interpreter-interface bumped from 0.17.2 to 0.18.0 + * air-utils bumped from 0.2.0 to 0.3.0 + ## [0.31.0](https://github.com/fluencelabs/aquavm/compare/avm-interface-v0.30.0...avm-interface-v0.31.0) (2024-01-09) diff --git a/avm/interface/Cargo.toml b/avm/interface/Cargo.toml index 3df2fb83..59d5be7f 100644 --- a/avm/interface/Cargo.toml +++ b/avm/interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "avm-interface" description = "Fluence AIR VM interfacing" -version = "0.31.2" +version = "0.32.0" authors = ["Fluence Labs"] edition = "2021" license = "Apache-2.0" @@ -15,9 +15,9 @@ name = "avm_interface" path = "src/lib.rs" [dependencies] -air-interpreter-interface = { version = "0.17.2", path = "../../crates/air-lib/interpreter-interface", default-features = false } +air-interpreter-interface = { version = "0.18.0", path = "../../crates/air-lib/interpreter-interface", default-features = false } air-interpreter-sede = { version = "0.1.0", path = "../../crates/air-lib/interpreter-sede", default-features = false } -air-utils = { version = "0.2.0", path = "../../crates/air-lib/utils" } +air-utils = { version = "0.3.0", path = "../../crates/air-lib/utils" } polyplets = { version = "0.6.0", path = "../../crates/air-lib/polyplets" } thiserror = "1.0.50" diff --git a/avm/server/CHANGELOG.md b/avm/server/CHANGELOG.md index c934bcb1..b7bb7735 100644 --- a/avm/server/CHANGELOG.md +++ b/avm/server/CHANGELOG.md @@ -22,6 +22,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * avm-data-store bumped from 0.7.4 to 0.7.5 * avm-interface bumped from 0.30.0 to 0.31.0 +## [0.36.0](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.35.0...avm-server-v0.36.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * air-interpreter-interface bumped from 0.17.2 to 0.18.0 + * air-utils bumped from 0.2.0 to 0.3.0 + * avm-data-store bumped from 0.7.7 to 0.7.8 + * avm-interface bumped from 0.31.2 to 0.32.0 + ## [0.35.0](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.34.2...avm-server-v0.35.0) (2024-01-24) diff --git a/avm/server/Cargo.toml b/avm/server/Cargo.toml index faf5cd47..1e8faece 100644 --- a/avm/server/Cargo.toml +++ b/avm/server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "avm-server" description = "Fluence AIR VM" -version = "0.35.0" +version = "0.36.0" authors = ["Fluence Labs"] edition = "2021" license = "Apache-2.0" @@ -15,13 +15,13 @@ name = "avm_server" path = "src/lib.rs" [dependencies] -air-interpreter-interface = { version = "0.17.2", path = "../../crates/air-lib/interpreter-interface" } +air-interpreter-interface = { version = "0.18.0", path = "../../crates/air-lib/interpreter-interface" } air-interpreter-sede = { version = "0.1.0", path = "../../crates/air-lib/interpreter-sede" } -air-utils = { version = "0.2.0", path = "../../crates/air-lib/utils" } -avm-data-store = { version = "0.7.7", path = "../../crates/data-store" } +air-utils = { version = "0.3.0", path = "../../crates/air-lib/utils" } +avm-data-store = { version = "0.7.8", path = "../../crates/data-store" } marine-runtime = "0.32.0" polyplets = { version = "0.6.0", path = "../../crates/air-lib/polyplets" } -avm-interface = { version = "0.31.2", path = "../../avm/interface" } +avm-interface = { version = "0.32.0", path = "../../avm/interface" } eyre = "0.6.11" thiserror = "1.0.50" diff --git a/crates/air-lib/air-parser/CHANGELOG.md b/crates/air-lib/air-parser/CHANGELOG.md index 30712fb3..46d47556 100644 --- a/crates/air-lib/air-parser/CHANGELOG.md +++ b/crates/air-lib/air-parser/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.2](https://github.com/fluencelabs/aquavm/compare/air-parser-v0.11.1...air-parser-v0.11.2) (2024-02-20) + + +### Features + +* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7)) + ## [0.11.1](https://github.com/fluencelabs/aquavm/compare/air-parser-v0.11.0...air-parser-v0.11.1) (2024-01-03) diff --git a/crates/air-lib/air-parser/Cargo.toml b/crates/air-lib/air-parser/Cargo.toml index 02b60891..4e545f66 100644 --- a/crates/air-lib/air-parser/Cargo.toml +++ b/crates/air-lib/air-parser/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aquavm-air-parser" description = "Parser of the AIR scripts in a form of string to AST" -version = "0.11.1" +version = "0.11.2" authors = ["Fluence Labs"] edition = "2021" license = "Apache-2.0" diff --git a/crates/air-lib/execution-info-collector/CHANGELOG.md b/crates/air-lib/execution-info-collector/CHANGELOG.md index de75cde3..5f2bc3b3 100644 --- a/crates/air-lib/execution-info-collector/CHANGELOG.md +++ b/crates/air-lib/execution-info-collector/CHANGELOG.md @@ -28,6 +28,10 @@ * dependencies * aquavm-air-parser bumped from 0.11.0 to 0.11.1 +* The following workspace dependencies were updated + * dependencies + * aquavm-air-parser bumped from 0.11.1 to 0.11.2 + ## [0.7.5](https://github.com/fluencelabs/aquavm/compare/air-execution-info-collector-v0.7.4...air-execution-info-collector-v0.7.5) (2023-06-22) diff --git a/crates/air-lib/execution-info-collector/Cargo.toml b/crates/air-lib/execution-info-collector/Cargo.toml index e641713c..6bf88b3b 100644 --- a/crates/air-lib/execution-info-collector/Cargo.toml +++ b/crates/air-lib/execution-info-collector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-execution-info-collector" -version = "0.7.12" +version = "0.7.13" description = "Implementation of AIR execution info collector" authors = ["Fluence Labs"] edition = "2021" @@ -15,4 +15,4 @@ name = "air_execution_info_collector" path = "src/lib.rs" [dependencies] -aquavm-air-parser = { version = "0.11.1", path = "../air-parser" } +aquavm-air-parser = { version = "0.11.2", path = "../air-parser" } diff --git a/crates/air-lib/interpreter-data/CHANGELOG.md b/crates/air-lib/interpreter-data/CHANGELOG.md index cbf476e2..b15a8ec6 100644 --- a/crates/air-lib/interpreter-data/CHANGELOG.md +++ b/crates/air-lib/interpreter-data/CHANGELOG.md @@ -25,6 +25,21 @@ * dependencies * air-utils bumped from 0.1.1 to 0.2.0 +## [0.17.1](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.17.0...air-interpreter-data-v0.17.1) (2024-02-20) + + +### Features + +* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * air-utils bumped from 0.2.0 to 0.3.0 + * aquavm-air-parser bumped from 0.11.1 to 0.11.2 + ## [0.17.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.16.0...air-interpreter-data-v0.17.0) (2024-01-11) diff --git a/crates/air-lib/interpreter-data/Cargo.toml b/crates/air-lib/interpreter-data/Cargo.toml index fc73c632..3007e9de 100644 --- a/crates/air-lib/interpreter-data/Cargo.toml +++ b/crates/air-lib/interpreter-data/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "air-interpreter-data" description = "Data format of the AIR interpreter" -version = "0.17.0" +version = "0.17.1" authors = ["Fluence Labs"] edition = "2021" license = "Apache-2.0" @@ -15,8 +15,8 @@ name = "air_interpreter_data" path = "src/lib.rs" [dependencies] -air-utils = { version = "0.2.0", path = "../utils" } -aquavm-air-parser = { version = "0.11.1", path = "../air-parser" } +air-utils = { version = "0.3.0", path = "../utils" } +aquavm-air-parser = { version = "0.11.2", path = "../air-parser" } air-interpreter-cid = { version = "0.9.0", path = "../interpreter-cid", features = ["rkyv"] } air-interpreter-signatures = { version = "0.1.7", path = "../interpreter-signatures", features = ["rkyv"] } air-interpreter-sede = { version = "0.1.0", path = "../interpreter-sede", features = ["msgpack"] } diff --git a/crates/air-lib/interpreter-interface/CHANGELOG.md b/crates/air-lib/interpreter-interface/CHANGELOG.md index dbf259ab..958d941d 100644 --- a/crates/air-lib/interpreter-interface/CHANGELOG.md +++ b/crates/air-lib/interpreter-interface/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.18.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-interface-v0.17.2...air-interpreter-interface-v0.18.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **avm-server:** a convenience method to hide implementation from nox and fix for items ordering bug ([#818](https://github.com/fluencelabs/aquavm/issues/818)) ([2ed1901](https://github.com/fluencelabs/aquavm/commit/2ed1901dbc663f0a083d7d1647b85c88fd183d59)) +* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7)) +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + ## [0.17.2](https://github.com/fluencelabs/aquavm/compare/air-interpreter-interface-v0.17.1...air-interpreter-interface-v0.17.2) (2024-01-24) diff --git a/crates/air-lib/interpreter-interface/Cargo.toml b/crates/air-lib/interpreter-interface/Cargo.toml index 8529a157..022fd778 100644 --- a/crates/air-lib/interpreter-interface/Cargo.toml +++ b/crates/air-lib/interpreter-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "air-interpreter-interface" description = "Interface of the AIR interpreter" -version = "0.17.2" +version = "0.18.0" authors = ["Fluence Labs"] edition = "2021" license = "Apache-2.0" diff --git a/crates/air-lib/test-utils/CHANGELOG.md b/crates/air-lib/test-utils/CHANGELOG.md index 2d4eb4d1..8c284683 100644 --- a/crates/air-lib/test-utils/CHANGELOG.md +++ b/crates/air-lib/test-utils/CHANGELOG.md @@ -71,6 +71,29 @@ * avm-interface bumped from 0.30.0 to 0.31.0 * avm-server bumped from 0.34.0 to 0.34.1 +## [0.16.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.15.1...air-test-utils-v0.16.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7)) +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * aquavm-air bumped from 0.59.0 to 0.60.0 + * air-interpreter-data bumped from 0.17.0 to 0.17.1 + * air-interpreter-interface bumped from 0.17.2 to 0.18.0 + * avm-interface bumped from 0.31.2 to 0.32.0 + * avm-server bumped from 0.35.0 to 0.36.0 + ## [0.15.1](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.15.0...air-test-utils-v0.15.1) (2024-01-24) diff --git a/crates/air-lib/test-utils/Cargo.toml b/crates/air-lib/test-utils/Cargo.toml index 399a6607..5c177ce7 100644 --- a/crates/air-lib/test-utils/Cargo.toml +++ b/crates/air-lib/test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-test-utils" -version = "0.15.1" +version = "0.16.0" description = "Test utils for the AIR interpreter" authors = ["Fluence Labs"] edition = "2021" @@ -15,14 +15,14 @@ name = "air_test_utils" path = "src/lib.rs" [dependencies] -aquavm-air = { version = "0.59.0", path = "../../../air" } +aquavm-air = { version = "0.60.0", path = "../../../air" } air-interpreter-cid = { version = "0.9.0", path = "../interpreter-cid" } -air-interpreter-data = { version = "0.17.0", path = "../interpreter-data" } -air-interpreter-interface = { version = "0.17.2", path = "../interpreter-interface" } +air-interpreter-data = { version = "0.17.1", path = "../interpreter-data" } +air-interpreter-interface = { version = "0.18.0", path = "../interpreter-interface" } air-interpreter-sede = { version = "0.1.0", path = "../interpreter-sede" } air-interpreter-signatures = { version = "0.1.7", path = "../interpreter-signatures" } -avm-interface = { version = "0.31.2", path = "../../../avm/interface" } -avm-server = { version = "0.35.0", path = "../../../avm/server" } +avm-interface = { version = "0.32.0", path = "../../../avm/interface" } +avm-server = { version = "0.36.0", path = "../../../avm/server" } marine-rs-sdk = "0.10.3" object-pool = "0.5.4" diff --git a/crates/air-lib/trace-handler/CHANGELOG.md b/crates/air-lib/trace-handler/CHANGELOG.md index 7fe62b71..6fcc3667 100644 --- a/crates/air-lib/trace-handler/CHANGELOG.md +++ b/crates/air-lib/trace-handler/CHANGELOG.md @@ -59,6 +59,11 @@ * air-interpreter-data bumped from 0.16.0 to 0.17.0 * polyplets bumped from 0.5.2 to 0.6.0 +* The following workspace dependencies were updated + * dependencies + * air-interpreter-data bumped from 0.17.0 to 0.17.1 + * aquavm-air-parser bumped from 0.11.1 to 0.11.2 + ## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-trace-handler-v0.4.0...air-trace-handler-v0.5.0) (2023-08-31) diff --git a/crates/air-lib/trace-handler/Cargo.toml b/crates/air-lib/trace-handler/Cargo.toml index d98fce14..c8a74e7e 100644 --- a/crates/air-lib/trace-handler/Cargo.toml +++ b/crates/air-lib/trace-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-trace-handler" -version = "0.5.10" +version = "0.5.11" description = "Implementation of AIR trace handler" authors = ["Fluence Labs"] edition = "2021" @@ -14,9 +14,9 @@ path = "src/lib.rs" [dependencies] air-interpreter-cid = { version = "0.9.0", path = "../interpreter-cid" } -air-interpreter-data = { version = "0.17.0", path = "../interpreter-data" } +air-interpreter-data = { version = "0.17.1", path = "../interpreter-data" } air-log-targets = { version = "0.1.0", path = "../log-targets" } -aquavm-air-parser = { version = "0.11.1", path = "../air-parser" } +aquavm-air-parser = { version = "0.11.2", path = "../air-parser" } polyplets = { version = "0.6.0", path = "../polyplets" } bimap = "0.6.3" diff --git a/crates/air-lib/utils/CHANGELOG.md b/crates/air-lib/utils/CHANGELOG.md index ec245f6b..ace989f1 100644 --- a/crates/air-lib/utils/CHANGELOG.md +++ b/crates/air-lib/utils/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-utils-v0.2.0...air-utils-v0.3.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + ## [0.2.0](https://github.com/fluencelabs/aquavm/compare/air-utils-v0.1.1...air-utils-v0.2.0) (2023-10-16) diff --git a/crates/air-lib/utils/Cargo.toml b/crates/air-lib/utils/Cargo.toml index d0f59a00..ead4bc7a 100644 --- a/crates/air-lib/utils/Cargo.toml +++ b/crates/air-lib/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-utils" -version = "0.2.0" +version = "0.3.0" description = "AIR helper funcitions and macros" authors = ["Fluence Labs"] edition = "2021" diff --git a/crates/beautifier/CHANGELOG.md b/crates/beautifier/CHANGELOG.md index f6f37165..364f9c5e 100644 --- a/crates/beautifier/CHANGELOG.md +++ b/crates/beautifier/CHANGELOG.md @@ -12,6 +12,10 @@ * dependencies * aquavm-air-parser bumped from 0.11.0 to 0.11.1 +* The following workspace dependencies were updated + * dependencies + * aquavm-air-parser bumped from 0.11.1 to 0.11.2 + ## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.1...air-beautifier-v0.4.0) (2023-12-12) diff --git a/crates/beautifier/Cargo.toml b/crates/beautifier/Cargo.toml index 27179206..87759c2c 100644 --- a/crates/beautifier/Cargo.toml +++ b/crates/beautifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-beautifier" -version = "0.4.1" +version = "0.4.2" description = "AIR human-readable format transformer library" authors = ["Fluence Labs"] edition = "2021" @@ -14,6 +14,6 @@ name = "air_beautifier" path = "src/lib.rs" [dependencies] -aquavm-air-parser = { version = "0.11.1", path = "../air-lib/air-parser" } +aquavm-air-parser = { version = "0.11.2", path = "../air-lib/air-parser" } itertools = "0.10.5" thiserror = "1.0.50" diff --git a/crates/data-store/CHANGELOG.md b/crates/data-store/CHANGELOG.md index bc00ada6..da3eaa5b 100644 --- a/crates/data-store/CHANGELOG.md +++ b/crates/data-store/CHANGELOG.md @@ -44,6 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * dependencies * avm-interface bumped from 0.31.1 to 0.31.2 +* The following workspace dependencies were updated + * dependencies + * avm-interface bumped from 0.31.2 to 0.32.0 + ## [0.7.0](https://github.com/fluencelabs/aquavm/compare/avm-data-store-v0.6.3...avm-data-store-v0.7.0) (2023-08-17) diff --git a/crates/data-store/Cargo.toml b/crates/data-store/Cargo.toml index 029c85ff..ac489ef6 100644 --- a/crates/data-store/Cargo.toml +++ b/crates/data-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avm-data-store" -version = "0.7.7" +version = "0.7.8" description = "Definition of the AVM DataStore trait" authors = ["Fluence Labs"] edition = "2021" @@ -15,7 +15,7 @@ name = "avm_data_store" path = "src/lib.rs" [dependencies] -avm-interface = { version = "0.31.2", path = "../../avm/interface"} +avm-interface = { version = "0.32.0", path = "../../avm/interface"} serde = { version = "1.0.190", features = ["derive"] } serde_bytes = "0.11.9" diff --git a/crates/interpreter-wasm/Cargo.lock b/crates/interpreter-wasm/Cargo.lock index 236f1ffe..ee53c637 100644 --- a/crates/interpreter-wasm/Cargo.lock +++ b/crates/interpreter-wasm/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "air-interpreter-wasm" -version = "0.59.0" +version = "0.60.0" dependencies = [ "built", ] diff --git a/crates/interpreter-wasm/Cargo.toml b/crates/interpreter-wasm/Cargo.toml index 747d7728..2e9170b4 100644 --- a/crates/interpreter-wasm/Cargo.toml +++ b/crates/interpreter-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-interpreter-wasm" -version = "0.59.0" +version = "0.60.0" description = "Distribution of AIR interpreter as .wasm" authors = ["Fluence Labs"] license = "Apache-2.0" diff --git a/crates/testing-framework/CHANGELOG.md b/crates/testing-framework/CHANGELOG.md index 8bae3359..c596ebc9 100644 --- a/crates/testing-framework/CHANGELOG.md +++ b/crates/testing-framework/CHANGELOG.md @@ -75,6 +75,26 @@ * dependencies * air-test-utils bumped from 0.15.0 to 0.15.1 +## [0.9.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.8.4...air-testing-framework-v0.9.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7)) +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * air-test-utils bumped from 0.15.1 to 0.16.0 + * aquavm-air-parser bumped from 0.11.1 to 0.11.2 + ## [0.8.1](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.8.0...air-testing-framework-v0.8.1) (2024-01-03) diff --git a/crates/testing-framework/Cargo.toml b/crates/testing-framework/Cargo.toml index fbc8259a..1580073d 100644 --- a/crates/testing-framework/Cargo.toml +++ b/crates/testing-framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-testing-framework" -version = "0.8.4" +version = "0.9.0" description = "AquaVM testing framework" authors = ["Fluence Labs"] edition = "2021" @@ -14,8 +14,8 @@ name = "air_test_framework" path = "src/lib.rs" [dependencies] -air-test-utils = { version = "0.15.1", path = "../air-lib/test-utils" } -aquavm-air-parser = { version = "0.11.1", path = "../air-lib/air-parser" } +air-test-utils = { version = "0.16.0", path = "../air-lib/test-utils" } +aquavm-air-parser = { version = "0.11.2", path = "../air-lib/air-parser" } itertools = "0.10.5" fluence-keypair = "0.10.4" diff --git a/tools/cli/air/CHANGELOG.md b/tools/cli/air/CHANGELOG.md index 8a900988..0487814e 100644 --- a/tools/cli/air/CHANGELOG.md +++ b/tools/cli/air/CHANGELOG.md @@ -127,6 +127,32 @@ * air-interpreter-interface bumped from 0.17.1 to 0.17.2 * air-test-utils bumped from 0.15.0 to 0.15.1 +## [0.7.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.6.3...aquavm-air-cli-v0.7.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] + +### Features + +* **cli:** use eyre in air-cli ([#808](https://github.com/fluencelabs/aquavm/issues/808)) ([4742072](https://github.com/fluencelabs/aquavm/commit/47420723bc6c489f0019f172428a8deb18d069b7)) +* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * aquavm-air bumped from 0.59.0 to 0.60.0 + * air-beautifier bumped from 0.4.1 to 0.4.2 + * avm-data-store bumped from 0.7.7 to 0.7.8 + * avm-interface bumped from 0.31.2 to 0.32.0 + * air-interpreter-interface bumped from 0.17.2 to 0.18.0 + * air-interpreter-data bumped from 0.17.0 to 0.17.1 + * avm-server bumped from 0.35.0 to 0.36.0 + * air-test-utils bumped from 0.15.1 to 0.16.0 + ## [0.6.2](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.6.1...aquavm-air-cli-v0.6.2) (2024-01-11) diff --git a/tools/cli/air/Cargo.toml b/tools/cli/air/Cargo.toml index 1bfb4054..f4db392f 100644 --- a/tools/cli/air/Cargo.toml +++ b/tools/cli/air/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aquavm-air-cli" -version = "0.6.3" +version = "0.7.0" edition = "2021" description = "AIR execution and printing tool" authors = ["Fluence Labs"] @@ -10,15 +10,15 @@ documentation = "https://docs.rs/aquavm-air-cli" keywords = ["fluence", "air", "tracing"] [dependencies] -aquavm-air = { version = "0.59.0", path = "../../../air" } -air-beautifier = { version = "0.4.1", path = "../../../crates/beautifier" } -avm-data-store = { version = "0.7.7", path = "../../../crates/data-store" } -avm-interface = { version = "0.31.2", path = "../../../avm/interface" } -air-interpreter-interface = { version = "0.17.2", path = "../../../crates/air-lib/interpreter-interface", default-features = false } -air-interpreter-data = { version = "0.17.0", path = "../../../crates/air-lib/interpreter-data" } +aquavm-air = { version = "0.60.0", path = "../../../air" } +air-beautifier = { version = "0.4.2", path = "../../../crates/beautifier" } +avm-data-store = { version = "0.7.8", path = "../../../crates/data-store" } +avm-interface = { version = "0.32.0", path = "../../../avm/interface" } +air-interpreter-interface = { version = "0.18.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false } +air-interpreter-data = { version = "0.17.1", path = "../../../crates/air-lib/interpreter-data" } air-interpreter-sede = { version = "0.1.0", path = "../../../crates/air-lib/interpreter-sede", default-features = false } -avm-server = { version = "0.35.0", path = "../../../avm/server" } -air-test-utils = { version = "0.15.1",path = "../../../crates/air-lib/test-utils", optional = true } +avm-server = { version = "0.36.0", path = "../../../avm/server" } +air-test-utils = { version = "0.16.0",path = "../../../crates/air-lib/test-utils", optional = true } clap = { version = "4.4.7", features = ["derive", "env"] } eyre = "0.6.11" diff --git a/tools/wasm/air-beautify-wasm/CHANGELOG.md b/tools/wasm/air-beautify-wasm/CHANGELOG.md index 9cb626e2..c4522ff7 100644 --- a/tools/wasm/air-beautify-wasm/CHANGELOG.md +++ b/tools/wasm/air-beautify-wasm/CHANGELOG.md @@ -32,6 +32,10 @@ * dependencies * air-beautifier bumped from 0.4.0 to 0.4.1 +* The following workspace dependencies were updated + * dependencies + * air-beautifier bumped from 0.4.1 to 0.4.2 + ## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-beautify-wasm-v0.2.1...air-beautify-wasm-v0.3.0) (2023-06-23) diff --git a/tools/wasm/air-beautify-wasm/Cargo.toml b/tools/wasm/air-beautify-wasm/Cargo.toml index e839c1f7..177b69b6 100644 --- a/tools/wasm/air-beautify-wasm/Cargo.toml +++ b/tools/wasm/air-beautify-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-beautify-wasm" -version = "0.3.7" +version = "0.3.8" authors = ["Fluence Labs"] edition = "2021" description = "WASM module for air-beautify" @@ -14,4 +14,4 @@ crate-type = ["cdylib", "rlib"] [dependencies] # 0.2.79: a function can return Result<..., JsError>. wasm-bindgen = { version = "=0.2.83", features = ["serde-serialize"] } -air-beautifier = { version = "0.4.1", path = "../../../crates/beautifier" } +air-beautifier = { version = "0.4.2", path = "../../../crates/beautifier" } diff --git a/tools/wasm/air-near-contract/Cargo.lock b/tools/wasm/air-near-contract/Cargo.lock index 9df29c65..2071f192 100644 --- a/tools/wasm/air-near-contract/Cargo.lock +++ b/tools/wasm/air-near-contract/Cargo.lock @@ -41,7 +41,7 @@ dependencies = [ [[package]] name = "air-execution-info-collector" -version = "0.7.12" +version = "0.7.13" dependencies = [ "aquavm-air-parser", ] @@ -50,9 +50,9 @@ dependencies = [ name = "air-interpreter-cid" version = "0.9.0" dependencies = [ - "blake3", "cid", "digest 0.10.7", + "fluence-blake3", "multihash 0.19.1", "multihash-codetable", "rkyv", @@ -64,11 +64,12 @@ dependencies = [ [[package]] name = "air-interpreter-data" -version = "0.17.0" +version = "0.17.1" dependencies = [ "air-interpreter-cid", "air-interpreter-sede", "air-interpreter-signatures", + "air-interpreter-value", "air-utils", "aquavm-air-parser", "fluence-keypair", @@ -88,9 +89,10 @@ dependencies = [ [[package]] name = "air-interpreter-interface" -version = "0.17.2" +version = "0.18.0" dependencies = [ "air-interpreter-sede", + "air-interpreter-value", "fluence-it-types", "marine-call-parameters", "marine-rs-sdk", @@ -126,6 +128,14 @@ dependencies = [ "thiserror", ] +[[package]] +name = "air-interpreter-value" +version = "0.1.0" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "air-lambda-ast" version = "0.1.0" @@ -154,7 +164,7 @@ version = "0.1.0" [[package]] name = "air-near-contract" -version = "0.59.0" +version = "0.60.0" dependencies = [ "air-interpreter-interface", "aquavm-air", @@ -166,7 +176,7 @@ dependencies = [ [[package]] name = "air-trace-handler" -version = "0.5.10" +version = "0.5.11" dependencies = [ "air-interpreter-cid", "air-interpreter-data", @@ -183,7 +193,7 @@ dependencies = [ [[package]] name = "air-utils" -version = "0.2.0" +version = "0.3.0" [[package]] name = "android-tzdata" @@ -202,7 +212,7 @@ dependencies = [ [[package]] name = "aquavm-air" -version = "0.59.0" +version = "0.60.0" dependencies = [ "air-execution-info-collector", "air-interpreter-cid", @@ -210,6 +220,7 @@ dependencies = [ "air-interpreter-interface", "air-interpreter-sede", "air-interpreter-signatures", + "air-interpreter-value", "air-lambda-ast", "air-lambda-parser", "air-log-targets", @@ -236,8 +247,9 @@ dependencies = [ [[package]] name = "aquavm-air-parser" -version = "0.11.1" +version = "0.11.2" dependencies = [ + "air-interpreter-value", "air-lambda-ast", "air-lambda-parser", "codespan", @@ -436,7 +448,6 @@ dependencies = [ "cc", "cfg-if 1.0.0", "constant_time_eq", - "digest 0.10.7", ] [[package]] @@ -707,7 +718,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f76990911f2267d837d9d0ad060aa63aaad170af40904b29461734c339030d4d" dependencies = [ "quote", - "syn 2.0.37", + "syn 2.0.50", ] [[package]] @@ -816,7 +827,7 @@ checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.50", ] [[package]] @@ -1051,6 +1062,20 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +[[package]] +name = "fluence-blake3" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a3c704928408e9b8f7c9d5b24a4f205dd5cb89d378aa31a01140df810093bf5" +dependencies = [ + "arrayref", + "arrayvec 0.7.4", + "cc", + "cfg-if 1.0.0", + "constant_time_eq", + "digest 0.10.7", +] + [[package]] name = "fluence-it-types" version = "0.4.1" @@ -2097,9 +2122,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.70" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] @@ -2135,9 +2160,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.33" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" dependencies = [ "proc-macro2", ] @@ -2484,9 +2509,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.190" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" +checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" dependencies = [ "serde_derive", ] @@ -2502,13 +2527,13 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.190" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" +checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.50", ] [[package]] @@ -2708,9 +2733,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.37" +version = "2.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" +checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb" dependencies = [ "proc-macro2", "quote", @@ -2772,7 +2797,7 @@ checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.50", ] [[package]] @@ -2844,7 +2869,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.50", ] [[package]] @@ -2971,7 +2996,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.50", "wasm-bindgen-shared", ] @@ -2993,7 +3018,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.50", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -3173,7 +3198,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.50", ] [[package]] diff --git a/tools/wasm/air-near-contract/Cargo.toml b/tools/wasm/air-near-contract/Cargo.toml index 1819bfe0..2b043b11 100644 --- a/tools/wasm/air-near-contract/Cargo.toml +++ b/tools/wasm/air-near-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-near-contract" -version = "0.59.0" +version = "0.60.0" description = "AIR interpreter as a NEAR contract" authors = ["Fluence labs"] edition = "2021"