Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bring apopiak/prepare-v6-release to the release for v6 #741

Merged
merged 24 commits into from
Nov 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2ff5f7c
fix runtime import formatting (#679)
apopiak Oct 19, 2021
95a453e
disable permissionless asset creation for Statemint (#669)
apopiak Oct 20, 2021
8159c2c
Companion for polkadot#3728 (#693)
slumber Oct 22, 2021
0793aa8
Ensure a bad datastream cannot cause problems (#701)
gavofyork Oct 27, 2021
41c597f
Allow Queries and Subscriptions (#700)
gavofyork Oct 27, 2021
ad51706
Bump syn to 1.0.81 (#707)
KiChjang Oct 27, 2021
f66be04
Update Substrate & Polkadot (#709)
bkchr Oct 29, 2021
faedf76
Udpate polkadot substrate (#713)
gui1117 Oct 31, 2021
caa1347
Bump subwasm version (#716)
chevdor Nov 3, 2021
d21c7fd
Companion for `dispatch_as` (#715)
shawntabrizi Nov 4, 2021
e304662
Upstream Statemine Release v5 Changes to Master (#720)
apopiak Nov 8, 2021
6b4fd91
Rework the runtime upgrade test (#727)
bkchr Nov 9, 2021
66310bd
Remove randomness collective flip new (#726)
NachoPal Nov 9, 2021
8301e17
adjust XCM unit weights to 1B (#735)
apopiak Nov 9, 2021
6146bd1
Align Call Indices between Westmint and Statemint (#731)
apopiak Nov 9, 2021
e65ee55
bump spec_version (#733)
apopiak Nov 9, 2021
33a1263
point back to Polkadot 0.9.12
apopiak Nov 9, 2021
e62ea55
adjust code to work with 0.9.12 again
apopiak Nov 9, 2021
8639ac6
adjust network test back to polkadot 0.9.12
apopiak Nov 9, 2021
cc87b64
Align the Statemint Runtimes (#736)
apopiak Nov 10, 2021
216e7dd
Merge branch 'apopiak/prepare-v6-release' into release-statemine-v6
chevdor Nov 10, 2021
6fbb85c
Remove unused import
chevdor Nov 10, 2021
0d587ce
Fix formatting
chevdor Nov 10, 2021
0da1122
Bump spec versions (#742)
chevdor Nov 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Srtool build

env:
SUBWASM_VERSION: 0.14.1
SUBWASM_VERSION: 0.15.0

on:
push:
Expand Down
Loading