Compare commits

...

3 Commits

Author SHA1 Message Date
2cc0d18b71 chore(deps): update all github-actions 2025-03-11 17:47:23 +00:00
e2d93adb1e chore: release master (#156) 2024-01-17 12:28:34 +01:00
fd145c5fe1 fix(trust-graph): Regenerate aqua bindings from wasm (#155)
Add echo
2024-01-17 12:04:55 +01:00
14 changed files with 56 additions and 19 deletions

View File

@ -1,7 +1,7 @@
{ {
"trust-graph": "0.4.10", "trust-graph": "0.4.11",
"aqua": "0.4.10", "aqua": "0.4.11",
"service": "0.4.10", "service": "0.4.11",
"keypair": "0.10.4", "keypair": "0.10.4",
"distro": "0.4.10" "distro": "0.4.11"
} }

View File

@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Import secrets - name: Import secrets
uses: hashicorp/vault-action@v2.4.3 uses: hashicorp/vault-action@v2.8.1
with: with:
url: https://vault.fluence.dev url: https://vault.fluence.dev
path: jwt/github path: jwt/github
@ -73,7 +73,7 @@ jobs:
run: ./build.sh run: ./build.sh
- name: Install cargo-workspaces - name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v1.3.0 uses: baptiste0928/cargo-install@v1.3.1
with: with:
crate: cargo-workspaces crate: cargo-workspaces
@ -89,7 +89,7 @@ jobs:
- name: Setup node - name: Setup node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "16.20.2"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
cache-dependency-path: "aqua/package-lock.json" cache-dependency-path: "aqua/package-lock.json"
cache: "npm" cache: "npm"
@ -138,7 +138,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}" echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets - name: Import secrets
uses: hashicorp/vault-action@v2.4.3 uses: hashicorp/vault-action@v2.8.1
with: with:
url: https://vault.fluence.dev url: https://vault.fluence.dev
path: jwt/github path: jwt/github

View File

@ -51,7 +51,7 @@ jobs:
- name: Setup node - name: Setup node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "16.20.2"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
cache-dependency-path: "aqua/package-lock.json" cache-dependency-path: "aqua/package-lock.json"
cache: "npm" cache: "npm"

6
Cargo.lock generated
View File

@ -3019,7 +3019,7 @@ dependencies = [
[[package]] [[package]]
name = "trust-graph" name = "trust-graph"
version = "0.4.10" version = "0.4.11"
dependencies = [ dependencies = [
"bs58 0.4.0", "bs58 0.4.0",
"derivative", "derivative",
@ -3036,7 +3036,7 @@ dependencies = [
[[package]] [[package]]
name = "trust-graph-distro" name = "trust-graph-distro"
version = "0.4.10" version = "0.4.11"
dependencies = [ dependencies = [
"built", "built",
"lazy_static", "lazy_static",
@ -3047,7 +3047,7 @@ dependencies = [
[[package]] [[package]]
name = "trust-graph-wasm" name = "trust-graph-wasm"
version = "0.4.10" version = "0.4.11"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bincode", "bincode",

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [0.4.11](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.10...trust-graph-api-v0.4.11) (2024-01-17)
### Miscellaneous Chores
* **trust-graph-api:** Synchronize trust-graph, wasm and api versions
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.9...trust-graph-api-v0.4.10) (2024-01-03) ## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.9...trust-graph-api-v0.4.10) (2024-01-03)

View File

@ -1,12 +1,12 @@
{ {
"name": "@fluencelabs/trust-graph", "name": "@fluencelabs/trust-graph",
"version": "0.4.10", "version": "0.4.11",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@fluencelabs/trust-graph", "name": "@fluencelabs/trust-graph",
"version": "0.4.10", "version": "0.4.11",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fluencelabs/aqua-lib": "^0.9.0" "@fluencelabs/aqua-lib": "^0.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@fluencelabs/trust-graph", "name": "@fluencelabs/trust-graph",
"version": "0.4.10", "version": "0.4.11",
"description": "Aqua Trust Graph API library", "description": "Aqua Trust Graph API library",
"files": [ "files": [
"*.aqua" "*.aqua"

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [0.4.11](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.10...distro-v0.4.11) (2024-01-17)
### Miscellaneous Chores
* **distro:** Synchronize trust-graph, wasm and api versions
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.9...distro-v0.4.10) (2024-01-03) ## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.9...distro-v0.4.10) (2024-01-03)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "trust-graph-distro" name = "trust-graph-distro"
version = "0.4.10" version = "0.4.11"
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* trust-graph bumped from 0.4.1 to 0.4.2 * trust-graph bumped from 0.4.1 to 0.4.2
* fluence-keypair bumped from 0.10.0 to 0.10.1 * fluence-keypair bumped from 0.10.0 to 0.10.1
## [0.4.11](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.10...trust-graph-wasm-v0.4.11) (2024-01-17)
### Bug Fixes
* **trust-graph:** Regenerate aqua bindings from wasm ([#155](https://github.com/fluencelabs/trust-graph/issues/155)) ([fd145c5](https://github.com/fluencelabs/trust-graph/commit/fd145c5fe1a115e87539ec5c9496d8b4c8bbc468))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* trust-graph bumped from 0.4.10 to 0.4.11
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.9...trust-graph-wasm-v0.4.10) (2024-01-03) ## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.9...trust-graph-wasm-v0.4.10) (2024-01-03)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "trust-graph-wasm" name = "trust-graph-wasm"
version = "0.4.10" version = "0.4.11"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2021" edition = "2021"
description = "trust graph wasm" description = "trust graph wasm"
@ -12,7 +12,7 @@ name = "trust-graph"
path = "src/main.rs" path = "src/main.rs"
[dependencies] [dependencies]
trust-graph = { version = "0.4.10", path = "../trust-graph" } trust-graph = { version = "0.4.11", path = "../trust-graph" }
fluence-keypair = { version = "0.10.4", path = "../keypair" } fluence-keypair = { version = "0.10.4", path = "../keypair" }
marine-rs-sdk = { version = "0.10.2", features = ["logger"] } marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
marine-sqlite-connector = "0.9.2" marine-sqlite-connector = "0.9.2"

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o errexit -o nounset -o pipefail set -o errexit -o nounset -o pipefail
set -x
# set current working directory to script directory to run script from everywhere # set current working directory to script directory to run script from everywhere
cd "$(dirname "$0")" cd "$(dirname "$0")"

View File

@ -4,6 +4,13 @@
* dependencies * dependencies
* fluence-keypair bumped from 0.10.0 to 0.10.1 * fluence-keypair bumped from 0.10.0 to 0.10.1
## [0.4.11](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.10...trust-graph-v0.4.11) (2024-01-17)
### Miscellaneous Chores
* **trust-graph:** Synchronize trust-graph, wasm and api versions
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.9...trust-graph-v0.4.10) (2024-01-03) ## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.9...trust-graph-v0.4.10) (2024-01-03)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "trust-graph" name = "trust-graph"
version = "0.4.10" version = "0.4.11"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2021" edition = "2021"
description = "trust graph" description = "trust graph"