Skip to content

Commit

Permalink
sbd integration into tx5 (#91)
Browse files Browse the repository at this point in the history
* use sbd client for signaling

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* checkpoint

* test fix

* checkpoint

* use published sbd

* fix connect example

* ci fixes

* clippy

* ci

* ci

* rdme

* bump sbd

* holochain integration fixes

* best effort at initial peer_url

* bump sbd to fix android tls roots
  • Loading branch information
neonphog authored May 13, 2024
1 parent f1443c7 commit 469b098
Show file tree
Hide file tree
Showing 67 changed files with 3,922 additions and 8,433 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/stale.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
run: |
rustup toolchain install ${{ matrix.toolchain }} --profile minimal --no-self-update
rustup default ${{ matrix.toolchain }}
rustup component add rustfmt --toolchain ${{ matrix.toolchain }}
rustup component add clippy --toolchain ${{ matrix.toolchain }}
- name: Rust Cache
uses: Swatinem/rust-cache@v2

- name: Make Static
run: make static
run: cargo install cargo-rdme && make static
Loading

0 comments on commit 469b098

Please sign in to comment.