Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #115 from Zondax/update_v79122
Browse files Browse the repository at this point in the history
Update to v7.9122
  • Loading branch information
jleni authored Nov 11, 2021
2 parents 4d998dd + ea52780 commit 912053d
Show file tree
Hide file tree
Showing 16 changed files with 17,582 additions and 22,047 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ledger Kusama App (eXpeCT ChAoS)

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GithubActions](https://github.com/Zondax/ledger-kusama/actions/workflows/main.yml/badge.svg)](https://github.com/Zondax/ledger-kusama/blob/main/.github/workflows/main.yml)
[![GithubActions](https://github.com/zondax/ledger-kusama/actions/workflows/main.yml/badge.svg)](https://github.com/Zondax/ledger-kusama/blob/main/.github/workflows/main.yaml)

---

Expand All @@ -27,7 +27,8 @@ Please:
- **Do not use in production**
- **Do not use a Ledger device with funds for development purposes.**
- **Have a separate and marked device that is used ONLY for development and testing**
# Kusama 7.9111.x

# Kusama 7.9122.x

## SYSTEM

Expand Down Expand Up @@ -535,4 +536,6 @@ Please:
|Force default xcm version | | | | `OptionXcmVersion` maybe_xcm_version <br/> |
|Force subscribe version notify | | | | `BoxVersionedMultiLocation` location <br/> |
|Force unsubscribe version notify | | | | `BoxVersionedMultiLocation` location <br/> |
|Limited reserve transfer assets | | | | `BoxVersionedMultiLocation` dest <br/>`BoxVersionedMultiLocation` beneficiary <br/>`BoxVersionedMultiAssets` assets <br/>`u32` fee_asset_item <br/>`WeightLimit` weight_limit <br/> |
|Limited teleport assets | | | | `BoxVersionedMultiLocation` dest <br/>`BoxVersionedMultiLocation` beneficiary <br/>`BoxVersionedMultiAssets` assets <br/>`u32` fee_asset_item <br/>`WeightLimit` weight_limit <br/> |

4 changes: 2 additions & 2 deletions app/Makefile.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is the `transaction_version` field of `Runtime`
APPVERSION_M=7
# This is the `spec_version` field of `Runtime`
APPVERSION_N=9111
APPVERSION_N=9122
# This is the patch version of this release
APPVERSION_P=1
APPVERSION_P=0
Loading

0 comments on commit 912053d

Please sign in to comment.