Skip to content

Commit 51957db

Browse files
committed
Switch versions
1 parent c75c813 commit 51957db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

data/genesis/demo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fee_contract = '0xa15bb66138824a1c7167f5e85b957d04dd34e468'
1212
timestamp = "1970-01-01T00:00:00Z"
1313

1414
[[upgrade]]
15-
version = "0.2"
15+
version = "0.3"
1616
start_proposing_view = 5
1717
stop_proposing_view = 15
1818

process-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,7 @@ processes:
367367
path: /healthcheck
368368
failure_threshold: 100
369369

370-
371-
# We use KeyDB (a Redis variant) to maintain consistency between
370+
# We use KeyDB (a Redis variant) to maintain consistency between
372371
# different parts of the CDN
373372
# Cheating a bit here too, but KeyDB is not available as a Nix package.
374373
# Could do local (SQLite) discovery, but removes some of the spirit
@@ -491,7 +490,7 @@ processes:
491490
failure_threshold: 100
492491

493492
marketplace-reserve-builder:
494-
disabled: true
493+
# disabled: true
495494
command: marketplace-builder
496495
ports:
497496
- "$ESPRESSO_BUILDER_SERVER_PORT:$ESPRESSO_BUILDER_SERVER_PORT"
@@ -516,7 +515,7 @@ processes:
516515
failure_threshold: 100
517516

518517
marketplace-fallback-builder:
519-
disabled: true
518+
# disabled: true
520519
command: marketplace-builder
521520
ports:
522521
- "$ESPRESSO_FALLBACK_BUILDER_SERVER_PORT:$ESPRESSO_FALLBACK_BUILDER_SERVER_PORT"
@@ -542,6 +541,7 @@ processes:
542541
failure_threshold: 100
543542

544543
permissionless-builder:
544+
disabled: true
545545
command: permissionless-builder
546546
ports:
547547
- "$ESPRESSO_BUILDER_SERVER_PORT:$ESPRESSO_BUILDER_SERVER_PORT"

types/src/v0/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl NodeType for SeqTypes {
131131
type Membership = GeneralStaticCommittee<Self, PubKey>;
132132
type BuilderSignatureKey = FeeAccount;
133133
type Base = StaticVersion<0, 1>;
134-
type Upgrade = StaticVersion<0, 2>;
134+
type Upgrade = StaticVersion<0, 3>;
135135
type AuctionResult = SolverAuctionResults;
136136
const UPGRADE_HASH: [u8; 32] = [
137137
1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,

0 commit comments

Comments
 (0)