Skip to content

Commit

Permalink
Merge branch 'main' of github.com:xmtp/libxmtp into insipx/scw-or-eoa
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Apr 9, 2024
2 parents b2d0cec + 43884ec commit 142e964
Show file tree
Hide file tree
Showing 30 changed files with 14,105 additions and 74 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Update rust toolchain from rust-toolchain file
run: rustup update

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- uses: Swatinem/rust-cache@v2
with:
workspaces: |
Expand Down
199 changes: 199 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ tls_codec = "0.4.0"
tokio = { version = "1.35.1", features = ["macros"] }
tonic = "^0.11"
tracing = "0.1"
anyhow = "1.0"
jsonrpsee = { version = "0.22", features = ["macros", "server", "client-core"] }
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
ctor = "0.2"

# Internal Crate Dependencies
xmtp_cryptography = { path = "xmtp_cryptography" }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ LibXMTP is a shared library encapsulating the core functionality of the XMTP mes

- Install [Rustup](https://rustup.rs/)
- Install [Docker](https://www.docker.com/get-started/)
- Install [Foundry](https://book.getfoundry.sh/getting-started/installation#using-foundryup)

## Development

Expand Down
Loading

0 comments on commit 142e964

Please sign in to comment.