-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into na-remove-subxt-sub…
…strate-compat-feature
- Loading branch information
Showing
15 changed files
with
1,004 additions
and
494 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
title: '[pallet-revive] tracing improvements' | ||
doc: | ||
- audience: Runtime Dev | ||
description: |- | ||
Various pallet-revive improvements | ||
|
||
- add check for precompiles addresses, | ||
So we can easily identified which one are being called and not supported yet | ||
|
||
- fixes debug_call for revert call | ||
If a call revert we still want to get the traces for that call, that matches geth behaviors, diff tests will be added to the test suite for this | ||
|
||
- fixes traces for staticcall | ||
The call type was not always being reported properly. | ||
crates: | ||
- name: asset-hub-westend-runtime | ||
bump: minor | ||
- name: pallet-revive-eth-rpc | ||
bump: minor | ||
- 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,25 @@ | ||
title: Bring the latest compatibility fixes via litep2p v0.9.1 | ||
|
||
doc: | ||
- audience: [Node Dev, Node Operator] | ||
description: | | ||
This release enhances compatibility between litep2p and libp2p by using the latest Yamux upstream version. | ||
Additionally, it includes various improvements and fixes to boost the stability and performance of the WebSocket stream and the multistream-select protocol. | ||
|
||
crates: | ||
- name: sc-network | ||
bump: minor | ||
- name: cumulus-client-cli | ||
bump: minor | ||
- name: sc-network-types | ||
bump: minor | ||
- name: sc-transaction-pool-api | ||
bump: minor | ||
- name: sc-transaction-pool | ||
bump: minor | ||
- name: polkadot-statement-distribution | ||
bump: minor | ||
- name: polkadot-dispute-distribution | ||
bump: minor | ||
- name: cumulus-relay-chain-rpc-interface | ||
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
Binary file not shown.
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.