Skip to main content

Crate fedimint_lnv2_server

Crate fedimint_lnv2_server 

Source

Re-exportsยง

pub use fedimint_lnv2_common as common;

Modulesยง

db

Structsยง

Lightning
LightningInit

Constantsยง

MAX_INCOMING_CONTRACTS_BATCH ๐Ÿ”’
Maximum number of incoming contracts a single await_incoming_contracts request may ask for. The endpoint is public and unauthenticated, so the batch size is untrusted input; without a cap it flows straight into Vec::with_capacity, letting one request trigger an arbitrarily large allocation and abort the guardian process. The legitimate client requests 128 at a time, so this leaves ample headroom.

Functionsยง

coefficient ๐Ÿ”’
dealer_agg_pk ๐Ÿ”’
dealer_pk ๐Ÿ”’
dealer_sk ๐Ÿ”’