-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable TEER on Asset Hub and KSM on self (#271)
* added assets and asset-registry pallets * assets can only be created by root * reserve transfer of ROC to and from relay works * fix benchmark build * enable teleport of TEER to asset hub * be more tolerant of MultiLocation synonyms * lift patches * teleport back works too now * bump versions * cleanup deadends * balance comparison script * cleanup, document and reorder xcm-config * send XCM revenues to treasury * clarify inline docs
- Loading branch information
Showing
13 changed files
with
1,228 additions
and
159 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "integritee-collator" | ||
description = "The Integritee parachain collator binary" | ||
# align major.minor revision with the runtimes. bump patch revision ad lib. make this the github release tag | ||
version = "1.9.0" | ||
version = "1.9.1" | ||
authors = ["Integritee AG <[email protected]>"] | ||
homepage = "https://integritee.network/" | ||
repository = "https://github.com/integritee-network/parachain" | ||
|
Oops, something went wrong.