kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
366 stars 115 forks source link

Convert settings to global consts and fix TN11 conbase maturity times #394

Closed aspect closed 5 months ago

aspect commented 5 months ago

Convert wallet network settings to global consts introducing NetworkParams in the wallet framework similar to consensus Params. For now this contains confirmation periods but is also intended to be used to statically configure various options for txgen per-network fee processing.