-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-for-deny-then-try' of https://github.com/yrong/polk…
…adot-sdk into fix-for-deny-then-try
- Loading branch information
Showing
32 changed files
with
371 additions
and
1,303 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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
title: '[pallet-revive] Add new host function `to_account_id`' | ||
doc: | ||
- audience: Runtime Dev | ||
description: A new host function `to_account_id` is added. It allows retrieving | ||
the account id for a `H160` address. | ||
crates: | ||
- name: pallet-revive-fixtures | ||
bump: minor | ||
- name: pallet-revive | ||
bump: minor | ||
- name: pallet-revive-uapi | ||
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,16 @@ | ||
title: Provide partial results to speedup GetRecord queries | ||
|
||
doc: | ||
- audience: Node Dev | ||
description: | | ||
This PR provides the partial results of the GetRecord kademlia query. | ||
|
||
This significantly improves the authority discovery records, from ~37 minutes to ~2/3 minutes. | ||
In contrast, libp2p discovers authority records in around ~10 minutes. | ||
|
||
The authority discovery was slow because litep2p provided the records only after the Kademlia query was completed. A normal Kademlia query completes in around 40 seconds to a few minutes. | ||
In this PR, partial records are provided as soon as they are discovered from the network. | ||
|
||
crates: | ||
- name: sc-network | ||
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,13 @@ | ||
title: '[pallet-revive] Remove debug buffer' | ||
doc: | ||
- audience: Runtime Dev | ||
description: Remove the `debug_buffer` feature | ||
crates: | ||
- name: asset-hub-westend-runtime | ||
bump: minor | ||
- name: pallet-revive | ||
bump: major | ||
- name: pallet-revive-proc-macro | ||
bump: minor | ||
- name: pallet-revive-uapi | ||
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,8 @@ | ||
title: '[pallet-revive] Remove revive events' | ||
doc: | ||
- audience: Runtime Dev | ||
description: Remove all pallet::events except for the `ContractEmitted` event that | ||
is emitted by contracts | ||
crates: | ||
- 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
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.