chore: release master (#825)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.63.0
This commit is contained in:
fluencebot 2024-04-17 13:16:37 +03:00 committed by GitHub
parent bf9414e8d4
commit c04d8f889e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
21 changed files with 138 additions and 34 deletions

View File

@ -1,22 +1,22 @@
{ {
"air": "0.62.0", "air": "0.63.0",
"air-interpreter": "0.62.0", "air-interpreter": "0.63.0",
"avm/interface": "0.32.1", "avm/interface": "0.32.1",
"avm/server": "0.37.0", "avm/server": "0.38.0",
"avm/client": "0.62.0", "avm/client": "0.63.0",
"crates/air-lib/air-parser": "0.12.0", "crates/air-lib/air-parser": "0.12.0",
"crates/air-lib/execution-info-collector": "0.7.14", "crates/air-lib/execution-info-collector": "0.7.14",
"crates/air-lib/interpreter-cid": "0.9.0", "crates/air-lib/interpreter-cid": "0.9.0",
"crates/air-lib/interpreter-data": "0.17.2", "crates/air-lib/interpreter-data": "0.17.2",
"crates/air-lib/test-utils": "0.17.1", "crates/air-lib/test-utils": "0.18.0",
"crates/air-lib/trace-handler": "0.5.12", "crates/air-lib/trace-handler": "0.5.12",
"crates/air-lib/utils": "0.3.0", "crates/air-lib/utils": "0.3.0",
"crates/beautifier": "0.4.3", "crates/beautifier": "0.4.3",
"crates/data-store": "0.7.9", "crates/data-store": "0.7.9",
"crates/testing-framework": "0.10.1", "crates/testing-framework": "0.11.0",
"tools/cli/aquavm-air-cli": "0.2.6", "tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.9", "tools/wasm/air-beautify-wasm": "0.3.9",
"tools/cli/air": "0.7.2", "tools/cli/air": "0.8.0",
"crates/air-lib/lambda/ast": "0.1.0", "crates/air-lib/lambda/ast": "0.1.0",
"crates/air-lib/lambda/parser": "0.1.0", "crates/air-lib/lambda/parser": "0.1.0",
"crates/air-lib/log-targets": "0.1.0", "crates/air-lib/log-targets": "0.1.0",

12
Cargo.lock generated
View File

@ -81,7 +81,7 @@ dependencies = [
[[package]] [[package]]
name = "air-interpreter" name = "air-interpreter"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"air-interpreter-interface", "air-interpreter-interface",
"air-log-targets", "air-log-targets",
@ -215,7 +215,7 @@ version = "0.1.0"
[[package]] [[package]]
name = "air-test-utils" name = "air-test-utils"
version = "0.17.1" version = "0.18.0"
dependencies = [ dependencies = [
"air-interpreter-cid", "air-interpreter-cid",
"air-interpreter-data", "air-interpreter-data",
@ -245,7 +245,7 @@ dependencies = [
[[package]] [[package]]
name = "air-testing-framework" name = "air-testing-framework"
version = "0.10.1" version = "0.11.0"
dependencies = [ dependencies = [
"air-interpreter-signatures", "air-interpreter-signatures",
"air-test-utils", "air-test-utils",
@ -377,7 +377,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]] [[package]]
name = "aquavm-air" name = "aquavm-air"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"air-execution-info-collector", "air-execution-info-collector",
"air-interpreter-cid", "air-interpreter-cid",
@ -425,7 +425,7 @@ dependencies = [
[[package]] [[package]]
name = "aquavm-air-cli" name = "aquavm-air-cli"
version = "0.7.2" version = "0.8.0"
dependencies = [ dependencies = [
"air-beautifier", "air-beautifier",
"air-interpreter-data", "air-interpreter-data",
@ -722,7 +722,7 @@ dependencies = [
[[package]] [[package]]
name = "avm-server" name = "avm-server"
version = "0.37.0" version = "0.38.0"
dependencies = [ dependencies = [
"air-interpreter-interface", "air-interpreter-interface",
"air-interpreter-sede", "air-interpreter-sede",

View File

@ -1,5 +1,19 @@
# Changelog # Changelog
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.62.0...air-interpreter-v0.63.0) (2024-04-15)
### Miscellaneous Chores
* **air-interpreter:** Synchronize air-interpreter versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.62.0 to 0.63.0
## [0.62.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.61.0...air-interpreter-v0.62.0) (2024-02-22) ## [0.62.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.61.0...air-interpreter-v0.62.0) (2024-02-22)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "air-interpreter" name = "air-interpreter"
version = "0.62.0" version = "0.63.0"
description = "Crate-wrapper for air" description = "Crate-wrapper for air"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2021" edition = "2021"
@ -18,7 +18,7 @@ name = "air_interpreter_server"
path = "src/marine.rs" path = "src/marine.rs"
[dependencies] [dependencies]
aquavm-air = { version = "0.62.0", path = "../air" } aquavm-air = { version = "0.63.0", path = "../air" }
air-interpreter-interface = { version = "0.19.0", path = "../crates/air-lib/interpreter-interface" } air-interpreter-interface = { version = "0.19.0", path = "../crates/air-lib/interpreter-interface" }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" } air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }

View File

@ -1,5 +1,16 @@
# Changelog # Changelog
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/air-v0.62.0...air-v0.63.0) (2024-04-15)
### ⚠ BREAKING CHANGES
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815))
### Features
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815)) ([bf9414e](https://github.com/fluencelabs/aquavm/commit/bf9414e8d4b38f6e487ae1f0f0314e8f6a166824))
## [0.62.0](https://github.com/fluencelabs/aquavm/compare/air-v0.61.0...air-v0.62.0) (2024-02-22) ## [0.62.0](https://github.com/fluencelabs/aquavm/compare/air-v0.61.0...air-v0.62.0) (2024-02-22)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aquavm-air" name = "aquavm-air"
version = "0.62.0" version = "0.63.0"
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network" description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2021" edition = "2021"

View File

@ -1,5 +1,16 @@
# Changelog # Changelog
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.62.0...avm-client-v0.63.0) (2024-04-15)
### ⚠ BREAKING CHANGES
* **avm-client:** this fixes the last argument type for WASM module 'invoke' function ([#824](https://github.com/fluencelabs/aquavm/issues/824))
### Bug Fixes
* **avm-client:** this fixes the last argument type for WASM module 'invoke' function ([#824](https://github.com/fluencelabs/aquavm/issues/824)) ([2bffc27](https://github.com/fluencelabs/aquavm/commit/2bffc27a8653bc620ee3eb77443316aa6b7b1c0c))
## [0.62.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.61.0...avm-client-v0.62.0) (2024-02-22) ## [0.62.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.61.0...avm-client-v0.62.0) (2024-02-22)

View File

@ -1,12 +1,12 @@
{ {
"name": "@fluencelabs/avm", "name": "@fluencelabs/avm",
"version": "0.62.0", "version": "0.63.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@fluencelabs/avm", "name": "@fluencelabs/avm",
"version": "0.62.0", "version": "0.63.0",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"msgpack-lite": "^0.1.26", "msgpack-lite": "^0.1.26",

View File

@ -1,7 +1,7 @@
{ {
"name": "@fluencelabs/avm", "name": "@fluencelabs/avm",
"description": "Aquamarine VM", "description": "Aquamarine VM",
"version": "0.62.0", "version": "0.63.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"repository": "https://github.com/fluencelabs/air", "repository": "https://github.com/fluencelabs/air",
"author": "Fluence Labs", "author": "Fluence Labs",

View File

@ -22,6 +22,17 @@ 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-data-store bumped from 0.7.4 to 0.7.5
* avm-interface bumped from 0.30.0 to 0.31.0 * avm-interface bumped from 0.30.0 to 0.31.0
## [0.38.0](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.37.0...avm-server-v0.38.0) (2024-04-15)
### ⚠ BREAKING CHANGES
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815))
### Features
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815)) ([bf9414e](https://github.com/fluencelabs/aquavm/commit/bf9414e8d4b38f6e487ae1f0f0314e8f6a166824))
## [0.37.0](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.36.0...avm-server-v0.37.0) (2024-02-22) ## [0.37.0](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.36.0...avm-server-v0.37.0) (2024-02-22)

View File

@ -1,7 +1,7 @@
[package] [package]
name = "avm-server" name = "avm-server"
description = "Fluence AIR VM" description = "Fluence AIR VM"
version = "0.37.0" version = "0.38.0"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -75,6 +75,25 @@
* dependencies * dependencies
* aquavm-air bumped from 0.61.0 to 0.62.0 * aquavm-air bumped from 0.61.0 to 0.62.0
## [0.18.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.17.1...air-test-utils-v0.18.0) (2024-04-15)
### ⚠ BREAKING CHANGES
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815))
### Features
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815)) ([bf9414e](https://github.com/fluencelabs/aquavm/commit/bf9414e8d4b38f6e487ae1f0f0314e8f6a166824))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.62.0 to 0.63.0
* avm-server bumped from 0.37.0 to 0.38.0
## [0.17.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.16.0...air-test-utils-v0.17.0) (2024-02-22) ## [0.17.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.16.0...air-test-utils-v0.17.0) (2024-02-22)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "air-test-utils" name = "air-test-utils"
version = "0.17.1" version = "0.18.0"
description = "Test utils for the AIR interpreter" description = "Test utils for the AIR interpreter"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2021" edition = "2021"
@ -15,14 +15,14 @@ name = "air_test_utils"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
aquavm-air = { version = "0.62.0", path = "../../../air" } aquavm-air = { version = "0.63.0", path = "../../../air" }
air-interpreter-cid = { version = "0.9.0", path = "../interpreter-cid" } air-interpreter-cid = { version = "0.9.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.17.2", path = "../interpreter-data" } air-interpreter-data = { version = "0.17.2", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.19.0", path = "../interpreter-interface" } air-interpreter-interface = { version = "0.19.0", path = "../interpreter-interface" }
air-interpreter-sede = { version = "0.1.0", path = "../interpreter-sede" } air-interpreter-sede = { version = "0.1.0", path = "../interpreter-sede" }
air-interpreter-signatures = { version = "0.1.7", path = "../interpreter-signatures" } air-interpreter-signatures = { version = "0.1.7", path = "../interpreter-signatures" }
avm-interface = { version = "0.32.1", path = "../../../avm/interface" } avm-interface = { version = "0.32.1", path = "../../../avm/interface" }
avm-server = { version = "0.37.0", path = "../../../avm/server" } avm-server = { version = "0.38.0", path = "../../../avm/server" }
marine-rs-sdk = "0.14.0" marine-rs-sdk = "0.14.0"
object-pool = "0.5.4" object-pool = "0.5.4"

View File

@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "air-interpreter-wasm" name = "air-interpreter-wasm"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"built", "built",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "air-interpreter-wasm" name = "air-interpreter-wasm"
version = "0.62.0" version = "0.63.0"
description = "Distribution of AIR interpreter as .wasm" description = "Distribution of AIR interpreter as .wasm"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -79,6 +79,24 @@
* dependencies * dependencies
* air-test-utils bumped from 0.17.0 to 0.17.1 * air-test-utils bumped from 0.17.0 to 0.17.1
## [0.11.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.10.1...air-testing-framework-v0.11.0) (2024-04-15)
### ⚠ BREAKING CHANGES
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815))
### Features
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815)) ([bf9414e](https://github.com/fluencelabs/aquavm/commit/bf9414e8d4b38f6e487ae1f0f0314e8f6a166824))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.17.1 to 0.18.0
## [0.10.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.9.0...air-testing-framework-v0.10.0) (2024-02-22) ## [0.10.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.9.0...air-testing-framework-v0.10.0) (2024-02-22)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "air-testing-framework" name = "air-testing-framework"
version = "0.10.1" version = "0.11.0"
description = "AquaVM testing framework" description = "AquaVM testing framework"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2021" edition = "2021"
@ -14,7 +14,7 @@ name = "air_test_framework"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
air-test-utils = { version = "0.17.1", path = "../air-lib/test-utils" } air-test-utils = { version = "0.18.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.12.0", path = "../air-lib/air-parser" } aquavm-air-parser = { version = "0.12.0", path = "../air-lib/air-parser" }
itertools = "0.10.5" itertools = "0.10.5"

View File

@ -143,6 +143,26 @@
* aquavm-air bumped from 0.61.0 to 0.62.0 * aquavm-air bumped from 0.61.0 to 0.62.0
* air-test-utils bumped from 0.17.0 to 0.17.1 * air-test-utils bumped from 0.17.0 to 0.17.1
## [0.8.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.7.2...aquavm-air-cli-v0.8.0) (2024-04-15)
### ⚠ BREAKING CHANGES
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815))
### Features
* **runtime:** switch to async marine ([#815](https://github.com/fluencelabs/aquavm/issues/815)) ([bf9414e](https://github.com/fluencelabs/aquavm/commit/bf9414e8d4b38f6e487ae1f0f0314e8f6a166824))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.62.0 to 0.63.0
* avm-server bumped from 0.37.0 to 0.38.0
* air-test-utils bumped from 0.17.1 to 0.18.0
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.6.3...aquavm-air-cli-v0.7.0) (2024-02-20) ## [0.7.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.6.3...aquavm-air-cli-v0.7.0) (2024-02-20)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aquavm-air-cli" name = "aquavm-air-cli"
version = "0.7.2" version = "0.8.0"
edition = "2021" edition = "2021"
description = "AIR execution and printing tool" description = "AIR execution and printing tool"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
@ -10,15 +10,15 @@ documentation = "https://docs.rs/aquavm-air-cli"
keywords = ["fluence", "air", "tracing"] keywords = ["fluence", "air", "tracing"]
[dependencies] [dependencies]
aquavm-air = { version = "0.62.0", path = "../../../air" } aquavm-air = { version = "0.63.0", path = "../../../air" }
air-beautifier = { version = "0.4.3", path = "../../../crates/beautifier" } air-beautifier = { version = "0.4.3", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.7.9", path = "../../../crates/data-store" } avm-data-store = { version = "0.7.9", path = "../../../crates/data-store" }
avm-interface = { version = "0.32.1", path = "../../../avm/interface" } avm-interface = { version = "0.32.1", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.19.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false } air-interpreter-interface = { version = "0.19.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-interpreter-data = { version = "0.17.2", path = "../../../crates/air-lib/interpreter-data" } air-interpreter-data = { version = "0.17.2", path = "../../../crates/air-lib/interpreter-data" }
air-interpreter-sede = { version = "0.1.0", path = "../../../crates/air-lib/interpreter-sede", default-features = false } air-interpreter-sede = { version = "0.1.0", path = "../../../crates/air-lib/interpreter-sede", default-features = false }
avm-server = { version = "0.37.0", path = "../../../avm/server" } avm-server = { version = "0.38.0", path = "../../../avm/server" }
air-test-utils = { version = "0.17.1",path = "../../../crates/air-lib/test-utils", optional = true } air-test-utils = { version = "0.18.0",path = "../../../crates/air-lib/test-utils", optional = true }
clap = { version = "4.4.7", features = ["derive", "env"] } clap = { version = "4.4.7", features = ["derive", "env"] }
eyre = "0.6.11" eyre = "0.6.11"

View File

@ -164,7 +164,7 @@ version = "0.1.0"
[[package]] [[package]]
name = "air-near-contract" name = "air-near-contract"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"air-interpreter-interface", "air-interpreter-interface",
"aquavm-air", "aquavm-air",
@ -212,7 +212,7 @@ dependencies = [
[[package]] [[package]]
name = "aquavm-air" name = "aquavm-air"
version = "0.62.0" version = "0.63.0"
dependencies = [ dependencies = [
"air-execution-info-collector", "air-execution-info-collector",
"air-interpreter-cid", "air-interpreter-cid",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "air-near-contract" name = "air-near-contract"
version = "0.62.0" version = "0.63.0"
description = "AIR interpreter as a NEAR contract" description = "AIR interpreter as a NEAR contract"
authors = ["Fluence labs"] authors = ["Fluence labs"]
edition = "2021" edition = "2021"