Merge b9d8a0ff7042f2cf85ea90955d3a77e6a932269d into 5229855d57cc05623ca2f776f2b99b912d9ac195

This commit is contained in:
r4bbit 2026-05-18 11:24:14 +00:00 committed by GitHub
commit a0e6386f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 36 additions and 36 deletions

8
Cargo.lock generated
View File

@ -2969,8 +2969,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-core" name = "spel-framework-core"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2984,8 +2984,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-macros" name = "spel-framework-macros"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies] [dependencies]
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3", features = ["host"] } nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3", features = ["host"] }
spel-framework-macros = { git = "https://github.com/logos-co/spel.git", rev = "6473ab4c400bc59bac8db83a286faaeafa7d1999", package = "spel-framework-macros" } spel-framework-macros = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", package = "spel-framework-macros" }
token_core = { path = "../../token/core" } token_core = { path = "../../token/core" }
borsh = { version = "1.5", features = ["derive"] } borsh = { version = "1.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }

View File

@ -2891,8 +2891,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework" name = "spel-framework"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2903,8 +2903,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-core" name = "spel-framework-core"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2918,8 +2918,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-macros" name = "spel-framework-macros"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -10,7 +10,7 @@ name = "amm"
path = "src/bin/amm.rs" path = "src/bin/amm.rs"
[dependencies] [dependencies]
spel-framework = { git = "https://github.com/logos-co/spel.git", rev = "6473ab4c400bc59bac8db83a286faaeafa7d1999", package = "spel-framework" } spel-framework = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", package = "spel-framework" }
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" } nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" }
risc0-zkvm = { version = "=3.0.5", default-features = false } risc0-zkvm = { version = "=3.0.5", default-features = false }
amm_core = { path = "../../core" } amm_core = { path = "../../core" }

View File

@ -2889,8 +2889,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework" name = "spel-framework"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2901,8 +2901,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-core" name = "spel-framework-core"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2916,8 +2916,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-macros" name = "spel-framework-macros"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -10,7 +10,7 @@ name = "ata"
path = "src/bin/ata.rs" path = "src/bin/ata.rs"
[dependencies] [dependencies]
spel-framework = { git = "https://github.com/logos-co/spel.git", rev = "6473ab4c400bc59bac8db83a286faaeafa7d1999", package = "spel-framework" } spel-framework = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", package = "spel-framework" }
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" } nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" }
risc0-zkvm = { version = "=3.0.5", default-features = false } risc0-zkvm = { version = "=3.0.5", default-features = false }
ata_core = { path = "../../core" } ata_core = { path = "../../core" }

View File

@ -8,4 +8,4 @@ nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.gi
borsh = { version = "1.5", features = ["derive"] } borsh = { version = "1.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
risc0-zkvm = { version = "=3.0.5", default-features = false } risc0-zkvm = { version = "=3.0.5", default-features = false }
spel-framework-macros = { git = "https://github.com/logos-co/spel.git", rev = "6473ab4c400bc59bac8db83a286faaeafa7d1999", package = "spel-framework-macros" } spel-framework-macros = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", package = "spel-framework-macros" }

View File

@ -2856,8 +2856,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework" name = "spel-framework"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2868,8 +2868,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-core" name = "spel-framework-core"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2883,8 +2883,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-macros" name = "spel-framework-macros"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -10,7 +10,7 @@ name = "stablecoin"
path = "src/bin/stablecoin.rs" path = "src/bin/stablecoin.rs"
[dependencies] [dependencies]
spel-framework = { git = "https://github.com/logos-co/spel.git", rev = "6473ab4c400bc59bac8db83a286faaeafa7d1999", package = "spel-framework" } spel-framework = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", package = "spel-framework" }
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" } nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" }
risc0-zkvm = { version = "=3.0.5", default-features = false } risc0-zkvm = { version = "=3.0.5", default-features = false }
stablecoin_core = { path = "../../core" } stablecoin_core = { path = "../../core" }

View File

@ -5,6 +5,6 @@ edition = "2021"
[dependencies] [dependencies]
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3", features = ["host"] } nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3", features = ["host"] }
spel-framework-macros = { git = "https://github.com/logos-co/spel.git", rev = "6473ab4c400bc59bac8db83a286faaeafa7d1999", package = "spel-framework-macros" } spel-framework-macros = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", package = "spel-framework-macros" }
borsh = { version = "1.5", features = ["derive"] } borsh = { version = "1.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }

View File

@ -2856,8 +2856,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework" name = "spel-framework"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2868,8 +2868,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-core" name = "spel-framework-core"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"borsh", "borsh",
"nssa_core", "nssa_core",
@ -2883,8 +2883,8 @@ dependencies = [
[[package]] [[package]]
name = "spel-framework-macros" name = "spel-framework-macros"
version = "0.2.0" version = "0.3.0"
source = "git+https://github.com/logos-co/spel.git?rev=6473ab4c400bc59bac8db83a286faaeafa7d1999#6473ab4c400bc59bac8db83a286faaeafa7d1999" source = "git+https://github.com/logos-co/spel.git?tag=v0.3.0#84f50d4aa473a70b72a16a7fb468c5618277cdd7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -10,7 +10,7 @@ name = "token"
path = "src/bin/token.rs" path = "src/bin/token.rs"
[dependencies] [dependencies]
spel-framework = { git = "https://github.com/logos-co/spel.git", rev = "6473ab4c400bc59bac8db83a286faaeafa7d1999", package = "spel-framework" } spel-framework = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", package = "spel-framework" }
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" } nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" }
risc0-zkvm = { version = "=3.0.5", default-features = false } risc0-zkvm = { version = "=3.0.5", default-features = false }
token_core = { path = "../../core" } token_core = { path = "../../core" }

View File

@ -8,7 +8,7 @@ name = "idl-gen"
path = "src/main.rs" path = "src/main.rs"
[dependencies] [dependencies]
spel-framework-core = { git = "https://github.com/logos-co/spel.git", rev = "6473ab4c400bc59bac8db83a286faaeafa7d1999", features = [ spel-framework-core = { git = "https://github.com/logos-co/spel.git", tag = "v0.3.0", features = [
"idl-gen", "idl-gen",
] } ] }
serde_json = "1.0" serde_json = "1.0"