mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 14:52:15 +00:00
chore: release master (#841)
* chore: release master * chore: Bump air-interpreter and air-near-contract version to 0.64.0
This commit is contained in:
parent
4bdc881c7a
commit
c611ae584b
16
.github/release-please/manifest.json
vendored
16
.github/release-please/manifest.json
vendored
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"air": "0.63.0",
|
"air": "0.64.0",
|
||||||
"air-interpreter": "0.63.0",
|
"air-interpreter": "0.64.0",
|
||||||
"avm/interface": "0.32.1",
|
"avm/interface": "0.32.1",
|
||||||
"avm/server": "0.38.0",
|
"avm/server": "0.38.0",
|
||||||
"avm/client": "0.63.0",
|
"avm/client": "0.64.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.18.0",
|
"crates/air-lib/test-utils": "0.18.1",
|
||||||
"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.5.0",
|
||||||
"crates/data-store": "0.7.9",
|
"crates/data-store": "0.7.9",
|
||||||
"crates/testing-framework": "0.11.0",
|
"crates/testing-framework": "0.11.1",
|
||||||
"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.4.0",
|
||||||
"tools/cli/air": "0.8.0",
|
"tools/cli/air": "0.9.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",
|
||||||
|
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -57,7 +57,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "air-beautifier"
|
name = "air-beautifier"
|
||||||
version = "0.4.3"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aquavm-air-parser",
|
"aquavm-air-parser",
|
||||||
"itertools",
|
"itertools",
|
||||||
@ -66,7 +66,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "air-beautify-wasm"
|
name = "air-beautify-wasm"
|
||||||
version = "0.3.9"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-beautifier",
|
"air-beautifier",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
@ -81,7 +81,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "air-interpreter"
|
name = "air-interpreter"
|
||||||
version = "0.63.0"
|
version = "0.64.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-interpreter-interface",
|
"air-interpreter-interface",
|
||||||
"air-log-targets",
|
"air-log-targets",
|
||||||
@ -214,7 +214,7 @@ version = "0.1.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "air-test-utils"
|
name = "air-test-utils"
|
||||||
version = "0.18.0"
|
version = "0.18.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-interpreter-cid",
|
"air-interpreter-cid",
|
||||||
"air-interpreter-data",
|
"air-interpreter-data",
|
||||||
@ -244,7 +244,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "air-testing-framework"
|
name = "air-testing-framework"
|
||||||
version = "0.11.0"
|
version = "0.11.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-interpreter-signatures",
|
"air-interpreter-signatures",
|
||||||
"air-test-utils",
|
"air-test-utils",
|
||||||
@ -376,7 +376,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aquavm-air"
|
name = "aquavm-air"
|
||||||
version = "0.63.0"
|
version = "0.64.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-execution-info-collector",
|
"air-execution-info-collector",
|
||||||
"air-interpreter-cid",
|
"air-interpreter-cid",
|
||||||
@ -424,7 +424,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aquavm-air-cli"
|
name = "aquavm-air-cli"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-beautifier",
|
"air-beautifier",
|
||||||
"air-interpreter-data",
|
"air-interpreter-data",
|
||||||
|
@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.64.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.63.0...air-interpreter-v0.64.0) (2024-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Miscellaneous Chores
|
||||||
|
|
||||||
|
* **air-interpreter:** Synchronize air-interpreter versions
|
||||||
|
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
* The following workspace dependencies were updated
|
||||||
|
* dependencies
|
||||||
|
* aquavm-air bumped from 0.63.0 to 0.64.0
|
||||||
|
|
||||||
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.62.0...air-interpreter-v0.63.0) (2024-04-15)
|
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.62.0...air-interpreter-v0.63.0) (2024-04-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "air-interpreter"
|
name = "air-interpreter"
|
||||||
version = "0.63.0"
|
version = "0.64.0"
|
||||||
description = "Crate-wrapper for air"
|
description = "Crate-wrapper for air"
|
||||||
authors = ["Fluence DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless 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.63.0", path = "../air" }
|
aquavm-air = { version = "0.64.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" }
|
||||||
|
|
||||||
|
@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.64.0](https://github.com/fluencelabs/aquavm/compare/air-v0.63.0...air-v0.64.0) (2024-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
* **air:** change fold over canon map iterator contents [fixes VM-620] ([#843](https://github.com/fluencelabs/aquavm/issues/843))
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **air:** change fold over canon map iterator contents [fixes VM-620] ([#843](https://github.com/fluencelabs/aquavm/issues/843)) ([325cce2](https://github.com/fluencelabs/aquavm/commit/325cce2f548358750324525f27fd662f3dc97192))
|
||||||
|
|
||||||
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/air-v0.62.0...air-v0.63.0) (2024-04-15)
|
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/air-v0.62.0...air-v0.63.0) (2024-04-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "aquavm-air"
|
name = "aquavm-air"
|
||||||
version = "0.63.0"
|
version = "0.64.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 DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless Labs"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.64.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.63.0...avm-client-v0.64.0) (2024-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Miscellaneous Chores
|
||||||
|
|
||||||
|
* **avm-client:** Synchronize air-interpreter versions
|
||||||
|
|
||||||
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.62.0...avm-client-v0.63.0) (2024-04-15)
|
## [0.63.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.62.0...avm-client-v0.63.0) (2024-04-15)
|
||||||
|
|
||||||
|
|
||||||
|
4
avm/client/package-lock.json
generated
4
avm/client/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@fluencelabs/avm",
|
"name": "@fluencelabs/avm",
|
||||||
"version": "0.63.0",
|
"version": "0.64.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@fluencelabs/avm",
|
"name": "@fluencelabs/avm",
|
||||||
"version": "0.63.0",
|
"version": "0.64.0",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"msgpack-lite": "^0.1.26",
|
"msgpack-lite": "^0.1.26",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@fluencelabs/avm",
|
"name": "@fluencelabs/avm",
|
||||||
"description": "Aquamarine VM",
|
"description": "Aquamarine VM",
|
||||||
"version": "0.63.0",
|
"version": "0.64.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"repository": "https://github.com/fluencelabs/air",
|
"repository": "https://github.com/fluencelabs/air",
|
||||||
"author": "Fluence DAO, Clouldless Labs",
|
"author": "Fluence DAO, Clouldless Labs",
|
||||||
|
@ -75,6 +75,10 @@
|
|||||||
* dependencies
|
* dependencies
|
||||||
* aquavm-air bumped from 0.61.0 to 0.62.0
|
* aquavm-air bumped from 0.61.0 to 0.62.0
|
||||||
|
|
||||||
|
* The following workspace dependencies were updated
|
||||||
|
* dependencies
|
||||||
|
* aquavm-air bumped from 0.63.0 to 0.64.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)
|
## [0.18.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.17.1...air-test-utils-v0.18.0) (2024-04-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "air-test-utils"
|
name = "air-test-utils"
|
||||||
version = "0.18.0"
|
version = "0.18.1"
|
||||||
description = "Test utils for the AIR interpreter"
|
description = "Test utils for the AIR interpreter"
|
||||||
authors = ["Fluence DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless Labs"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
@ -15,7 +15,7 @@ name = "air_test_utils"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aquavm-air = { version = "0.63.0", path = "../../../air" }
|
aquavm-air = { version = "0.64.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" }
|
||||||
|
@ -20,6 +20,17 @@
|
|||||||
* dependencies
|
* dependencies
|
||||||
* aquavm-air-parser bumped from 0.11.2 to 0.12.0
|
* aquavm-air-parser bumped from 0.11.2 to 0.12.0
|
||||||
|
|
||||||
|
## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.4.3...air-beautifier-v0.5.0) (2024-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840))
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840)) ([04bacb7](https://github.com/fluencelabs/aquavm/commit/04bacb70390e05250e8c4931c8a5381a55580159))
|
||||||
|
|
||||||
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.1...air-beautifier-v0.4.0) (2023-12-12)
|
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.1...air-beautifier-v0.4.0) (2023-12-12)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "air-beautifier"
|
name = "air-beautifier"
|
||||||
version = "0.4.3"
|
version = "0.5.0"
|
||||||
description = "AIR human-readable format transformer library"
|
description = "AIR human-readable format transformer library"
|
||||||
authors = ["Fluence DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless Labs"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
2
crates/interpreter-wasm/Cargo.lock
generated
2
crates/interpreter-wasm/Cargo.lock
generated
@ -4,7 +4,7 @@ version = 3
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "air-interpreter-wasm"
|
name = "air-interpreter-wasm"
|
||||||
version = "0.63.0"
|
version = "0.64.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"built",
|
"built",
|
||||||
]
|
]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "air-interpreter-wasm"
|
name = "air-interpreter-wasm"
|
||||||
version = "0.63.0"
|
version = "0.64.0"
|
||||||
description = "Distribution of AIR interpreter as .wasm"
|
description = "Distribution of AIR interpreter as .wasm"
|
||||||
authors = ["Fluence DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless Labs"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
@ -79,6 +79,10 @@
|
|||||||
* 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
|
||||||
|
|
||||||
|
* The following workspace dependencies were updated
|
||||||
|
* dependencies
|
||||||
|
* air-test-utils bumped from 0.18.0 to 0.18.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)
|
## [0.11.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.10.1...air-testing-framework-v0.11.0) (2024-04-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "air-testing-framework"
|
name = "air-testing-framework"
|
||||||
version = "0.11.0"
|
version = "0.11.1"
|
||||||
description = "AquaVM testing framework"
|
description = "AquaVM testing framework"
|
||||||
authors = ["Fluence DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless 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.18.0", path = "../air-lib/test-utils" }
|
air-test-utils = { version = "0.18.1", 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"
|
||||||
|
@ -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.9.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.8.0...aquavm-air-cli-v0.9.0) (2024-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840))
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840)) ([04bacb7](https://github.com/fluencelabs/aquavm/commit/04bacb70390e05250e8c4931c8a5381a55580159))
|
||||||
|
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
* The following workspace dependencies were updated
|
||||||
|
* dependencies
|
||||||
|
* aquavm-air bumped from 0.63.0 to 0.64.0
|
||||||
|
* air-beautifier bumped from 0.4.3 to 0.5.0
|
||||||
|
* air-test-utils bumped from 0.18.0 to 0.18.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)
|
## [0.8.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.7.2...aquavm-air-cli-v0.8.0) (2024-04-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "aquavm-air-cli"
|
name = "aquavm-air-cli"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "AIR execution and printing tool"
|
description = "AIR execution and printing tool"
|
||||||
authors = ["Fluence DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless 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.63.0", path = "../../../air" }
|
aquavm-air = { version = "0.64.0", path = "../../../air" }
|
||||||
air-beautifier = { version = "0.4.3", path = "../../../crates/beautifier" }
|
air-beautifier = { version = "0.5.0", 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.38.0", path = "../../../avm/server" }
|
avm-server = { version = "0.38.0", path = "../../../avm/server" }
|
||||||
air-test-utils = { version = "0.18.0",path = "../../../crates/air-lib/test-utils", optional = true }
|
air-test-utils = { version = "0.18.1",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"
|
||||||
|
@ -40,6 +40,24 @@
|
|||||||
* dependencies
|
* dependencies
|
||||||
* air-beautifier bumped from 0.4.2 to 0.4.3
|
* air-beautifier bumped from 0.4.2 to 0.4.3
|
||||||
|
|
||||||
|
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautify-wasm-v0.3.9...air-beautify-wasm-v0.4.0) (2024-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840))
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840)) ([04bacb7](https://github.com/fluencelabs/aquavm/commit/04bacb70390e05250e8c4931c8a5381a55580159))
|
||||||
|
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
* The following workspace dependencies were updated
|
||||||
|
* dependencies
|
||||||
|
* air-beautifier bumped from 0.4.3 to 0.5.0
|
||||||
|
|
||||||
## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-beautify-wasm-v0.2.1...air-beautify-wasm-v0.3.0) (2023-06-23)
|
## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-beautify-wasm-v0.2.1...air-beautify-wasm-v0.3.0) (2023-06-23)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "air-beautify-wasm"
|
name = "air-beautify-wasm"
|
||||||
version = "0.3.9"
|
version = "0.4.0"
|
||||||
authors = ["Fluence DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless Labs"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "WASM module for air-beautify"
|
description = "WASM module for air-beautify"
|
||||||
@ -14,4 +14,4 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
# 0.2.79: a function can return Result<..., JsError>.
|
# 0.2.79: a function can return Result<..., JsError>.
|
||||||
wasm-bindgen = { version = "=0.2.83", features = ["serde-serialize"] }
|
wasm-bindgen = { version = "=0.2.83", features = ["serde-serialize"] }
|
||||||
air-beautifier = { version = "0.4.3", path = "../../../crates/beautifier" }
|
air-beautifier = { version = "0.5.0", path = "../../../crates/beautifier" }
|
||||||
|
123
tools/wasm/air-near-contract/Cargo.lock
generated
123
tools/wasm/air-near-contract/Cargo.lock
generated
@ -19,18 +19,6 @@ dependencies = [
|
|||||||
"version_check",
|
"version_check",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "ahash"
|
|
||||||
version = "0.8.11"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
||||||
dependencies = [
|
|
||||||
"cfg-if 1.0.0",
|
|
||||||
"once_cell",
|
|
||||||
"version_check",
|
|
||||||
"zerocopy",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aho-corasick"
|
name = "aho-corasick"
|
||||||
version = "1.1.3"
|
version = "1.1.3"
|
||||||
@ -117,8 +105,7 @@ name = "air-interpreter-signatures"
|
|||||||
version = "0.1.7"
|
version = "0.1.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-interpreter-cid",
|
"air-interpreter-cid",
|
||||||
"borsh 0.10.3",
|
"borsh",
|
||||||
"borsh-derive 0.10.3",
|
|
||||||
"bs58",
|
"bs58",
|
||||||
"fluence-keypair",
|
"fluence-keypair",
|
||||||
"rkyv",
|
"rkyv",
|
||||||
@ -162,7 +149,7 @@ version = "0.1.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "air-near-contract"
|
name = "air-near-contract"
|
||||||
version = "0.63.0"
|
version = "0.64.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-interpreter-interface",
|
"air-interpreter-interface",
|
||||||
"aquavm-air",
|
"aquavm-air",
|
||||||
@ -195,7 +182,7 @@ version = "0.3.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aquavm-air"
|
name = "aquavm-air"
|
||||||
version = "0.63.0"
|
version = "0.64.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"air-execution-info-collector",
|
"air-execution-info-collector",
|
||||||
"air-interpreter-cid",
|
"air-interpreter-cid",
|
||||||
@ -382,39 +369,16 @@ dependencies = [
|
|||||||
"generic-array",
|
"generic-array",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "borsh"
|
|
||||||
version = "0.10.3"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
|
|
||||||
dependencies = [
|
|
||||||
"borsh-derive 0.10.3",
|
|
||||||
"hashbrown 0.13.2",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "borsh"
|
name = "borsh"
|
||||||
version = "1.5.0"
|
version = "1.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dbe5b10e214954177fb1dc9fbd20a1a2608fe99e6c832033bdc7cea287a20d77"
|
checksum = "dbe5b10e214954177fb1dc9fbd20a1a2608fe99e6c832033bdc7cea287a20d77"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"borsh-derive 1.5.0",
|
"borsh-derive",
|
||||||
"cfg_aliases",
|
"cfg_aliases",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "borsh-derive"
|
|
||||||
version = "0.10.3"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
|
|
||||||
dependencies = [
|
|
||||||
"borsh-derive-internal",
|
|
||||||
"borsh-schema-derive-internal",
|
|
||||||
"proc-macro-crate 0.1.5",
|
|
||||||
"proc-macro2",
|
|
||||||
"syn 1.0.109",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "borsh-derive"
|
name = "borsh-derive"
|
||||||
version = "1.5.0"
|
version = "1.5.0"
|
||||||
@ -429,28 +393,6 @@ dependencies = [
|
|||||||
"syn_derive",
|
"syn_derive",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "borsh-derive-internal"
|
|
||||||
version = "0.10.3"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
|
|
||||||
dependencies = [
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"syn 1.0.109",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "borsh-schema-derive-internal"
|
|
||||||
version = "0.10.3"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
|
|
||||||
dependencies = [
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"syn 1.0.109",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bs58"
|
name = "bs58"
|
||||||
version = "0.5.1"
|
version = "0.5.1"
|
||||||
@ -874,16 +816,7 @@ version = "0.12.3"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash 0.7.8",
|
"ahash",
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "hashbrown"
|
|
||||||
version = "0.13.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
||||||
dependencies = [
|
|
||||||
"ahash 0.8.11",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -1231,7 +1164,7 @@ version = "1.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "35cbb989542587b47205e608324ddd391f0cee1c22b4b64ae49f458334b95907"
|
checksum = "35cbb989542587b47205e608324ddd391f0cee1c22b4b64ae49f458334b95907"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"borsh 1.5.0",
|
"borsh",
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -1241,7 +1174,7 @@ version = "0.2.5"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "14e75c875026229902d065e4435804497337b631ec69ba746b102954273e9ad1"
|
checksum = "14e75c875026229902d065e4435804497337b631ec69ba746b102954273e9ad1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"borsh 1.5.0",
|
"borsh",
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -1252,7 +1185,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "520234cfdf04a805ac2f04715889d096eb83fdd5b99ca7d0f8027ae473f891a8"
|
checksum = "520234cfdf04a805ac2f04715889d096eb83fdd5b99ca7d0f8027ae473f891a8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"borsh 1.5.0",
|
"borsh",
|
||||||
"bs58",
|
"bs58",
|
||||||
"near-account-id",
|
"near-account-id",
|
||||||
"near-gas",
|
"near-gas",
|
||||||
@ -1294,7 +1227,7 @@ version = "0.2.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7b68f3f8a2409f72b43efdbeff8e820b81e70824c49fee8572979d789d1683fb"
|
checksum = "7b68f3f8a2409f72b43efdbeff8e820b81e70824c49fee8572979d789d1683fb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"borsh 1.5.0",
|
"borsh",
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -1427,15 +1360,6 @@ version = "0.1.1"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "proc-macro-crate"
|
|
||||||
version = "0.1.5"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
||||||
dependencies = [
|
|
||||||
"toml",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro-crate"
|
name = "proc-macro-crate"
|
||||||
version = "1.3.1"
|
version = "1.3.1"
|
||||||
@ -2020,15 +1944,6 @@ version = "0.1.1"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "toml"
|
|
||||||
version = "0.5.11"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
||||||
dependencies = [
|
|
||||||
"serde",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_datetime"
|
name = "toml_datetime"
|
||||||
version = "0.6.5"
|
version = "0.6.5"
|
||||||
@ -2292,26 +2207,6 @@ dependencies = [
|
|||||||
"tap",
|
"tap",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "zerocopy"
|
|
||||||
version = "0.7.34"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
|
||||||
dependencies = [
|
|
||||||
"zerocopy-derive",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "zerocopy-derive"
|
|
||||||
version = "0.7.34"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
|
||||||
dependencies = [
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"syn 2.0.61",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zeroize"
|
name = "zeroize"
|
||||||
version = "1.7.0"
|
version = "1.7.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "air-near-contract"
|
name = "air-near-contract"
|
||||||
version = "0.63.0"
|
version = "0.64.0"
|
||||||
description = "AIR interpreter as a NEAR contract"
|
description = "AIR interpreter as a NEAR contract"
|
||||||
authors = ["Fluence DAO", "Cloudless Labs"]
|
authors = ["Fluence DAO", "Cloudless Labs"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user