Skip to content

Commit

Permalink
Updated avail-core dep
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox committed Oct 3, 2023
1 parent bb2424d commit 8505886
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
All notable changes to this project will be documented in this file.

# Next release
- [Compare](https://github.com/availproject/avail/compare/v1.7.0...HEAD)
- [Compare](https://github.com/availproject/avail/compare/v1.7.1...HEAD)

## Added
## Changed
## Fixed

# v1.7.0
- [Compare](https://github.com/availproject/avail/compare/v1.7.0...v1.6.3)
# v1.7.1
- [Compare](https://github.com/availproject/avail/compare/v1.7.1...v1.6.3)
### Binary Upgrade Priority
❗️❗️High: This is a **high-priority** release, and you must upgrade **as soon as possible**.

Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,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 = "v1.7.0-rc2" }
kate = { version = "0.8", git = "https://github.com/availproject/avail-core", tag = "v1.7.0-rc2" }
kate-recovery = { version = "0.9", git = "https://github.com/availproject/avail-core", tag = "v1.7.0-rc2" }
avail-core = { version = "0.5", git = "https://github.com/availproject/avail-core", tag = "v1.7.1" }
kate = { version = "0.8", git = "https://github.com/availproject/avail-core", tag = "v1.7.1" }
kate-recovery = { version = "0.9", git = "https://github.com/availproject/avail-core", tag = "v1.7.1" }

# Nomad
nomad-signature = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "v1.7.0-rc2" }
nomad-merkle = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "v1.7.0-rc2" }
nomad-base = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "v1.7.0-rc2" }
nomad-core = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "v1.7.0-rc2" }
nomad-signature = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "v1.7.1" }
nomad-merkle = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "v1.7.1" }
nomad-base = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "v1.7.1" }
nomad-core = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "v1.7.1" }

# Other stuff
uint = { git = "https://github.com/paritytech/parity-common.git", tag = "rlp-v0.5.2" }
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data-avail"
version = "1.7.0"
version = "1.7.1"
description = "Avail Node"
authors = ["Anonymous"]
homepage = "https://www.availproject.org/"
Expand Down

0 comments on commit 8505886

Please sign in to comment.