Skip to content

Commit

Permalink
Merge pull request #5322 from stacks-network/chore/add-multiple-miner…
Browse files Browse the repository at this point in the history
…s-with-custom-chain-id-test

Add multiple_miners_with_custom_chain_id test to test chain id in a signer integration test
  • Loading branch information
jferrant authored Oct 17, 2024
2 parents 806326d + bd9eec9 commit faa9678
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 38 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bitcoin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
- tests::signer::v0::signer_set_rollover
- tests::signer::v0::signing_in_0th_tenure_of_reward_cycle
- tests::signer::v0::continue_after_tenure_extend
- tests::signer::v0::multiple_miners_with_custom_chain_id
- tests::nakamoto_integrations::burn_ops_integration_test
- tests::nakamoto_integrations::check_block_heights
- tests::nakamoto_integrations::clarity_burn_state
Expand Down
2 changes: 1 addition & 1 deletion stacks-signer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pub struct GlobalConfig {
/// How much time to wait for a miner to propose a block following a sortition
pub block_proposal_timeout: Duration,
/// An optional custom Chain ID
chain_id: Option<u32>,
pub chain_id: Option<u32>,
}

/// Internal struct for loading up the config file
Expand Down
Loading

0 comments on commit faa9678

Please sign in to comment.