e7d591b7bc
* base * Remove mixnet client from libp2p network backend (#572) * Mixnet v1: Remove all mixnet legacies: mixnet crate, mixnode binary, tests, and docker (#573) * Mixnet v1: Skeleton (#570) * Use QUIC for libp2p (#580) * Add Poisson interval function for Mixnet (#575) * Mixnet network backend skeleton (#586) * Libp2p stream read/write (#587) * Emitting packets from mixclient using libp2p stream (#588) * Handle outputs from mixnode using libp2p stream/gossipsub (#589) * Refactor poisson (#590) * Mix client Poisson emission (#591) * Mix node packet handling (#592) * Mix Packet / Fragment logic (#593) * Move FisherYates to `nomos-utils` (#594) * Mixnet topology (#595) * Mix client/node unit tests (#596) * change multiaddr from tcp to udp with quic-v1 (#607) --------- Co-authored-by: Al Liu <scygliu1@gmail.com>
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
log:
|
|
backend: "Stdout"
|
|
format: "Json"
|
|
level: "info"
|
|
consensus:
|
|
private_key: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
fountain_settings: null
|
|
overlay_settings:
|
|
nodes: []
|
|
number_of_committees: 1
|
|
current_leader: "0x0000000000000000000000000000000000000000000000000000000000000000"
|
|
leader:
|
|
cur: 0
|
|
committee_membership: !Sad
|
|
entropy: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
leader_super_majority_threshold: 1
|
|
super_majority_threshold: 1
|
|
|
|
network:
|
|
backend:
|
|
host: 0.0.0.0
|
|
port: 3000
|
|
log_level: "fatal"
|
|
node_key: "0000000000000000000000000000000000000000000000000000000000000001"
|
|
discV5BootstrapNodes: []
|
|
initial_peers: ["/dns/bootstrap/udp/3000/quic-v1"]
|
|
relayTopics: []
|
|
|
|
http:
|
|
backend_settings:
|
|
address: 0.0.0.0:18080
|
|
cors_origins: []
|
|
|
|
da:
|
|
da_protocol:
|
|
voter: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
num_attestations: 1
|
|
backend:
|
|
max_capacity: 10000
|
|
evicting_period:
|
|
secs: 3600
|
|
nanos: 0
|