mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 07:10:18 +00:00
chore: release master (#751)
* chore: release master * chore: Bump air-interpreter and air-near-contract version to 0.55.0
This commit is contained in:
parent
05fda3ee16
commit
17d7ef6c5a
36
.github/release-please/manifest.json
vendored
36
.github/release-please/manifest.json
vendored
@ -1,26 +1,26 @@
|
||||
{
|
||||
"air": "0.54.0",
|
||||
"air-interpreter": "0.54.0",
|
||||
"avm/interface": "0.29.2",
|
||||
"avm/server": "0.33.3",
|
||||
"avm/client": "0.54.0",
|
||||
"crates/air-lib/air-parser": "0.10.0",
|
||||
"crates/air-lib/execution-info-collector": "0.7.10",
|
||||
"crates/air-lib/interpreter-cid": "0.6.0",
|
||||
"crates/air-lib/interpreter-data": "0.14.0",
|
||||
"crates/air-lib/test-utils": "0.12.1",
|
||||
"crates/air-lib/trace-handler": "0.5.7",
|
||||
"air": "0.55.0",
|
||||
"air-interpreter": "0.55.0",
|
||||
"avm/interface": "0.29.3",
|
||||
"avm/server": "0.33.4",
|
||||
"avm/client": "0.55.0",
|
||||
"crates/air-lib/air-parser": "0.11.0",
|
||||
"crates/air-lib/execution-info-collector": "0.7.11",
|
||||
"crates/air-lib/interpreter-cid": "0.7.0",
|
||||
"crates/air-lib/interpreter-data": "0.15.0",
|
||||
"crates/air-lib/test-utils": "0.13.0",
|
||||
"crates/air-lib/trace-handler": "0.5.8",
|
||||
"crates/air-lib/utils": "0.2.0",
|
||||
"crates/beautifier": "0.3.1",
|
||||
"crates/data-store": "0.7.2",
|
||||
"crates/testing-framework": "0.7.3",
|
||||
"crates/beautifier": "0.4.0",
|
||||
"crates/data-store": "0.7.3",
|
||||
"crates/testing-framework": "0.8.0",
|
||||
"tools/cli/aquavm-air-cli": "0.2.6",
|
||||
"tools/wasm/air-beautify-wasm": "0.3.5",
|
||||
"tools/cli/air": "0.5.3",
|
||||
"tools/wasm/air-beautify-wasm": "0.3.6",
|
||||
"tools/cli/air": "0.5.4",
|
||||
"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.15.1",
|
||||
"crates/air-lib/interpreter-signatures": "0.1.4",
|
||||
"crates/air-lib/interpreter-interface": "0.15.2",
|
||||
"crates/air-lib/interpreter-signatures": "0.1.5",
|
||||
"crates/air-lib/polyplets": "0.5.1"
|
||||
}
|
||||
|
34
Cargo.lock
generated
34
Cargo.lock
generated
@ -54,7 +54,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-beautifier"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"aquavm-air-parser",
|
||||
"itertools",
|
||||
@ -63,7 +63,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-beautify-wasm"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
dependencies = [
|
||||
"air-beautifier",
|
||||
"wasm-bindgen",
|
||||
@ -71,14 +71,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-execution-info-collector"
|
||||
version = "0.7.10"
|
||||
version = "0.7.11"
|
||||
dependencies = [
|
||||
"aquavm-air-parser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
dependencies = [
|
||||
"air-interpreter-interface",
|
||||
"air-log-targets",
|
||||
@ -94,7 +94,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-cid"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"cid",
|
||||
@ -109,7 +109,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-data"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"air-interpreter-cid",
|
||||
"air-interpreter-signatures",
|
||||
@ -129,7 +129,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-interface"
|
||||
version = "0.15.1"
|
||||
version = "0.15.2"
|
||||
dependencies = [
|
||||
"fluence-it-types",
|
||||
"marine-rs-sdk",
|
||||
@ -139,7 +139,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-signatures"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
dependencies = [
|
||||
"air-interpreter-cid",
|
||||
"borsh 0.10.3",
|
||||
@ -178,7 +178,7 @@ version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "air-test-utils"
|
||||
version = "0.12.1"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"air-interpreter-cid",
|
||||
"air-interpreter-data",
|
||||
@ -202,7 +202,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-testing-framework"
|
||||
version = "0.7.3"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"air-interpreter-signatures",
|
||||
"air-test-utils",
|
||||
@ -220,7 +220,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-trace-handler"
|
||||
version = "0.5.7"
|
||||
version = "0.5.8"
|
||||
dependencies = [
|
||||
"air-interpreter-cid",
|
||||
"air-interpreter-data",
|
||||
@ -331,7 +331,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
||||
|
||||
[[package]]
|
||||
name = "aquavm-air"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
dependencies = [
|
||||
"air-execution-info-collector",
|
||||
"air-interpreter-cid",
|
||||
@ -374,7 +374,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aquavm-air-cli"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
dependencies = [
|
||||
"air-beautifier",
|
||||
"air-interpreter-interface",
|
||||
@ -401,7 +401,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aquavm-air-parser"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"air-lambda-ast",
|
||||
"air-lambda-parser",
|
||||
@ -572,7 +572,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||
|
||||
[[package]]
|
||||
name = "avm-data-store"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
dependencies = [
|
||||
"avm-interface",
|
||||
"serde",
|
||||
@ -582,7 +582,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "avm-interface"
|
||||
version = "0.29.2"
|
||||
version = "0.29.3"
|
||||
dependencies = [
|
||||
"air-interpreter-interface",
|
||||
"air-utils",
|
||||
@ -597,7 +597,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "avm-server"
|
||||
version = "0.33.3"
|
||||
version = "0.33.4"
|
||||
dependencies = [
|
||||
"air-interpreter-interface",
|
||||
"air-utils",
|
||||
|
@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## [0.55.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.54.0...air-interpreter-v0.55.0) (2023-12-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **air-interpreter:** enable multiple invoke_tracing calls for air-interpreter ([#753](https://github.com/fluencelabs/aquavm/issues/753)) ([938e5eb](https://github.com/fluencelabs/aquavm/commit/938e5eb0339cc2c94446da882e34e3d98bfa3c01))
|
||||
* **deps:** update rust crate marine-rs-sdk to 0.10.2 ([#733](https://github.com/fluencelabs/aquavm/issues/733)) ([05fda3e](https://github.com/fluencelabs/aquavm/commit/05fda3ee16d5d15e7af542a0d69d998d17827c15))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* aquavm-air bumped from 0.54.0 to 0.55.0
|
||||
* air-interpreter-interface bumped from 0.15.1 to 0.15.2
|
||||
|
||||
## [0.54.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.53.0...air-interpreter-v0.54.0) (2023-10-26)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-interpreter"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
description = "Crate-wrapper for air"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -18,8 +18,8 @@ name = "air_interpreter_server"
|
||||
path = "src/marine.rs"
|
||||
|
||||
[dependencies]
|
||||
aquavm-air = { version = "0.54.0", path = "../air" }
|
||||
air-interpreter-interface = { version = "0.15.1", path = "../crates/air-lib/interpreter-interface" }
|
||||
aquavm-air = { version = "0.55.0", path = "../air" }
|
||||
air-interpreter-interface = { version = "0.15.2", 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.2", features = ["logger"] }
|
||||
|
@ -1,5 +1,38 @@
|
||||
# Changelog
|
||||
|
||||
## [0.55.0](https://github.com/fluencelabs/aquavm/compare/air-v0.54.0...air-v0.55.0) (2023-12-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* **air-parser:** optimize Instruction type layout ([#767](https://github.com/fluencelabs/aquavm/issues/767))
|
||||
* **interpreter-cid,interpreter-data:** Support for multiple hash types in CID verification ([#722](https://github.com/fluencelabs/aquavm/issues/722))
|
||||
* **interpreter-data:** allow only deterministic signature algorithms ([#734](https://github.com/fluencelabs/aquavm/issues/734))
|
||||
|
||||
### Features
|
||||
|
||||
* **air-parser:** optimize Instruction type layout ([#767](https://github.com/fluencelabs/aquavm/issues/767)) ([1673cdf](https://github.com/fluencelabs/aquavm/commit/1673cdf06c1fcdd9d06789b0d9d76e71d1625fea))
|
||||
* **interpreter-cid,interpreter-data:** Support for multiple hash types in CID verification ([#722](https://github.com/fluencelabs/aquavm/issues/722)) ([524c302](https://github.com/fluencelabs/aquavm/commit/524c30243bc544d5e265d9c6c7d1119a447202af))
|
||||
* **interpreter-data:** allow only deterministic signature algorithms ([#734](https://github.com/fluencelabs/aquavm/issues/734)) ([15ce40a](https://github.com/fluencelabs/aquavm/commit/15ce40a1cd3271feb294666a1ef26d00282eb780))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update rust crate marine-rs-sdk to 0.10.2 ([#733](https://github.com/fluencelabs/aquavm/issues/733)) ([05fda3e](https://github.com/fluencelabs/aquavm/commit/05fda3ee16d5d15e7af542a0d69d998d17827c15))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* aquavm-air-parser bumped from 0.10.0 to 0.11.0
|
||||
* air-execution-info-collector bumped from 0.7.10 to 0.7.11
|
||||
* air-interpreter-cid bumped from 0.6.0 to 0.7.0
|
||||
* air-interpreter-data bumped from 0.14.0 to 0.15.0
|
||||
* air-interpreter-signatures bumped from 0.1.4 to 0.1.5
|
||||
* air-interpreter-interface bumped from 0.15.1 to 0.15.2
|
||||
* air-trace-handler bumped from 0.5.7 to 0.5.8
|
||||
|
||||
## [0.54.0](https://github.com/fluencelabs/aquavm/compare/air-v0.53.0...air-v0.54.0) (2023-10-26)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "aquavm-air"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -16,16 +16,16 @@ path = "src/lib.rs"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
aquavm-air-parser = { version = "0.10.0", path = "../crates/air-lib/air-parser" }
|
||||
air-execution-info-collector = { version = "0.7.10", path = "../crates/air-lib/execution-info-collector" }
|
||||
air-interpreter-cid = { version = "0.6.0", path = "../crates/air-lib/interpreter-cid" }
|
||||
air-interpreter-data = { version = "0.14.0", path = "../crates/air-lib/interpreter-data" }
|
||||
air-interpreter-signatures = { version = "0.1.4", path = "../crates/air-lib/interpreter-signatures" }
|
||||
air-interpreter-interface = { version = "0.15.1", path = "../crates/air-lib/interpreter-interface", default-features = false }
|
||||
aquavm-air-parser = { version = "0.11.0", path = "../crates/air-lib/air-parser" }
|
||||
air-execution-info-collector = { version = "0.7.11", path = "../crates/air-lib/execution-info-collector" }
|
||||
air-interpreter-cid = { version = "0.7.0", path = "../crates/air-lib/interpreter-cid" }
|
||||
air-interpreter-data = { version = "0.15.0", path = "../crates/air-lib/interpreter-data" }
|
||||
air-interpreter-signatures = { version = "0.1.5", path = "../crates/air-lib/interpreter-signatures" }
|
||||
air-interpreter-interface = { version = "0.15.2", 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.7", path = "../crates/air-lib/trace-handler" }
|
||||
air-trace-handler = { version = "0.5.8", path = "../crates/air-lib/trace-handler" }
|
||||
air-utils = { version = "0.2.0", path = "../crates/air-lib/utils" }
|
||||
polyplets = { version = "0.5.1", path = "../crates/air-lib/polyplets" }
|
||||
fluence-keypair = { version = "0.10.3", default-features = false }
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.55.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.54.0...avm-client-v0.55.0) (2023-12-12)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **avm-client:** Synchronize air-interpreter versions
|
||||
|
||||
## [0.54.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.53.0...avm-client-v0.54.0) (2023-10-26)
|
||||
|
||||
|
||||
|
4
avm/client/package-lock.json
generated
4
avm/client/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@fluencelabs/avm",
|
||||
"version": "0.54.0",
|
||||
"version": "0.55.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@fluencelabs/avm",
|
||||
"version": "0.54.0",
|
||||
"version": "0.55.0",
|
||||
"license": "Apache 2.0",
|
||||
"devDependencies": {
|
||||
"typescript": "5.2.2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fluencelabs/avm",
|
||||
"description": "Aquamarine VM",
|
||||
"version": "0.54.0",
|
||||
"version": "0.55.0",
|
||||
"main": "./dist/index.js",
|
||||
"repository": "https://github.com/fluencelabs/air",
|
||||
"author": "Fluence Labs",
|
||||
|
@ -26,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
* dependencies
|
||||
* air-utils bumped from 0.1.1 to 0.2.0
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-interpreter-interface bumped from 0.15.1 to 0.15.2
|
||||
|
||||
## [0.29.0](https://github.com/fluencelabs/aquavm/compare/avm-interface-v0.28.5...avm-interface-v0.29.0) (2023-08-17)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "avm-interface"
|
||||
description = "Fluence AIR VM interfacing"
|
||||
version = "0.29.2"
|
||||
version = "0.29.3"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@ -15,7 +15,7 @@ name = "avm_interface"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
air-interpreter-interface = { version = "0.15.1", path = "../../crates/air-lib/interpreter-interface", default-features = false }
|
||||
air-interpreter-interface = { version = "0.15.2", path = "../../crates/air-lib/interpreter-interface", default-features = false }
|
||||
air-utils = { version = "0.2.0", path = "../../crates/air-lib/utils" }
|
||||
polyplets = { version = "0.5.1", path = "../../crates/air-lib/polyplets" }
|
||||
|
||||
|
@ -16,6 +16,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
* avm-data-store bumped from 0.7.1 to 0.7.2
|
||||
* avm-interface bumped from 0.29.1 to 0.29.2
|
||||
|
||||
## [0.33.4](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.33.3...avm-server-v0.33.4) (2023-12-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **avm-server:** make avm_server::RunnerError a public type ([#764](https://github.com/fluencelabs/aquavm/issues/764)) ([2c78fd5](https://github.com/fluencelabs/aquavm/commit/2c78fd5f7a8581ed006d392b12ca0143f9923a86))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-interpreter-interface bumped from 0.15.1 to 0.15.2
|
||||
* avm-data-store bumped from 0.7.2 to 0.7.3
|
||||
* avm-interface bumped from 0.29.2 to 0.29.3
|
||||
|
||||
## [0.33.3](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.33.2...avm-server-v0.33.3) (2023-10-26)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "avm-server"
|
||||
description = "Fluence AIR VM"
|
||||
version = "0.33.3"
|
||||
version = "0.33.4"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@ -15,12 +15,12 @@ name = "avm_server"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
air-interpreter-interface = { version = "0.15.1", path = "../../crates/air-lib/interpreter-interface" }
|
||||
air-interpreter-interface = { version = "0.15.2", path = "../../crates/air-lib/interpreter-interface" }
|
||||
air-utils = { version = "0.2.0", path = "../../crates/air-lib/utils" }
|
||||
avm-data-store = { version = "0.7.2", path = "../../crates/data-store" }
|
||||
avm-data-store = { version = "0.7.3", path = "../../crates/data-store" }
|
||||
marine-runtime = "0.30.0"
|
||||
polyplets = { version = "0.5.1", path = "../../crates/air-lib/polyplets" }
|
||||
avm-interface = { version = "0.29.2", path = "../../avm/interface" }
|
||||
avm-interface = { version = "0.29.3", path = "../../avm/interface" }
|
||||
|
||||
eyre = "0.6.8"
|
||||
thiserror = "1.0.50"
|
||||
|
@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [0.11.0](https://github.com/fluencelabs/aquavm/compare/air-parser-v0.10.0...air-parser-v0.11.0) (2023-12-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* **air-parser:** optimize Instruction type layout ([#767](https://github.com/fluencelabs/aquavm/issues/767))
|
||||
|
||||
### Features
|
||||
|
||||
* **air-parser:** optimize Instruction type layout ([#767](https://github.com/fluencelabs/aquavm/issues/767)) ([1673cdf](https://github.com/fluencelabs/aquavm/commit/1673cdf06c1fcdd9d06789b0d9d76e71d1625fea))
|
||||
|
||||
## [0.10.0](https://github.com/fluencelabs/aquavm/compare/air-parser-v0.9.0...air-parser-v0.10.0) (2023-09-21)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "aquavm-air-parser"
|
||||
description = "Parser of the AIR scripts in a form of string to AST"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
@ -20,6 +20,10 @@
|
||||
* dependencies
|
||||
* aquavm-air-parser bumped from 0.9.0 to 0.10.0
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* aquavm-air-parser bumped from 0.10.0 to 0.11.0
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-execution-info-collector"
|
||||
version = "0.7.10"
|
||||
version = "0.7.11"
|
||||
description = "Implementation of AIR execution info collector"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -15,4 +15,4 @@ name = "air_execution_info_collector"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
aquavm-air-parser = { version = "0.10.0", path = "../air-parser" }
|
||||
aquavm-air-parser = { version = "0.11.0", path = "../air-parser" }
|
||||
|
@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-cid-v0.6.0...air-interpreter-cid-v0.7.0) (2023-12-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* **interpreter-cid,interpreter-data:** Support for multiple hash types in CID verification ([#722](https://github.com/fluencelabs/aquavm/issues/722))
|
||||
|
||||
### Features
|
||||
|
||||
* **interpreter-cid,interpreter-data:** Support for multiple hash types in CID verification ([#722](https://github.com/fluencelabs/aquavm/issues/722)) ([524c302](https://github.com/fluencelabs/aquavm/commit/524c30243bc544d5e265d9c6c7d1119a447202af))
|
||||
|
||||
## [0.6.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-cid-v0.5.0...air-interpreter-cid-v0.6.0) (2023-10-26)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "air-interpreter-cid"
|
||||
description = "AIR interpreter CID util module"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
@ -25,6 +25,28 @@
|
||||
* dependencies
|
||||
* air-utils bumped from 0.1.1 to 0.2.0
|
||||
|
||||
## [0.15.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.14.0...air-interpreter-data-v0.15.0) (2023-12-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* **interpreter-cid,interpreter-data:** Support for multiple hash types in CID verification ([#722](https://github.com/fluencelabs/aquavm/issues/722))
|
||||
* **interpreter-data:** allow only deterministic signature algorithms ([#734](https://github.com/fluencelabs/aquavm/issues/734))
|
||||
|
||||
### Features
|
||||
|
||||
* **interpreter-cid,interpreter-data:** Support for multiple hash types in CID verification ([#722](https://github.com/fluencelabs/aquavm/issues/722)) ([524c302](https://github.com/fluencelabs/aquavm/commit/524c30243bc544d5e265d9c6c7d1119a447202af))
|
||||
* **interpreter-data:** allow only deterministic signature algorithms ([#734](https://github.com/fluencelabs/aquavm/issues/734)) ([15ce40a](https://github.com/fluencelabs/aquavm/commit/15ce40a1cd3271feb294666a1ef26d00282eb780))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* aquavm-air-parser bumped from 0.10.0 to 0.11.0
|
||||
* air-interpreter-cid bumped from 0.6.0 to 0.7.0
|
||||
* air-interpreter-signatures bumped from 0.1.4 to 0.1.5
|
||||
|
||||
## [0.14.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.13.0...air-interpreter-data-v0.14.0) (2023-10-26)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "air-interpreter-data"
|
||||
description = "Data format of the AIR interpreter"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@ -16,9 +16,9 @@ path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
air-utils = { version = "0.2.0", path = "../utils" }
|
||||
aquavm-air-parser = { version = "0.10.0", path = "../air-parser" }
|
||||
air-interpreter-cid = { version = "0.6.0", path = "../interpreter-cid" }
|
||||
air-interpreter-signatures = { version = "0.1.4", path = "../interpreter-signatures" }
|
||||
aquavm-air-parser = { version = "0.11.0", path = "../air-parser" }
|
||||
air-interpreter-cid = { version = "0.7.0", path = "../interpreter-cid" }
|
||||
air-interpreter-signatures = { version = "0.1.5", path = "../interpreter-signatures" }
|
||||
polyplets = { version = "0.5.1", path = "../polyplets" }
|
||||
|
||||
fluence-keypair = { version = "0.10.3", default-features = false }
|
||||
|
@ -4,6 +4,13 @@ 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.15.2](https://github.com/fluencelabs/aquavm/compare/air-interpreter-interface-v0.15.1...air-interpreter-interface-v0.15.2) (2023-12-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update rust crate marine-rs-sdk to 0.10.2 ([#733](https://github.com/fluencelabs/aquavm/issues/733)) ([05fda3e](https://github.com/fluencelabs/aquavm/commit/05fda3ee16d5d15e7af542a0d69d998d17827c15))
|
||||
|
||||
## [0.15.1](https://github.com/fluencelabs/aquavm/compare/air-interpreter-interface-v0.15.0...air-interpreter-interface-v0.15.1) (2023-09-21)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "air-interpreter-interface"
|
||||
description = "Interface of the AIR interpreter"
|
||||
version = "0.15.1"
|
||||
version = "0.15.2"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "air-interpreter-signatures"
|
||||
description = "AIR interpreter signatures util module"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@ -11,7 +11,7 @@ keywords = ["fluence", "air", "programming-language"]
|
||||
categories = ["wasm"]
|
||||
|
||||
[dependencies]
|
||||
air-interpreter-cid = { version = "0.6.0", path = "../interpreter-cid" }
|
||||
air-interpreter-cid = { version = "0.7.0", path = "../interpreter-cid" }
|
||||
fluence-keypair = { version = "0.10.3", default-features = false }
|
||||
|
||||
bs58 = "0.5.0"
|
||||
|
@ -64,6 +64,35 @@
|
||||
* avm-interface bumped from 0.29.1 to 0.29.2
|
||||
* avm-server bumped from 0.33.1 to 0.33.2
|
||||
|
||||
## [0.13.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.12.1...air-test-utils-v0.13.0) (2023-12-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* **interpreter-data:** allow only deterministic signature algorithms ([#734](https://github.com/fluencelabs/aquavm/issues/734))
|
||||
|
||||
### Features
|
||||
|
||||
* **interpreter-data:** allow only deterministic signature algorithms ([#734](https://github.com/fluencelabs/aquavm/issues/734)) ([15ce40a](https://github.com/fluencelabs/aquavm/commit/15ce40a1cd3271feb294666a1ef26d00282eb780))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update rust crate marine-rs-sdk to 0.10.2 ([#733](https://github.com/fluencelabs/aquavm/issues/733)) ([05fda3e](https://github.com/fluencelabs/aquavm/commit/05fda3ee16d5d15e7af542a0d69d998d17827c15))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* aquavm-air bumped from 0.54.0 to 0.55.0
|
||||
* air-interpreter-cid bumped from 0.6.0 to 0.7.0
|
||||
* air-interpreter-data bumped from 0.14.0 to 0.15.0
|
||||
* air-interpreter-interface bumped from 0.15.1 to 0.15.2
|
||||
* air-interpreter-signatures bumped from 0.1.3 to 0.1.5
|
||||
* avm-interface bumped from 0.29.2 to 0.29.3
|
||||
* avm-server bumped from 0.33.3 to 0.33.4
|
||||
|
||||
## [0.12.1](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.12.0...air-test-utils-v0.12.1) (2023-10-26)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-test-utils"
|
||||
version = "0.12.1"
|
||||
version = "0.13.0"
|
||||
description = "Test utils for the AIR interpreter"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -15,13 +15,13 @@ name = "air_test_utils"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
aquavm-air = { version = "0.54.0", path = "../../../air" }
|
||||
air-interpreter-cid = { version = "0.6.0", path = "../interpreter-cid" }
|
||||
air-interpreter-data = { version = "0.14.0", path = "../interpreter-data" }
|
||||
air-interpreter-interface = { version = "0.15.1", path = "../interpreter-interface" }
|
||||
air-interpreter-signatures = { version = "0.1.3", path = "../interpreter-signatures" }
|
||||
avm-interface = { version = "0.29.2", path = "../../../avm/interface" }
|
||||
avm-server = { version = "0.33.3", path = "../../../avm/server" }
|
||||
aquavm-air = { version = "0.55.0", path = "../../../air" }
|
||||
air-interpreter-cid = { version = "0.7.0", path = "../interpreter-cid" }
|
||||
air-interpreter-data = { version = "0.15.0", path = "../interpreter-data" }
|
||||
air-interpreter-interface = { version = "0.15.2", path = "../interpreter-interface" }
|
||||
air-interpreter-signatures = { version = "0.1.5", path = "../interpreter-signatures" }
|
||||
avm-interface = { version = "0.29.3", path = "../../../avm/interface" }
|
||||
avm-server = { version = "0.33.4", path = "../../../avm/server" }
|
||||
marine-rs-sdk = "0.10.2"
|
||||
|
||||
object-pool = "0.5.4"
|
||||
|
@ -40,6 +40,12 @@
|
||||
* air-interpreter-cid bumped from 0.5.0 to 0.6.0
|
||||
* air-interpreter-data bumped from 0.13.0 to 0.14.0
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-interpreter-cid bumped from 0.6.0 to 0.7.0
|
||||
* air-interpreter-data bumped from 0.14.0 to 0.15.0
|
||||
* aquavm-air-parser bumped from 0.10.0 to 0.11.0
|
||||
|
||||
## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-trace-handler-v0.4.0...air-trace-handler-v0.5.0) (2023-08-31)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-trace-handler"
|
||||
version = "0.5.7"
|
||||
version = "0.5.8"
|
||||
description = "Implementation of AIR trace handler"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -13,10 +13,10 @@ name = "air_trace_handler"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
air-interpreter-cid = { version = "0.6.0", path = "../interpreter-cid" }
|
||||
air-interpreter-data = { version = "0.14.0", path = "../interpreter-data" }
|
||||
air-interpreter-cid = { version = "0.7.0", path = "../interpreter-cid" }
|
||||
air-interpreter-data = { version = "0.15.0", path = "../interpreter-data" }
|
||||
air-log-targets = { version = "0.1.0", path = "../log-targets" }
|
||||
aquavm-air-parser = { version = "0.10.0", path = "../air-parser" }
|
||||
aquavm-air-parser = { version = "0.11.0", path = "../air-parser" }
|
||||
polyplets = { version = "0.5.1", path = "../polyplets" }
|
||||
|
||||
bimap = "0.6.3"
|
||||
|
@ -8,6 +8,24 @@
|
||||
* dependencies
|
||||
* aquavm-air-parser bumped from 0.8.1 to 0.8.2
|
||||
|
||||
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.1...air-beautifier-v0.4.0) (2023-12-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* **air-parser:** optimize Instruction type layout ([#767](https://github.com/fluencelabs/aquavm/issues/767))
|
||||
|
||||
### Features
|
||||
|
||||
* **air-parser:** optimize Instruction type layout ([#767](https://github.com/fluencelabs/aquavm/issues/767)) ([1673cdf](https://github.com/fluencelabs/aquavm/commit/1673cdf06c1fcdd9d06789b0d9d76e71d1625fea))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* aquavm-air-parser bumped from 0.10.0 to 0.11.0
|
||||
|
||||
## [0.3.1](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.0...air-beautifier-v0.3.1) (2023-09-21)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-beautifier"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
description = "AIR human-readable format transformer library"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -14,6 +14,6 @@ name = "air_beautifier"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
aquavm-air-parser = { version = "0.10.0", path = "../air-lib/air-parser" }
|
||||
aquavm-air-parser = { version = "0.11.0", path = "../air-lib/air-parser" }
|
||||
itertools = "0.10.5"
|
||||
thiserror = "1.0.50"
|
||||
|
@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
* dependencies
|
||||
* avm-interface bumped from 0.29.1 to 0.29.2
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* avm-interface bumped from 0.29.2 to 0.29.3
|
||||
|
||||
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/avm-data-store-v0.6.3...avm-data-store-v0.7.0) (2023-08-17)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "avm-data-store"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
description = "Definition of the AVM DataStore trait"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -15,7 +15,7 @@ name = "avm_data_store"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
avm-interface = { version = "0.29.2", path = "../../avm/interface"}
|
||||
avm-interface = { version = "0.29.3", path = "../../avm/interface"}
|
||||
serde = { version = "1.0.190", features = ["derive"] }
|
||||
serde_bytes = "0.11.9"
|
||||
|
||||
|
2
crates/interpreter-wasm/Cargo.lock
generated
2
crates/interpreter-wasm/Cargo.lock
generated
@ -4,7 +4,7 @@ version = 3
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-wasm"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
dependencies = [
|
||||
"built",
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-interpreter-wasm"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
description = "Distribution of AIR interpreter as .wasm"
|
||||
authors = ["Fluence Labs"]
|
||||
license = "Apache-2.0"
|
||||
|
@ -62,6 +62,26 @@
|
||||
* air-test-utils bumped from 0.12.0 to 0.12.1
|
||||
* air-interpreter-signatures bumped from 0.1.3 to 0.1.4
|
||||
|
||||
## [0.8.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.7.3...air-testing-framework-v0.8.0) (2023-12-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* **interpreter-data:** allow only deterministic signature algorithms ([#734](https://github.com/fluencelabs/aquavm/issues/734))
|
||||
|
||||
### Features
|
||||
|
||||
* **interpreter-data:** allow only deterministic signature algorithms ([#734](https://github.com/fluencelabs/aquavm/issues/734)) ([15ce40a](https://github.com/fluencelabs/aquavm/commit/15ce40a1cd3271feb294666a1ef26d00282eb780))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-test-utils bumped from 0.12.1 to 0.13.0
|
||||
* aquavm-air-parser bumped from 0.10.0 to 0.11.0
|
||||
* air-interpreter-signatures bumped from 0.1.4 to 0.1.5
|
||||
|
||||
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.6.1...air-testing-framework-v0.7.0) (2023-10-13)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-testing-framework"
|
||||
version = "0.7.3"
|
||||
version = "0.8.0"
|
||||
description = "AquaVM testing framework"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -14,8 +14,8 @@ name = "air_test_framework"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
air-test-utils = { version = "0.12.1", path = "../air-lib/test-utils" }
|
||||
aquavm-air-parser = { version = "0.10.0", path = "../air-lib/air-parser" }
|
||||
air-test-utils = { version = "0.13.0", path = "../air-lib/test-utils" }
|
||||
aquavm-air-parser = { version = "0.11.0", path = "../air-lib/air-parser" }
|
||||
|
||||
itertools = "0.10.5"
|
||||
fluence-keypair = "0.10.1"
|
||||
@ -24,7 +24,7 @@ nom = "7.1.3"
|
||||
nom_locate = "4.1.0"
|
||||
serde_json = "1.0.108"
|
||||
regex = "1.10.2"
|
||||
air-interpreter-signatures = { version = "0.1.4", path = "../air-lib/interpreter-signatures" }
|
||||
air-interpreter-signatures = { version = "0.1.5", path = "../air-lib/interpreter-signatures" }
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.2"
|
||||
|
@ -102,6 +102,15 @@
|
||||
* aquavm-air bumped from 0.52.0 to 0.53.0
|
||||
* air-test-utils bumped from 0.11.1 to 0.12.0
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* aquavm-air bumped from 0.54.0 to 0.55.0
|
||||
* air-beautifier bumped from 0.3.1 to 0.4.0
|
||||
* avm-data-store bumped from 0.7.2 to 0.7.3
|
||||
* avm-interface bumped from 0.29.2 to 0.29.3
|
||||
* air-interpreter-interface bumped from 0.15.1 to 0.15.2
|
||||
* air-test-utils bumped from 0.12.1 to 0.13.0
|
||||
|
||||
## [0.5.3](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.5.2...aquavm-air-cli-v0.5.3) (2023-10-26)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "aquavm-air-cli"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
edition = "2021"
|
||||
description = "AIR execution and printing tool"
|
||||
authors = ["Fluence Labs"]
|
||||
@ -10,12 +10,12 @@ documentation = "https://docs.rs/aquavm-air-cli"
|
||||
keywords = ["fluence", "air", "tracing"]
|
||||
|
||||
[dependencies]
|
||||
aquavm-air = { version = "0.54.0", path = "../../../air" }
|
||||
air-beautifier = { version = "0.3.1", path = "../../../crates/beautifier" }
|
||||
avm-data-store = { version = "0.7.2", path = "../../../crates/data-store" }
|
||||
avm-interface = { version = "0.29.2", path = "../../../avm/interface" }
|
||||
air-interpreter-interface = { version = "0.15.1", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
|
||||
air-test-utils = { version = "0.12.1",path = "../../../crates/air-lib/test-utils", optional = true }
|
||||
aquavm-air = { version = "0.55.0", path = "../../../air" }
|
||||
air-beautifier = { version = "0.4.0", path = "../../../crates/beautifier" }
|
||||
avm-data-store = { version = "0.7.3", path = "../../../crates/data-store" }
|
||||
avm-interface = { version = "0.29.3", path = "../../../avm/interface" }
|
||||
air-interpreter-interface = { version = "0.15.2", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
|
||||
air-test-utils = { version = "0.13.0",path = "../../../crates/air-lib/test-utils", optional = true }
|
||||
|
||||
anyhow = "1.0.75"
|
||||
clap = { version = "4.4.7", features = ["derive", "env"] }
|
||||
|
@ -24,6 +24,10 @@
|
||||
* dependencies
|
||||
* air-beautifier bumped from 0.3.0 to 0.3.1
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-beautifier bumped from 0.3.1 to 0.4.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)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-beautify-wasm"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
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.3.1", path = "../../../crates/beautifier" }
|
||||
air-beautifier = { version = "0.4.0", path = "../../../crates/beautifier" }
|
||||
|
184
tools/wasm/air-near-contract/Cargo.lock
generated
184
tools/wasm/air-near-contract/Cargo.lock
generated
@ -41,26 +41,29 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-execution-info-collector"
|
||||
version = "0.7.10"
|
||||
version = "0.7.11"
|
||||
dependencies = [
|
||||
"aquavm-air-parser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-cid"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"cid",
|
||||
"multihash 0.18.1",
|
||||
"digest 0.10.7",
|
||||
"multihash 0.19.1",
|
||||
"multihash-codetable",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.10.7",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-data"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
dependencies = [
|
||||
"air-interpreter-cid",
|
||||
"air-interpreter-signatures",
|
||||
@ -80,7 +83,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-interface"
|
||||
version = "0.15.1"
|
||||
version = "0.15.2"
|
||||
dependencies = [
|
||||
"fluence-it-types",
|
||||
"marine-rs-sdk",
|
||||
@ -90,7 +93,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-interpreter-signatures"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
dependencies = [
|
||||
"air-interpreter-cid",
|
||||
"borsh 0.10.3",
|
||||
@ -129,7 +132,7 @@ version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "air-near-contract"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
dependencies = [
|
||||
"air-interpreter-interface",
|
||||
"aquavm-air",
|
||||
@ -141,7 +144,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "air-trace-handler"
|
||||
version = "0.5.7"
|
||||
version = "0.5.8"
|
||||
dependencies = [
|
||||
"air-interpreter-cid",
|
||||
"air-interpreter-data",
|
||||
@ -177,7 +180,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aquavm-air"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
dependencies = [
|
||||
"air-execution-info-collector",
|
||||
"air-interpreter-cid",
|
||||
@ -209,7 +212,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aquavm-air-parser"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"air-lambda-ast",
|
||||
"air-lambda-parser",
|
||||
@ -372,6 +375,7 @@ dependencies = [
|
||||
"cc",
|
||||
"cfg-if 1.0.0",
|
||||
"constant_time_eq",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -569,15 +573,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cid"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3"
|
||||
checksum = "472ac98592f38dfd48f188d5713a328422ed22fa39eb52b8bca495370134762a"
|
||||
dependencies = [
|
||||
"core2",
|
||||
"multibase",
|
||||
"multihash 0.18.1",
|
||||
"serde",
|
||||
"unsigned-varint",
|
||||
"multihash 0.19.1",
|
||||
"unsigned-varint 0.8.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -799,6 +802,7 @@ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||||
dependencies = [
|
||||
"block-buffer 0.10.4",
|
||||
"crypto-common",
|
||||
"subtle",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1268,9 +1272,9 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
||||
|
||||
[[package]]
|
||||
name = "marine-call-parameters"
|
||||
version = "0.10.0"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9ca0439e5b2a812d8bc5c3b7d71e3691fb260a1f0384a7e842eec1b59f13069"
|
||||
checksum = "60dfc6d5a00b2d5aadbd60a13bdd6c6d6a5f46b31bf8db9f80ad295032f3bda3"
|
||||
dependencies = [
|
||||
"marine-macro",
|
||||
"marine-rs-sdk-main",
|
||||
@ -1279,9 +1283,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "marine-macro"
|
||||
version = "0.10.0"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0088fc9cb6a970dc17a510c3cb28fe459c368d566e8cb7f8354e06ef3395c883"
|
||||
checksum = "3f4bef66ff0a930272053bc622e60ae07a444b6bdd6b2406ee2e85ee93fa34a8"
|
||||
dependencies = [
|
||||
"marine-macro-impl",
|
||||
"marine-rs-sdk-main",
|
||||
@ -1289,9 +1293,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "marine-macro-impl"
|
||||
version = "0.10.0"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e457b58c826679139896f04e6cfa38c5d23870a88e957e8e0a6f646e7c3f0ac4"
|
||||
checksum = "51866ba9045c01e96a716343c30b2d9302d1451c969ceba8f8e3cb52b78053c8"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -1302,9 +1306,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "marine-rs-sdk"
|
||||
version = "0.10.0"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c6ecd45528096514b4db8d23523eadaf9e5d5a7d3fce637e4bb684afccc0e9a3"
|
||||
checksum = "d189b674dfcebfbb5668ead5335c3ba52fd4f8e8947b6f2d48869765ab403bd9"
|
||||
dependencies = [
|
||||
"marine-call-parameters",
|
||||
"marine-macro",
|
||||
@ -1315,9 +1319,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "marine-rs-sdk-main"
|
||||
version = "0.10.0"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "11eabbc74c69ad11874fb6cf686604833d084633293324524a40ec581663f978"
|
||||
checksum = "d3b4d597243fa88bf33fe91e080ab155cc1679ac4970e1a20dce6b58df084673"
|
||||
dependencies = [
|
||||
"log",
|
||||
"serde",
|
||||
@ -1325,9 +1329,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "marine-timestamp-macro"
|
||||
version = "0.10.0"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "acf956d174fdbf940b474089d5388aa35b4fc73fedbfade2a92dc198084b9afa"
|
||||
checksum = "d1465b4dcc7d85940cf33f8d64fd0bb2f98093cc3a5384e2d224bf6e50069adb"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"quote",
|
||||
@ -1367,10 +1371,10 @@ dependencies = [
|
||||
"blake3",
|
||||
"core2",
|
||||
"digest 0.10.7",
|
||||
"multihash-derive",
|
||||
"multihash-derive 0.8.0",
|
||||
"sha2 0.10.7",
|
||||
"sha3",
|
||||
"unsigned-varint",
|
||||
"unsigned-varint 0.7.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1380,16 +1384,60 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492"
|
||||
dependencies = [
|
||||
"core2",
|
||||
"unsigned-varint",
|
||||
"unsigned-varint 0.7.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "multihash-codetable"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f6d815ecb3c8238d00647f8630ede7060a642c9f704761cd6082cb4028af6935"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"blake2s_simd",
|
||||
"blake3",
|
||||
"core2",
|
||||
"digest 0.10.7",
|
||||
"multihash-derive 0.9.0",
|
||||
"ripemd",
|
||||
"sha1",
|
||||
"sha2 0.10.7",
|
||||
"sha3",
|
||||
"strobe-rs",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "multihash-derive"
|
||||
version = "0.8.1"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
|
||||
checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"
|
||||
dependencies = [
|
||||
"proc-macro-crate 1.1.3",
|
||||
"proc-macro-crate 1.3.1",
|
||||
"proc-macro-error",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
"synstructure",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "multihash-derive"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "890e72cb7396cb99ed98c1246a97b243cc16394470d94e0bc8b0c2c11d84290e"
|
||||
dependencies = [
|
||||
"core2",
|
||||
"multihash 0.19.1",
|
||||
"multihash-derive-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "multihash-derive-impl"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d38685e08adb338659871ecfc6ee47ba9b22dcc8abcf6975d379cc49145c3040"
|
||||
dependencies = [
|
||||
"proc-macro-crate 1.3.1",
|
||||
"proc-macro-error",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -1696,7 +1744,7 @@ version = "2.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"
|
||||
dependencies = [
|
||||
"proc-macro-crate 1.1.3",
|
||||
"proc-macro-crate 1.3.1",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
@ -1826,12 +1874,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro-crate"
|
||||
version = "1.1.3"
|
||||
version = "1.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
||||
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
||||
dependencies = [
|
||||
"thiserror",
|
||||
"toml",
|
||||
"once_cell",
|
||||
"toml_edit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1860,9 +1908,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.67"
|
||||
version = "1.0.70"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
|
||||
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
|
||||
dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
@ -2189,6 +2237,17 @@ dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sha1"
|
||||
version = "0.10.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"cpufeatures",
|
||||
"digest 0.10.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sha2"
|
||||
version = "0.9.9"
|
||||
@ -2293,6 +2352,19 @@ dependencies = [
|
||||
"precomputed-hash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strobe-rs"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fabb238a1cccccfa4c4fb703670c0d157e1256c1ba695abf1b93bd2bb14bab2d"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"byteorder",
|
||||
"keccak",
|
||||
"subtle",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strum"
|
||||
version = "0.24.1"
|
||||
@ -2434,6 +2506,23 @@ dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_datetime"
|
||||
version = "0.6.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.19.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"toml_datetime",
|
||||
"winnow",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.40"
|
||||
@ -2513,6 +2602,12 @@ version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
|
||||
|
||||
[[package]]
|
||||
name = "unsigned-varint"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
|
||||
|
||||
[[package]]
|
||||
name = "variant_count"
|
||||
version = "1.1.0"
|
||||
@ -2713,6 +2808,15 @@ version = "0.48.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
||||
|
||||
[[package]]
|
||||
name = "winnow"
|
||||
version = "0.5.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c830786f7720c2fd27a1a0e27a709dbd3c4d009b56d098fc742d4f4eab91fe2"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wyz"
|
||||
version = "0.2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-near-contract"
|
||||
version = "0.54.0"
|
||||
version = "0.55.0"
|
||||
description = "AIR interpreter as a NEAR contract"
|
||||
authors = ["Fluence labs"]
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user