use newer image

This commit is contained in:
Petar Radovic 2026-04-09 13:18:54 +02:00
parent 359619ad14
commit b7ba2daa97
4 changed files with 39 additions and 41 deletions

63
Cargo.lock generated
View File

@ -4399,7 +4399,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]] [[package]]
name = "logos-blockchain-blend-crypto" name = "logos-blockchain-blend-crypto"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"blake2", "blake2",
"logos-blockchain-groth16", "logos-blockchain-groth16",
@ -4413,7 +4413,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-blend-message" name = "logos-blockchain-blend-message"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"blake2", "blake2",
"derivative", "derivative",
@ -4436,7 +4436,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-blend-proofs" name = "logos-blockchain-blend-proofs"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"ed25519-dalek", "ed25519-dalek",
"generic-array 1.3.5", "generic-array 1.3.5",
@ -4449,12 +4449,13 @@ dependencies = [
"num-bigint 0.4.6", "num-bigint 0.4.6",
"serde", "serde",
"thiserror 1.0.69", "thiserror 1.0.69",
"zeroize",
] ]
[[package]] [[package]]
name = "logos-blockchain-chain-broadcast-service" name = "logos-blockchain-chain-broadcast-service"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derivative", "derivative",
@ -4470,7 +4471,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-chain-service" name = "logos-blockchain-chain-service"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
@ -4501,7 +4502,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-circuits-prover" name = "logos-blockchain-circuits-prover"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"logos-blockchain-circuits-utils", "logos-blockchain-circuits-utils",
"tempfile", "tempfile",
@ -4510,7 +4511,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-circuits-utils" name = "logos-blockchain-circuits-utils"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"dirs", "dirs",
] ]
@ -4518,7 +4519,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-common-http-client" name = "logos-blockchain-common-http-client"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"futures", "futures",
"hex", "hex",
@ -4538,7 +4539,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-core" name = "logos-blockchain-core"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"ark-ff 0.4.2", "ark-ff 0.4.2",
"bincode", "bincode",
@ -4568,7 +4569,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-cryptarchia-engine" name = "logos-blockchain-cryptarchia-engine"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"cfg_eval", "cfg_eval",
"logos-blockchain-pol", "logos-blockchain-pol",
@ -4584,7 +4585,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-cryptarchia-sync" name = "logos-blockchain-cryptarchia-sync"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures", "futures",
@ -4601,7 +4602,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-groth16" name = "logos-blockchain-groth16"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"ark-bn254 0.4.0", "ark-bn254 0.4.0",
"ark-ec 0.4.2", "ark-ec 0.4.2",
@ -4619,7 +4620,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-http-api-common" name = "logos-blockchain-http-api-common"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"axum 0.7.9", "axum 0.7.9",
"logos-blockchain-core", "logos-blockchain-core",
@ -4634,7 +4635,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-key-management-system-keys" name = "logos-blockchain-key-management-system-keys"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
@ -4660,7 +4661,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-key-management-system-macros" name = "logos-blockchain-key-management-system-macros"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -4670,7 +4671,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-key-management-system-operators" name = "logos-blockchain-key-management-system-operators"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"logos-blockchain-blend-proofs", "logos-blockchain-blend-proofs",
@ -4686,7 +4687,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-key-management-system-service" name = "logos-blockchain-key-management-system-service"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"log", "log",
@ -4703,7 +4704,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-ledger" name = "logos-blockchain-ledger"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"derivative", "derivative",
"logos-blockchain-blend-crypto", "logos-blockchain-blend-crypto",
@ -4728,7 +4729,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-network-service" name = "logos-blockchain-network-service"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@ -4745,7 +4746,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-poc" name = "logos-blockchain-poc"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"logos-blockchain-circuits-prover", "logos-blockchain-circuits-prover",
"logos-blockchain-circuits-utils", "logos-blockchain-circuits-utils",
@ -4761,7 +4762,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-pol" name = "logos-blockchain-pol"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"astro-float", "astro-float",
"logos-blockchain-circuits-prover", "logos-blockchain-circuits-prover",
@ -4780,7 +4781,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-poq" name = "logos-blockchain-poq"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"logos-blockchain-circuits-prover", "logos-blockchain-circuits-prover",
"logos-blockchain-circuits-utils", "logos-blockchain-circuits-utils",
@ -4797,7 +4798,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-poseidon2" name = "logos-blockchain-poseidon2"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"ark-bn254 0.4.0", "ark-bn254 0.4.0",
"ark-ff 0.4.2", "ark-ff 0.4.2",
@ -4808,7 +4809,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-services-utils" name = "logos-blockchain-services-utils"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@ -4823,7 +4824,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-storage-service" name = "logos-blockchain-storage-service"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
@ -4841,7 +4842,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-time-service" name = "logos-blockchain-time-service"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@ -4860,7 +4861,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-tracing" name = "logos-blockchain-tracing"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"opentelemetry", "opentelemetry",
"opentelemetry-appender-tracing", "opentelemetry-appender-tracing",
@ -4883,7 +4884,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-utils" name = "logos-blockchain-utils"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"blake2", "blake2",
@ -4900,7 +4901,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-utxotree" name = "logos-blockchain-utxotree"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"ark-ff 0.4.2", "ark-ff 0.4.2",
"logos-blockchain-groth16", "logos-blockchain-groth16",
@ -4914,7 +4915,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-witness-generator" name = "logos-blockchain-witness-generator"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"tempfile", "tempfile",
] ]
@ -4922,7 +4923,7 @@ dependencies = [
[[package]] [[package]]
name = "logos-blockchain-zksign" name = "logos-blockchain-zksign"
version = "0.2.1" version = "0.2.1"
source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36#ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" source = "git+https://github.com/logos-blockchain/logos-blockchain.git?rev=44c9513a1525372b725ba1010169d04ab00768b5#44c9513a1525372b725ba1010169d04ab00768b5"
dependencies = [ dependencies = [
"logos-blockchain-circuits-prover", "logos-blockchain-circuits-prover",
"logos-blockchain-circuits-utils", "logos-blockchain-circuits-utils",

View File

@ -120,11 +120,11 @@ tokio-retry = "0.3.0"
schemars = "1.2" schemars = "1.2"
async-stream = "0.3.6" async-stream = "0.3.6"
logos-blockchain-common-http-client = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" } logos-blockchain-common-http-client = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "44c9513a1525372b725ba1010169d04ab00768b5" }
logos-blockchain-key-management-system-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" } logos-blockchain-key-management-system-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "44c9513a1525372b725ba1010169d04ab00768b5" }
logos-blockchain-core = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" } logos-blockchain-core = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "44c9513a1525372b725ba1010169d04ab00768b5" }
logos-blockchain-chain-broadcast-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" } logos-blockchain-chain-broadcast-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "44c9513a1525372b725ba1010169d04ab00768b5" }
logos-blockchain-chain-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "ea9d6fbfea8d9cc94db7e83b9aade818e4a3cf36" } logos-blockchain-chain-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "44c9513a1525372b725ba1010169d04ab00768b5" }
rocksdb = { version = "0.24.0", default-features = false, features = [ rocksdb = { version = "0.24.0", default-features = false, features = [
"snappy", "snappy",

View File

@ -1,7 +1,7 @@
services: services:
cfgsync: cfgsync:
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:80755855c70aea11bc58fda01048e9bae3a806253a9a8c0641d2f4738008fbbe image: ghcr.io/logos-blockchain/logos-blockchain@sha256:093d0319a366a5b7b7db1a29fd54510dea37336f24accbda6d5d1b94d15fb64b
volumes: volumes:
- ./scripts:/etc/logos-blockchain/scripts - ./scripts:/etc/logos-blockchain/scripts
- ./cfgsync.yaml:/etc/logos-blockchain/cfgsync.yaml:z - ./cfgsync.yaml:/etc/logos-blockchain/cfgsync.yaml:z
@ -9,7 +9,7 @@ services:
entrypoint: /etc/logos-blockchain/scripts/run_cfgsync.sh entrypoint: /etc/logos-blockchain/scripts/run_cfgsync.sh
logos-blockchain-node-0: logos-blockchain-node-0:
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:80755855c70aea11bc58fda01048e9bae3a806253a9a8c0641d2f4738008fbbe image: ghcr.io/logos-blockchain/logos-blockchain@sha256:093d0319a366a5b7b7db1a29fd54510dea37336f24accbda6d5d1b94d15fb64b
ports: ports:
- "${PORT:-8080}:18080/tcp" - "${PORT:-8080}:18080/tcp"
volumes: volumes:

View File

@ -14,7 +14,4 @@ export CFG_FILE_PATH="/config.yaml" \
# Download deployment settings generated by cfgsync # Download deployment settings generated by cfgsync
curl -sf "${CFG_SERVER_ADDR}/deployment-settings" -o /deployment-settings.yaml curl -sf "${CFG_SERVER_ADDR}/deployment-settings" -o /deployment-settings.yaml
# Force storage_gas_price to 0 so altruistic inscription txs are accepted
sed -i 's/storage_gas_price: [0-9]*/storage_gas_price: 0/' /deployment-settings.yaml
exec /usr/bin/logos-blockchain-node /config.yaml --deployment /deployment-settings.yaml exec /usr/bin/logos-blockchain-node /config.yaml --deployment /deployment-settings.yaml