Skip to content

Commit

Permalink
Merge branch 'main' into build/db-version
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro authored Dec 23, 2024
2 parents c566ae8 + 80c5ea2 commit ca39d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Next release

- feat(db): add database version management system
- fix: devnet accounts getting deployed in sequencer mode
- fix(rpc): fix BroadcastedDeclareTxn V3 in starknet-types-rpc
- fix: oracle need condition
- fix(block_production): continue pending block now reexecutes the previous transactions
Expand Down
2 changes: 1 addition & 1 deletion crates/node/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ async fn main() -> anyhow::Result<()> {
// SERVICES (START) //
// ===================================================================== //

if run_cmd.is_sequencer() {
if run_cmd.is_devnet() {
service_block_production.setup_devnet().await?;
}

Expand Down

0 comments on commit ca39d5d

Please sign in to comment.