Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/crates-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,6 @@ iota-move-natives-latest:
iota-verifier-latest:
- "iota-execution/latest/iota-verifier/**"

# Mysticeti Consensus
consensus-config:
- "consensus/config/**"
consensus-core:
- "consensus/core/**"

# Starfish Consensus
starfish-config:
- "crates/starfish/config/**"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
uses: ./.github/workflows/_rust_tests.yml
with:
isRust: ${{ inputs.isRust }}
consensusProtocol: "mysticeti"
isPgIntegration: ${{ inputs.isPgIntegration }}
isMoveExampleUsedByOthers: ${{ inputs.isMoveExampleUsedByOthers }}
runSimtest: true
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ on:
changedExternalCrates:
type: string
required: false
consensusProtocol:
type: string
required: false
default: "mysticeti"
isNightly:
type: boolean
default: false
Expand All @@ -37,7 +33,6 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}

env:
CONSENSUS_PROTOCOL: ${{ inputs.consensusProtocol }}
CARGO_TERM_COLOR: always
RUST_LOG: "error"
# Don't emit giant backtraces in the CI logs.
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,6 @@ jobs:
testOnlyChangedCrates: false
isNightly: true

tests-with-starfish:
if: ${{ inputs.rustTestsOnly || !inputs.simTestsOnly }}
uses: ./.github/workflows/_rust_tests.yml
with:
isRust: true
isPgIntegration: true
isMoveExampleUsedByOthers: true
consensusProtocol: "starfish"
# simtest job below runs a superset of these tests
runSimtest: false
# run all tests by default
testOnlyChangedCrates: false
isNightly: true

deny:
if: ${{ !inputs.rustTestsOnly && !inputs.simTestsOnly }}
uses: ./.github/workflows/_cargo_deny.yml
Expand Down Expand Up @@ -125,28 +111,6 @@ jobs:
if: ${{ inputs.simTestsOnly || !inputs.rustTestsOnly }}
timeout-minutes: 600
runs-on: [self-hosted-x64]
env:
CONSENSUS_PROTOCOL: mysticeti

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
ref: ${{ env.IOTA_REF }}

- name: Get latest simtest script from commit that triggered this workflow
run: |
git fetch origin ${{ github.sha }}
git checkout ${{ github.sha }} -- scripts/simtest/simtest-run.sh

- name: Run simtest
run: scripts/simtest/simtest-run.sh

simtest-with-starfish:
if: ${{ inputs.simTestsOnly || !inputs.rustTestsOnly }}
timeout-minutes: 600
runs-on: [self-hosted-x64]
env:
CONSENSUS_PROTOCOL: starfish

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down
110 changes: 8 additions & 102 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ exclude = [
"sdk/move-bytecode-template",
]
members = [
"consensus/config",
"consensus/core",
"consensus/simtests",
"crates/bin-version",
"crates/iota",
"crates/iota-adapter-transactional-tests",
Expand Down Expand Up @@ -391,9 +388,6 @@ uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }

# internal dependencies
bin-version = { path = "crates/bin-version" }
consensus-config = { path = "consensus/config" }
consensus-core = { path = "consensus/core" }
consensus-simtests = { path = "consensus/simtests" }
iota = { path = "crates/iota" }
iota-adapter-transactional-tests = { path = "crates/iota-adapter-transactional-tests" }
iota-analytics-indexer = { path = "crates/iota-analytics-indexer" }
Expand Down
22 changes: 0 additions & 22 deletions consensus/.clippy.toml

This file was deleted.

24 changes: 0 additions & 24 deletions consensus/config/Cargo.toml

This file was deleted.

2 changes: 0 additions & 2 deletions consensus/config/README.md

This file was deleted.

Loading
Loading