Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoni-Starkware committed Aug 21, 2024
1 parent b48e213 commit 1261412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/papyrus_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jobs:
env:
SEED: 0
<<<<<<< HEAD
codecov:
runs-on: starkware-ubuntu-latest-medium
steps:
Expand Down Expand Up @@ -153,38 +152,6 @@ jobs:
fail_ci_if_error: true
version: "v0.1.15"

||||||| ce118c17
codecov:
runs-on: starkware-ubuntu-latest-medium
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install_rust
- name: Set-Up
run: |
sudo apt-get update
sudo apt-get install -y clang llvm libudev-dev
- uses: Noelware/setup-protoc@1.1.0
with:
version: ${{env.PROTOC_VERSION}}

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- uses: Swatinem/rust-cache@v2
- run: npm install -g ganache@7.4.3
- name: Coverage
run: cargo llvm-cov --codecov -r --output-path codecov.json
env:
SEED: 0
- name: Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
fail_ci_if_error: true
version: "v0.1.15"

=======
>>>>>>> origin/main-v0.13.2
check-starknet_api-dependency:
runs-on: starkware-ubuntu-latest-small
if: github.base_ref == 'main' # this step is only run if the pr is to the main branch
Expand Down
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,9 @@ simple_logger = "4.0.0"
starknet-core = "0.6.0"
starknet-crypto = "0.5.1"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint", "std"] }
<<<<<<< HEAD
starknet_api = { path = "crates/starknet_api", version = "0.13.0-rc.0" }
starknet_api = { path = "crates/starknet_api", version = "0.13.0-rc.1" }
starknet_batcher = { path = "crates/batcher", version = "0.0" }
starknet_batcher_types = { path = "crates/batcher_types", version = "0.0" }
||||||| ce118c17
starknet_api = { path = "crates/starknet_api", version = "0.13.0-rc.0" }
=======
starknet_api = { path = "crates/starknet_api", version = "0.13.0-rc.1" }
>>>>>>> origin/main-v0.13.2
starknet_client = { path = "crates/starknet_client", version = "0.4.0-rc.0" }
starknet_committer = { path = "crates/starknet_committer", version = "0.1.0-rc.0" }
starknet_consensus_manager = { path = "crates/consensus_manager", version = "0.0" }
Expand Down

0 comments on commit 1261412

Please sign in to comment.