Logo
Explore Help
Sign In
logos-blockchain/logos-blockchain-testing
1
0
Fork 0
You've already forked logos-blockchain-testing
mirror of https://github.com/logos-blockchain/logos-blockchain-testing.git synced 2026-05-17 15:19:51 +00:00
Code Issues Packages Projects Releases Wiki Activity
logos-blockchain-testing/examples/doc-snippets/src/dsl_cheat_sheet_wallets.rs

11 lines
348 B
Rust
Raw Normal View History

core: make scenario/topology building fallible
2025-12-18 22:48:45 +01:00
use testing_framework_core::scenario::{Scenario, ScenarioBuilder};
docs: add compilable doc-snippets crate
2025-12-16 06:55:44 +01:00
use testing_framework_workflows::ScenarioBuilderExt;
core: make scenario/topology building fallible
2025-12-18 22:48:45 +01:00
use crate::SnippetResult;
pub fn wallets_plan() -> SnippetResult<Scenario<()>> {
update for main repo changes (#10) Update for main repo changes - this implied many changes in the testing framework code removal of DA config-related code that was still present because it was required by node code until now nomos-da-network-core = { workspace = true } subnetworks-assignations = { workspace = true } nomos-da-dispersal = { workspace = true } nomos-da-network-core = { workspace = true } nomos-da-network-service = { workspace = true } nomos-da-sampling = { workspace = true } nomos-da-verifier = { workspace = true } nomos-ledger = { workspace = true, features = ["serde"] } removal of the executor node logos-blockchain-executor = { workspace = true }
2026-01-25 10:11:16 +02:00
ScenarioBuilder::topology_with(|t| t.network_star().validators(1))
docs: add compilable doc-snippets crate
2025-12-16 06:55:44 +01:00
.wallets(50) // Seed 50 funded wallet accounts
.build()
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 44ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API