Skip to content

Commit cbb9a2a

Browse files
obycodewileyj
authored andcommitted
fix: disable developer-mode by default in stackslib
This should not be enabled by default. Tools that want to use developer-mode should do so explicitly. Building a stacks-node should, by default, NOT use developer-mode.
1 parent 7361ab4 commit cbb9a2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ StackerDB replicas in their config files.
2222
hosted by subscribed Stacks nodes and controlled by smart contracts
2323
- Added 3 new public and regionally diverse bootstrap nodes: est.stacksnodes.org, cet.stacksnodes.org, sgt.stacksnodes.org
2424

25+
### Changed
26+
27+
- `developer-mode` is not longer enabled in the default feature set. This is the correct default behavior, since the stacks-node should NOT build with developer-mode enabled by default. Tools that need to use developer-mode should enable it explicitly.
28+
2529
### Fixed
2630

2731
- The transaction receipts for smart contract publish transactions now indicate

stackslib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ rstest = "0.17.0"
100100
rstest_reuse = "0.5.0"
101101

102102
[features]
103-
default = ["developer-mode"]
103+
default = []
104104
profile-sqlite = []
105105
disable-costs = []
106106
developer-mode = ["clarity/developer-mode"]

0 commit comments

Comments
 (0)