mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-08 00:03:08 +00:00
Fix compose deployer import and metadata
This commit is contained in:
parent
3dbdc2acac
commit
6b6be07c23
@ -91,6 +91,7 @@ mod tests {
|
||||
host::{Host, PortOverrides},
|
||||
};
|
||||
use groth16::Fr;
|
||||
use key_management_system_keys::keys::ZkPublicKey;
|
||||
use nomos_core::{
|
||||
mantle::{GenesisTx as GenesisTxTrait, ledger::NoteId},
|
||||
sdp::{ProviderId, ServiceType},
|
||||
@ -103,7 +104,6 @@ mod tests {
|
||||
GeneratedNodeConfig, GeneratedTopology, NodeRole as TopologyNodeRole,
|
||||
},
|
||||
};
|
||||
use zksign::PublicKey;
|
||||
|
||||
#[test]
|
||||
fn cfgsync_prebuilt_configs_preserve_genesis() {
|
||||
@ -288,7 +288,9 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
fn declaration_fingerprint<G>(genesis: &G) -> Vec<(ServiceType, ProviderId, NoteId, PublicKey)>
|
||||
fn declaration_fingerprint<G>(
|
||||
genesis: &G,
|
||||
) -> Vec<(ServiceType, ProviderId, NoteId, ZkPublicKey)>
|
||||
where
|
||||
G: GenesisTxTrait,
|
||||
{
|
||||
|
||||
@ -17,13 +17,13 @@ async-trait = "0.1"
|
||||
chain-service = { workspace = true }
|
||||
ed25519-dalek = { version = "2.2.0", features = ["rand_core", "serde"] }
|
||||
executor-http-client = { workspace = true }
|
||||
futures = "0.3"
|
||||
key-management-system-service = { workspace = true }
|
||||
nomos-core = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
testing-framework-config = { workspace = true }
|
||||
testing-framework-core = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
futures = "0.3"
|
||||
tokio = { workspace = true, features = ["macros", "net", "rt-multi-thread", "time"] }
|
||||
tracing = { workspace = true }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user