Skip to content

Commit

Permalink
Merge branch 'main' into ss/fix-epoch-root
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es authored Mar 6, 2025
2 parents 0ad59e6 + d517c4b commit e61b31f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
target/release/espresso-bridge
build-arm:
runs-on: buildjet-16vcpu-ubuntu-2204-arm
runs-on:
group: BigArmRunners
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

jobs:
build:
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: rui314/setup-mold@v1

Expand Down Expand Up @@ -86,7 +86,8 @@ jobs:
build-arm:
if: github.event_name != 'pull_request'
runs-on: buildjet-8vcpu-ubuntu-2204-arm
runs-on:
group: BigArmRunners
env:
CARGO_BUILD_JOBS: '6'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
cargo-features:
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: taiki-e/install-action@cargo-hack

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
build-test-artifacts-postgres:
name: Build test artifacts (postgres)
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: rui314/setup-mold@v1

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

build-test-artifacts-sqlite:
name: Build test artifacts (sqlite)
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: rui314/setup-mold@v1

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

build-test-bins:
name: Build test binaries
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: rui314/setup-mold@v1

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,4 @@ risk.
**DISCLAIMER:** The Rust library crates provided in this repository are intended primarily for use by the binary targets
in this repository. We make no guarantees of public API stability. If you are building on these crates, reach out by
opening an issue to discuss the APIs you need.

4 changes: 2 additions & 2 deletions sequencer/src/network/cdn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl<T: SignatureKey> SignatureScheme for WrappedSignatureKey<T> {
};

todo_by!(
"2025-3-11",
"2025-4-4",
"Only accept the namespaced message once everyone has upgraded"
);
public_key.0.validate(&signature, message)
Expand Down Expand Up @@ -112,7 +112,7 @@ impl<TYPES: NodeType> RunDef for ProductionDef<TYPES> {
}

todo_by!(
"2025-3-11",
"2025-4-4",
"Remove this, switching to TCP+TLS singularly when everyone has updated"
);
/// The user definition for the Push CDN.
Expand Down

0 comments on commit e61b31f

Please sign in to comment.