-
Notifications
You must be signed in to change notification settings - Fork 699
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 lexnv/metadata-v16-associated-types-enable…
…-unstable
- Loading branch information
Showing
31 changed files
with
695 additions
and
451 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
title: "[pallet-revive] Update delegate_call to accept address and weight" | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Enhance the `delegate_call` function to accept an `address` target parameter instead of a `code_hash`. | ||
This allows direct identification of the target contract using the provided address. | ||
Additionally, introduce parameters for specifying a customizable `ref_time` limit and `proof_size` limit, | ||
thereby improving flexibility and control during contract interactions. | ||
|
||
crates: | ||
- name: pallet-revive | ||
bump: major | ||
- name: pallet-revive-fixtures | ||
bump: patch | ||
- name: pallet-revive-uapi | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: Fix metrics not shutting down if there are open connections | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Fix prometheus metrics not shutting down if there are open connections | ||
|
||
crates: | ||
- name: substrate-prometheus-endpoint | ||
bump: patch |
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: "sp-trie: correctly avoid panicking when decoding bad compact proofs" | ||
|
||
doc: | ||
- audience: "Runtime Dev" | ||
description: | | ||
"Fixed the check introduced in [PR #6486](https://github.com/paritytech/polkadot-sdk/pull/6486). Now `sp-trie` correctly avoids panicking when decoding bad compact proofs." | ||
|
||
crates: | ||
- name: sp-trie | ||
bump: patch |
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,18 @@ | ||
title: 'TransactionPool API uses async_trait' | ||
doc: | ||
- audience: Node Dev | ||
description: |- | ||
This PR refactors `TransactionPool` API to use `async_trait`, replacing the` Pin<Box<...>>` pattern. This should improve readability and maintainability. | ||
|
||
The change is not altering any functionality. | ||
crates: | ||
- name: sc-rpc-spec-v2 | ||
bump: minor | ||
- name: sc-service | ||
bump: minor | ||
- name: sc-transaction-pool-api | ||
bump: major | ||
- name: sc-transaction-pool | ||
bump: major | ||
- name: sc-rpc | ||
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
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
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
Oops, something went wrong.