Merge branch 'next' into test/replay-block

This commit is contained in:
Jeff Bencin
2024-02-12 12:51:10 -05:00
committed by GitHub
40 changed files with 1739 additions and 826 deletions

View File

@@ -59,4 +59,8 @@ pub mod consts {
pub const MINER_REWARD_MATURITY: u64 = 100;
pub const STACKS_EPOCH_MAX: u64 = i64::MAX as u64;
/// The number of StackerDB slots each signing key needs
/// to use to participate in DKG and block validation signing.
pub const SIGNER_SLOTS_PER_USER: u32 = 12;
}