-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into kiz-frame-umbrella-in-pallets
- Loading branch information
Showing
5 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: '[pallet-revive] Update typeInfo' | ||
doc: | ||
- audience: Runtime Dev | ||
description: |- | ||
Update typeinfo impl to make it transparent for subxt | ||
|
||
see https://github.com/paritytech/subxt/pull/1845 | ||
crates: | ||
- name: pallet-revive | ||
bump: minor |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
title: 'pallet-revive: Trade code size for call stack depth' | ||
doc: | ||
- audience: Runtime Dev | ||
description: This will reduce the call stack depth in order to raise the allowed | ||
code size. Should allow around 100KB of instructions. This is necessary to stay | ||
within the memory envelope. More code size is more appropriate for testing right | ||
now. We will re-evaluate parameters once we have 64bit support. | ||
crates: | ||
- name: pallet-revive-fixtures | ||
bump: major | ||
- name: pallet-revive | ||
bump: major |
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
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