Skip to content

Commit

Permalink
Replace Anchor dependency with a smaller fork (#519)
Browse files Browse the repository at this point in the history
Replace Anchor dependency with a fork which diverges less from 0.29.
The previous one had 30 commits on top of v0.29.0 tag (with 29 pulled
from Anchor master).  The new one is v0.29.0 with just a single commit
that we need on top of it.
  • Loading branch information
mina86 authored Oct 25, 2024
1 parent e9b7e55 commit 173c094
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jsonrpsee = { version = "0.16.3" }
aes-gcm-siv = { git = "https://github.com/RustCrypto/AEADs", rev = "6105d7a5591aefa646a95d12b5e8d3f55a9214ef" }
curve25519-dalek-new = { git = "https://github.com/dalek-cryptography/curve25519-dalek", rev = "0cd099a9fb8ff9f6fedc8723d44dbb1c743e9d35", package = "curve25519-dalek" }
curve25519-dalek = { git = "https://github.com/solana-labs/curve25519-dalek.git", rev = "b500cdc2a920cd5bff9e2dd974d7b97349d61464" }
anchor-client = { git = "https://github.com/dhruvja/anchor" }
anchor-lang = { git = "https://github.com/dhruvja/anchor" }
anchor-client = { git = "https://github.com/mina86/anchor", branch = "send-sync" }
anchor-lang = { git = "https://github.com/mina86/anchor", branch = "send-sync" }

ibc = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false, features = ["borsh", "serde"] }
ibc-client-tendermint-types = { git = "https://github.com/mina86/ibc-rs", rev = "e1be8c9292c82c1e7c158067f0014fb292ee652d", default-features = false }
Expand Down

0 comments on commit 173c094

Please sign in to comment.