Skip to content

Commit

Permalink
Update Hyperbridge pallet Token-Gateway to provide supports for the…
Browse files Browse the repository at this point in the history
… erc20 deployment
  • Loading branch information
ayushmishra2005 committed Feb 3, 2025
1 parent 0e18d0f commit 46faa19
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [C] Changes is `Cere` Runtime
- [D] Changes is `Cere Dev` Runtime

## [7.1.1]

- [C,D] Update Hyperbridge pallet `Token-Gateway` to provide supports for the erc20 deployment.

## [7.1.0]

- [C,D] Hyperbridge Integration.
Expand Down
40 changes: 20 additions & 20 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
@@ -1,5 +1,5 @@
[workspace.package]
version = "7.1.0"
version = "7.1.1"
authors = ["Cerebellum-Network"]
edition = "2021"
homepage = "https://cere.network/"
Expand Down Expand Up @@ -202,7 +202,7 @@ pallet-hyperbridge = { default-features = false, version = "15.0.0" }
pallet-ismp = { default-features = false, version = "15.0.0" }
pallet-ismp-rpc = { default-features = false, version = "15.0.0" }
pallet-ismp-runtime-api = { default-features = false, version = "15.0.0" }
pallet-token-gateway = { default-features = false, version = "15.1.1" }
pallet-token-gateway = { default-features = false, version = "15.2.0" }

[profile.release]
panic = "unwind"
2 changes: 1 addition & 1 deletion runtime/cere-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 71500,
spec_version: 71600,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 24,
Expand Down
2 changes: 1 addition & 1 deletion runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 71500,
spec_version: 71600,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 24,
Expand Down

0 comments on commit 46faa19

Please sign in to comment.