Skip to content

Commit

Permalink
Merge pull request #20 from madara-alliance/fix/declare-v0
Browse files Browse the repository at this point in the history
fix: declare v0 endpoint added
  • Loading branch information
Mohiiit authored Dec 24, 2024
2 parents 3e60c2b + 86aec63 commit 097de33
Show file tree
Hide file tree
Showing 14 changed files with 533 additions and 187 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y clang llvm libudev-dev protobuf-compiler
- uses: rui314/setup-mold@v1
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.8.2"
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
Expand All @@ -74,7 +71,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: madara-alliance/madara
ref: "d188aa91efa78bcc54f92aa1035295fd50e068d2"
ref: "34d629c460a99c731eb71cb4c0603d760dc30a62"
path: madara

- name: Run anvil
Expand All @@ -99,9 +96,3 @@ jobs:
with:
files: lcov.info
debug: true

- name: Upload coverage report to Coveralls
uses: coverallsapp/github-action@v2
with:
files: lcov.info
debug: true
102 changes: 51 additions & 51 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "karnot-bridge-deploy"
name = "madara-bootstrapper"
version = "0.1.0"
edition = "2021"

Expand Down
Loading

0 comments on commit 097de33

Please sign in to comment.