Skip to content

Commit

Permalink
Switch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Aug 9, 2024
1 parent 005df9d commit ae69ee5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,3 @@ paste = "1.0"
rand = "0.8.5"
time = "0.3"
trait-set = "0.3.0"

2 changes: 1 addition & 1 deletion data/genesis/demo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fee_contract = '0xa15bb66138824a1c7167f5e85b957d04dd34e468'
timestamp = "1970-01-01T00:00:00Z"

[[upgrade]]
version = "0.2"
version = "0.3"
start_proposing_view = 5
stop_proposing_view = 15

Expand Down
3 changes: 2 additions & 1 deletion process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ processes:
failure_threshold: 100

marketplace-fallback-builder:
disabled: true
# disabled: true
command: marketplace-builder
ports:
- "$ESPRESSO_FALLBACK_BUILDER_SERVER_PORT:$ESPRESSO_FALLBACK_BUILDER_SERVER_PORT"
Expand All @@ -542,6 +542,7 @@ processes:
failure_threshold: 100

permissionless-builder:
disabled: true
command: permissionless-builder
ports:
- "$ESPRESSO_BUILDER_SERVER_PORT:$ESPRESSO_BUILDER_SERVER_PORT"
Expand Down
2 changes: 1 addition & 1 deletion types/src/v0/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl NodeType for SeqTypes {
type Membership = GeneralStaticCommittee<Self, PubKey>;
type BuilderSignatureKey = FeeAccount;
type Base = StaticVersion<0, 1>;
type Upgrade = StaticVersion<0, 2>;
type Upgrade = StaticVersion<0, 3>;
type AuctionResult = SolverAuctionResults;
const UPGRADE_HASH: [u8; 32] = [
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,
Expand Down

0 comments on commit ae69ee5

Please sign in to comment.