Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A0-3951: Bump the all-rust-deps group across 1 directory with 89 upda…
…tes (#1768) Bumps the all-rust-deps group with 3 updates in the / directory: [derive_more](https://github.com/JelteF/derive_more), [frame-benchmarking](https://github.com/Cardinal-Cryptography/polkadot-sdk) and [wat](https://github.com/bytecodealliance/wasm-tools). Updates `derive_more` from 0.99.17 to 0.99.18 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JelteF/derive_more/blob/v0.99.18/CHANGELOG.md">derive_more's changelog</a>.</em></p> <blockquote> <h2>0.99.18 - 2024-06-15</h2> <ul> <li>Update syn to version 2.x</li> <li>Bump minimum supported rust version to 1.65</li> </ul> <h2>0.99.10 - 2020-09-11</h2> <h3>Improvements</h3> <ul> <li><code>From</code> supports additional types for conversion: <code>#[from(types(u8, u16))]</code>.</li> </ul> <h2>0.99.7 - 2020-05-16</h2> <h3>Fixes</h3> <ul> <li>Fix generic derives for <code>MulAssign</code></li> </ul> <h3>Improvements</h3> <ul> <li>When specifying specific features of the crate to only enable specific derives, the <code>extra-traits</code> feature of <code>syn</code> is not always enabled when those the specified features do not require it. This should speed up compile time of <code>syn</code> when this feature is not needed.</li> </ul> <h2>0.99.6 - 2020-05-13</h2> <h3>Improvements</h3> <ul> <li>Make sure output of derives is deterministic, for better support in rust-analyzer</li> </ul> <h2>0.99.5 - 2020-03-28</h2> <h3>New features</h3> <ul> <li>Support for deriving <code>Error</code>!!! (many thanks to <a href="https://github.com/ffuugoo"><code>@ffuugoo</code></a> and <a href="https://github.com/tyranron"><code>@tyranron</code></a>)</li> </ul> <h3>Fixes</h3> <ul> <li> <p>Fix generic bounds for <code>Deref</code> and <code>DerefMut</code> with <code>forward</code>, i.e. put <code>Deref</code> bound on whole type, so on <code>where Box<T>: Deref</code> instead of on <code>T: Deref</code>. (<a href="https://redirect.github.com/JelteF/derive_more/issues/114">#107</a>)</p> </li> <li> <p>The <code>tests</code> directory is now correctly included in the crate (requested by Debian package maintainers)</p> </li> </ul> <h2>0.99.4 - 2020-03-28</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JelteF/derive_more/commit/678a4735bc540b7363c6dadddc4bb273fdf74468"><code>678a473</code></a> chore: Release derive_more version 0.99.18</li> <li><a href="https://github.com/JelteF/derive_more/commit/fcde5568cb2a815b8d85fceb6dd8fd56750d2b25"><code>fcde556</code></a> Include example published package</li> <li><a href="https://github.com/JelteF/derive_more/commit/89cbd82959034284f7a2eeffb1976bc41a75b95f"><code>89cbd82</code></a> Remove track_caller feature detection because msrv was bumped</li> <li><a href="https://github.com/JelteF/derive_more/commit/db36f6dade1cf512ff71961882bda6467a639a31"><code>db36f6d</code></a> Fix question marks</li> <li><a href="https://github.com/JelteF/derive_more/commit/f0c2530255b21d9f791ee6e4acb6375c2becc641"><code>f0c2530</code></a> fmt</li> <li><a href="https://github.com/JelteF/derive_more/commit/461db95716ac91f60ee4877bb94c474b5fa25ca7"><code>461db95</code></a> Fix issue when compiling on 1.65</li> <li><a href="https://github.com/JelteF/derive_more/commit/39ad36fd7117acb0a8140d3aa63899ecc46b53c6"><code>39ad36f</code></a> Update changelog for v0.99.18</li> <li><a href="https://github.com/JelteF/derive_more/commit/57b6e1746e1ddf4c67e16b5e82f12e19ef02a3d5"><code>57b6e17</code></a> Update to syn 2</li> <li><a href="https://github.com/JelteF/derive_more/commit/ea4fa940033682ca16e1040688963011404d02a0"><code>ea4fa94</code></a> Fix tests</li> <li><a href="https://github.com/JelteF/derive_more/commit/ab82aef0bf0c4f4e5cc837e3de3a78a373bc922b"><code>ab82aef</code></a> Ignore error doctests as it still contains old backtrace logic</li> <li>Additional commits viewable in <a href="https://github.com/JelteF/derive_more/compare/v0.99.17...v0.99.18">compare view</a></li> </ul> </details> <br /> Updates `frame-benchmarking` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `frame-benchmarking-cli` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `frame-election-provider-support` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `frame-executive` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `frame-support` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `frame-system` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `frame-system-rpc-runtime-api` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `frame-try-runtime` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-aura` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-authorship` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-balances` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-contracts` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-identity` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-multisig` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-nomination-pools` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-nomination-pools-runtime-api` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-insecure-randomness-collective-flip` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-scheduler` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-session` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-staking` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-staking-runtime-api` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-sudo` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-timestamp` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-transaction-payment` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-transaction-payment-rpc` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-transaction-payment-rpc-runtime-api` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-treasury` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-utility` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-vesting` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-proxy` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-safe-mode` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `pallet-tx-pause` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-basic-authorship` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-block-builder` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-chain-spec` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-cli` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-client-db` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-client-api` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-consensus` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-consensus-aura` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-consensus-slots` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-executor` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-keystore` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-network` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-network-common` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-network-light` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-network-transactions` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-network-sync` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-rpc` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-rpc-api` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-service` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-telemetry` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-transaction-pool` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-transaction-pool-api` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sc-utils` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-api` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-application-crypto` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-arithmetic` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-blockchain` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-block-builder` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-consensus` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-consensus-aura` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-consensus-slots` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-core` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-genesis-builder` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-inherents` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-io` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-keystore` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-offchain` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-runtime` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-runtime-interface` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-session` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-staking` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-state-machine` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-std` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-timestamp` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-transaction-pool` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-trie` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `sp-version` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `substrate-build-script-utils` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `substrate-frame-rpc-system` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `substrate-prometheus-endpoint` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `substrate-test-runtime-client` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `substrate-test-runtime` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `substrate-test-client` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `substrate-wasm-builder` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `try-runtime-cli` from `3217a72` to `7fcabea` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/commit/7fcabea2d04861782370fee1127084093aa17d31"><code>7fcabea</code></a> Fix old nomination pool migration (<a href="https://redirect.github.com/Cardinal-Cryptography/polkadot-sdk/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/Cardinal-Cryptography/polkadot-sdk/compare/3217a725428d820186502a947d1b2e1317166d44...7fcabea2d04861782370fee1127084093aa17d31">compare view</a></li> </ul> </details> <br /> Updates `wat` from 1.0.70 to 1.211.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/d4b0ccde68f35f43ea280828e9d436c903212d58"><code>d4b0ccd</code></a> Release wasm-tools 1.211.1 (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1623">#1623</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/8b5e324f1f38509cec20ee694edfffe61ed1d421"><code>8b5e324</code></a> wasm-wave: add license to cargo.toml (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1622">#1622</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/c14ff15bef5347c2a29a725b02686ee444c9ef42"><code>c14ff15</code></a> Release wasm-tools 1.211.0 (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1621">#1621</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/2b51f7cc3087ebae4e372ca2e33a95ea80ea2b4b"><code>2b51f7c</code></a> Add <code>lann/wasm-wave</code> to crates (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1606">#1606</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/999fc16d1a326e4c20c30fb31480f95303dabac4"><code>999fc16</code></a> Add a wit-encoder tool (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1580">#1580</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/b04b5989169df47e0e90f2998f7e959bec7ed21c"><code>b04b598</code></a> wasm-smith: Minor fixes for generating memories with custom page sizes (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1617">#1617</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/78fbfd1b3b612a307d782935d5a32fc9fe40dccf"><code>78fbfd1</code></a> <code>wasm-smith</code>: fix generation of memories with custom page sizes (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1616">#1616</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/d6436035fefa4861e64b27d0c416cfe9f309369d"><code>d643603</code></a> Use quoted identifiers in <code>wasmprinter</code> by default (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1615">#1615</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/38a0b166faa92697be9ad7738cbfe80034108c11"><code>38a0b16</code></a> Handle a few more cases for color in <code>wasmprinter</code> (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1614">#1614</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/10e4e2c057ff8374c197261e4180a5f1b658d72a"><code>10e4e2c</code></a> Improve filtering for return_call_indirect with wasm-smith (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1613">#1613</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bytecodealliance/wasm-tools/compare/wat-1.0.70...v1.211.1">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcin <[email protected]>
- Loading branch information