Skip to content

Commit

Permalink
Upstream avail adapter (#905)
Browse files Browse the repository at this point in the history
* Implement avail adapter

* fmt

* Allow apache license with llvm exception

* update avail-subxt to 1.6.3

* Update adapters/avail/README.md

Co-authored-by: Vibhu R <[email protected]>

* fix(sov-avail-adapter): replaced println with tracing:info

* fix(avail-adapter): change unimplemented arm to errors

* fix(avail-adapter): cleanup

* fix(avail-adapter): app id in config

* Update for latest sdk

* Fix feature gate

* Fix ci; increase test instance

---------

Co-authored-by: Vibhu R <[email protected]>
Co-authored-by: vibhurajeev <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent 7a05e1f commit 9f17962
Show file tree
Hide file tree
Showing 16 changed files with 3,238 additions and 456 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v3
- uses: rui314/setup-mold@v1
- name: Install Rust
run: rustup show && rustup install nightly && rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu # Nightly is needed for our configuration of cargo fmt
run: rustup show && rustup install nightly && rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu # Nightly is needed for our configuration of cargo fmt
- name: Install cargo-risc0 # Risc0 v0.17 and higher require a cargo extension to build the guest code
run: cargo install cargo-risczero
- name: Install risc0-zkvm toolchain # Use the risc0 cargo extension to install the risc0 std library for the current toolchain
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: make check-features
test:
name: test
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 9f17962

Please sign in to comment.