Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: rename seq to cert producer
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm committed Feb 16, 2024
1 parent 0209422 commit e176c98
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sequencer Topos Core Contract interaction test
name: Certificate Producer Topos Core Contract interaction test

on:
push:
Expand All @@ -16,6 +16,7 @@ jobs:
owner: topos-protocol
repo: e2e-tests
github_token: ${{ secrets.ROBOT_PAT_TRIGGER_E2E_WORKFLOWS }}
# TODO: where is this file?
workflow_file_name: topos:sequencer-contracts.yml
ref: main
wait_interval: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
RUSTFLAGS: "-Cinstrument-coverage"
RUSTDOCFLAGS: "-Cinstrument-coverage"
LLVM_PROFILE_FILE: "codecov-instrumentation-%p-%m.profraw"
run: cargo nextest run --workspace --exclude topos-sequencer-subnet-runtime
run: cargo nextest run --workspace --exclude topos-certificate-producer-subnet-runtime

- name: Run grcov
run: |
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
name: Test documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/install-rust
with:
toolchain: nightly
AWS_ACCESS_KEY_ID: ${{ secrets.ROBOT_AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ROBOT_AWS_SECRET_ACCESS_KEY}}
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/install-rust
with:
toolchain: nightly
AWS_ACCESS_KEY_ID: ${{ secrets.ROBOT_AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ROBOT_AWS_SECRET_ACCESS_KEY}}

- name: Build Documentation
run: cargo +nightly doc --no-deps --all --all-features
- name: Build Documentation
run: cargo +nightly doc --no-deps --all --all-features

test_stable:
runs-on: ubuntu-latest-16-core
Expand All @@ -41,7 +41,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.ROBOT_AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ROBOT_AWS_SECRET_ACCESS_KEY}}

- run: cargo nextest run --workspace --exclude topos-sequencer-subnet-runtime && cargo test --doc --workspace
- run: cargo nextest run --workspace --exclude topos-certificate-producer-subnet-runtime && cargo test --doc --workspace
env:
RUST_LOG: warn,topos=info

Expand All @@ -58,7 +58,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.ROBOT_AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ROBOT_AWS_SECRET_ACCESS_KEY}}

- run: cargo nextest run --workspace --exclude topos-sequencer-subnet-runtime && cargo test --doc --workspace
- run: cargo nextest run --workspace --exclude topos-certificate-producer-subnet-runtime && cargo test --doc --workspace
env:
RUST_LOG: topos=warn

Expand Down
136 changes: 68 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Transmission Control Engine (TCE) and Sequencer are licensed under BSL-1.1.
The Transmission Control Engine (TCE) and Certificate Producer are licensed under BSL-1.1.

-----------------------------------------------------------------------------

Expand All @@ -12,7 +12,7 @@ Parameters
Licensor: zk Foundation

Licensed Work: Code contained within the "topos" repository
Transmission Control Engine (TCE) and Sequencer
Transmission Control Engine (TCE) and Certificate Producer
The Licensed Work is (c) zk Foundation

Additional Use Grant:
Expand Down Expand Up @@ -114,4 +114,3 @@ Notice
The Business Source License (this document, or the "License") is not an Open
Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.

0 comments on commit e176c98

Please sign in to comment.