Skip to content

Commit

Permalink
Avail-Core tagged deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fmiguelgarcia committed Jul 31, 2023
1 parent 6959b22 commit af0c899
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

21 changes: 7 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,15 @@ frame-system-rpc-runtime-api = { path = "pallets/system/rpc/runtime-api" }
frame-system-benchmarking = { path = "pallets/system/benchmarking" }

# DA Primitives
# avail-core = { version = "0.5", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.4.7" }
avail-core = { path = "../avail-core/core" }
# kate = { version = "0.8", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.4.7" }
kate = { path = "../avail-core/kate" }
# kate-recovery = { version = "0.9", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.4.7" }
kate-recovery = { path = "../avail-core/kate/recovery" }
avail-core = { version = "0.5", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.5.0" }
kate = { version = "0.8", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.5.0" }
kate-recovery = { version = "0.9", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.5.0" }

# Nomad
# nomad-signature = { version = "0.1", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.4.7" }
nomad-signature = { path = "../avail-core/nomad/signature" }
# nomad-merkle = { version = "0.1", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.4.7" }
nomad-merkle = { path = "../avail-core/nomad/merkle" }
# nomad-base = { version = "0.1", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.4.7" }
nomad-base = { path = "../avail-core/nomad/base" }
# nomad-core = { version = "0.1", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.4.7" }
nomad-core = { path = "../avail-core/nomad/core" }
nomad-signature = { version = "0.1", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.5.0" }
nomad-merkle = { version = "0.1", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.5.0" }
nomad-base = { version = "0.1", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.5.0" }
nomad-core = { version = "0.1", git="https://github.com/availproject/avail-core", tag = "avail-core/v0.5.0" }

# Other stuff
uint = { git = "https://github.com/paritytech/parity-common.git", tag = "rlp-v0.5.2" }
Expand Down

0 comments on commit af0c899

Please sign in to comment.