-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print max fee conversion info when using v3 txs #2797
Open
franciszekjob
wants to merge
28
commits into
franciszekjob/2706-validate-fee-args-greater-than-zero
Choose a base branch
from
franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
base: franciszekjob/2706-validate-fee-args-greater-than-zero
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Print max fee conversion info when using v3 txs #2797
franciszekjob
wants to merge
28
commits into
franciszekjob/2706-validate-fee-args-greater-than-zero
from
franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
Conversation
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
franciszekjob
requested review from
cptartur,
ddoktorski and
kkawula
as code owners
December 18, 2024 12:32
ksew1
reviewed
Dec 18, 2024
… of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
… of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
… of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
ksew1
reviewed
Dec 19, 2024
… of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
… of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
ksew1
approved these changes
Dec 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
… of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
kkawula
approved these changes
Dec 20, 2024
… of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
Draggu
reviewed
Jan 7, 2025
… of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
Co-authored-by: Piotr Figiela <[email protected]>
…th-v3-txs' of https://github.com/foundry-rs/starknet-foundry into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
Bumps the prod-deps group with 10 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [console](https://github.com/console-rs/console) | `0.15.8` | `0.15.10` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` | | [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` | | [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` | | [syn](https://github.com/dtolnay/syn) | `2.0.87` | `2.0.93` | | [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` | Updates `anyhow` from 1.0.93 to 1.0.95 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.95</h2> <ul> <li>Add <a href="https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.from_boxed"><code>Error::from_boxed</code></a> (<a href="https://redirect.github.com/dtolnay/anyhow/issues/401">#401</a>, <a href="https://redirect.github.com/dtolnay/anyhow/issues/402">#402</a>)</li> </ul> <h2>1.0.94</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/48be1caa24fa65467aaa8071eb698542e4fa1d43"><code>48be1ca</code></a> Release 1.0.95</li> <li><a href="https://github.com/dtolnay/anyhow/commit/a03d6d60f9bcccaa096284534799ced715139f42"><code>a03d6d6</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/402">#402</a> from dtolnay/fromboxed</li> <li><a href="https://github.com/dtolnay/anyhow/commit/52e4abb1f2167c71c2f99d9a1048d9321baed963"><code>52e4abb</code></a> Add Error::from_boxed with documentation about bidirectional <code>?</code></li> <li><a href="https://github.com/dtolnay/anyhow/commit/ffecefcfe0d25efde16c2b049cd84132b28b0f6d"><code>ffecefc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/401">#401</a> from dtolnay/construct</li> <li><a href="https://github.com/dtolnay/anyhow/commit/671f700dd3decdfb56c8f8b6fdae6ced5acd5ca9"><code>671f700</code></a> Add construct_ prefix to name of private construct functions</li> <li><a href="https://github.com/dtolnay/anyhow/commit/8ceb5e988fcae18270745e291efb8bd716c25bf0"><code>8ceb5e9</code></a> Release 1.0.94</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b9009abc16b3a8222a70ead8a81291a7aed19f9b"><code>b9009ab</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/399">#399</a> from dtolnay/okvalue</li> <li><a href="https://github.com/dtolnay/anyhow/commit/863791a66d1b2d3033e111930684214f41ed0220"><code>863791a</code></a> Align naming between Ok function argument and its documentation</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2081692170f24eecc10c79288c82b2a300f3bf7d"><code>2081692</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/398">#398</a> from zertosh/ok_doc_format</li> <li><a href="https://github.com/dtolnay/anyhow/commit/cc2cecb428b4eeb35ffb332d1f878f210a1e3fa3"><code>cc2cecb</code></a> Fix anyhow::Ok rustdoc code formatting</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.21 to 4.5.23 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.23</h2> <h2>[4.5.23] - 2024-12-05</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> When check <code>allow_negative_numbers</code>, allow <code>E</code> again</li> </ul> <h2>v4.5.22</h2> <h2>[4.5.22] - 2024-12-03</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Catch bugs with arguments requiring themself</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.23] - 2024-12-05</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> When check <code>allow_negative_numbers</code>, allow <code>E</code> again</li> </ul> <h2>[4.5.22] - 2024-12-03</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Catch bugs with arguments requiring themself</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/7916028a902b1d5505a95e6064cc187fe8eaa49d"><code>7916028</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/804498d3b145e8a6a1e49cc8f361b56b6a59072f"><code>804498d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/f9721f1435353630827e10a891bb864938717487"><code>f9721f1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5695">#5695</a> from epage/value</li> <li><a href="https://github.com/clap-rs/clap/commit/b04bf724366e85160a8c3c106345da94c7b55a08"><code>b04bf72</code></a> fix(complete)!: Be consistent in value language</li> <li><a href="https://github.com/clap-rs/clap/commit/0e28259e55d46154f7c126020800b6a66f474a22"><code>0e28259</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/e55c9863095e0ec994d0b50494241616d37d5cc1"><code>e55c986</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/c7157dfe1dbe92602420fb381a3c6693d2cc3164"><code>c7157df</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5692">#5692</a> from epage/self</li> <li><a href="https://github.com/clap-rs/clap/commit/84252b71237d8b8df969b265ec0c0b0f43ba491f"><code>84252b7</code></a> fix(complete): Allow completing '.'</li> <li><a href="https://github.com/clap-rs/clap/commit/eded64a13bfcaa9991a3773229bb564fb5d89844"><code>eded64a</code></a> test(complete): Verify PathCompleter::dir</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.21...clap_complete-v4.5.23">compare view</a></li> </ul> </details> <br /> Updates `console` from 0.15.8 to 0.15.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/console-rs/console/releases">console's releases</a>.</em></p> <blockquote> <h2>0.15.10</h2> <h2>What's Changed</h2> <ul> <li>Remove MSRV badge from README by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/console-rs/console/pull/228">console-rs/console#228</a></li> </ul> <h2>0.15.9</h2> <h2>What's Changed</h2> <ul> <li>Update dependencies by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/console-rs/console/pull/227">console-rs/console#227</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/console-rs/console/blob/main/CHANGELOG.md">console's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/console-rs/console/commit/ddc83cd80f28f4f182994b9616070ef2e468a686"><code>ddc83cd</code></a> Bump version to 0.15.10</li> <li><a href="https://github.com/console-rs/console/commit/19f3caf732fbd176dddab2578d44f6af4c63a88c"><code>19f3caf</code></a> Remove MSRV badge from README</li> <li><a href="https://github.com/console-rs/console/commit/20d63dc000a508dcb959665eae62573e906fe4fc"><code>20d63dc</code></a> Bump version to 0.15.9</li> <li><a href="https://github.com/console-rs/console/commit/f02463b3aee41253dc11f5d20ab4c8fd3a18d265"><code>f02463b</code></a> Switch from lazy_static to once_cell</li> <li><a href="https://github.com/console-rs/console/commit/8e89a53891a25e124b012c9a9235dbd427333627"><code>8e89a53</code></a> Upgrade windows-sys to 0.59</li> <li><a href="https://github.com/console-rs/console/commit/0baff7a760a34f75c64376f30fb7db03d5447b9d"><code>0baff7a</code></a> Upgrade encode_unicode to 1</li> <li><a href="https://github.com/console-rs/console/commit/59ef42d171ab3627ba1180cb10977bfc9a5735b0"><code>59ef42d</code></a> Upgrade unicode-with to 0.2</li> <li><a href="https://github.com/console-rs/console/commit/9ae69d577cfef4069e4f70c9e194c0a59cf8a111"><code>9ae69d5</code></a> Bump MSRV to 1.66</li> <li><a href="https://github.com/console-rs/console/commit/09be64bf13ab1aa7db3500f2b91858c51f77f2dd"><code>09be64b</code></a> Apply suggestions from clippy 1.83</li> <li>See full diff in <a href="https://github.com/console-rs/console/compare/0.15.8...0.15.10">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.215 to 1.0.217 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.217</h2> <ul> <li>Support serializing externally tagged unit variant inside flattened field (<a href="https://redirect.github.com/serde-rs/serde/issues/2786">#2786</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> </ul> <h2>v1.0.216</h2> <ul> <li>Mark all generated impls with #[automatically_derived] to exclude from code coverage (<a href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a>, thanks <a href="https://github.com/tdittr"><code>@tdittr</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/930401b0dd58a809fce34da091b8aa3d6083cb33"><code>930401b</code></a> Release 1.0.217</li> <li><a href="https://github.com/serde-rs/serde/commit/cb6eaea151b831db36457fff17f16a195702dad4"><code>cb6eaea</code></a> Fix roundtrip inconsistency:</li> <li><a href="https://github.com/serde-rs/serde/commit/b6f339ca3676584e1c26028b4040c337b0105e34"><code>b6f339c</code></a> Resolve repr_packed_without_abi clippy lint in tests</li> <li><a href="https://github.com/serde-rs/serde/commit/2a5caea1a8abc9b6077d8eb43bd6109124db2a5f"><code>2a5caea</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2872">#2872</a> from dtolnay/ehpersonality</li> <li><a href="https://github.com/serde-rs/serde/commit/b9f93f99aaa90760d421b60b8de6273999ca8980"><code>b9f93f9</code></a> Add no-std CI on stable compiler</li> <li><a href="https://github.com/serde-rs/serde/commit/eb5cd476ba7e71e22b0a856c1e78a3af1b7bbe0a"><code>eb5cd47</code></a> Drop #[lang = "eh_personality"] from no-std test</li> <li><a href="https://github.com/serde-rs/serde/commit/8478a3b7dd847753440bdaf65b828a4a535e6cef"><code>8478a3b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2871">#2871</a> from dtolnay/nostdstart</li> <li><a href="https://github.com/serde-rs/serde/commit/dbb909136e610b9753dcd9ffcfb8f6a3f6510060"><code>dbb9091</code></a> Replace #[start] with extern fn main</li> <li><a href="https://github.com/serde-rs/serde/commit/ad8dd4148b5fabf0d643d4de604a0616f2796506"><code>ad8dd41</code></a> Release 1.0.216</li> <li><a href="https://github.com/serde-rs/serde/commit/f91d2ed9aef4d7e86171333ff745f40ee6e83692"><code>f91d2ed</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a> from dtolnay/automaticallyderived</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.217">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.133 to 1.0.134 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.134</h2> <ul> <li>Add <code>RawValue</code> associated constants for literal <code>null</code>, <code>true</code>, <code>false</code> (<a href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a>, thanks <a href="https://github.com/bheylin"><code>@bheylin</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/b2a1415aad0c76684c675d13a5746850d275c178"><code>b2a1415</code></a> Release 1.0.134</li> <li><a href="https://github.com/serde-rs/json/commit/9875785f24c30c990942e3412b3feb8f798bb4dc"><code>9875785</code></a> Tweak wording of NULL/TRUE/FALSE documentation</li> <li><a href="https://github.com/serde-rs/json/commit/4aa05b9143ea7ca9c690e874f4c0f4f43cae9716"><code>4aa05b9</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1222">#1222</a> from dtolnay/rawvalueassoc</li> <li><a href="https://github.com/serde-rs/json/commit/f42c7c760b5e38316c6c9090f80a925491889b4b"><code>f42c7c7</code></a> Move RawValue associated constants into same impl block as public functions</li> <li><a href="https://github.com/serde-rs/json/commit/96576bad53bf404c724927f82b0be358bf7aa561"><code>96576ba</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a> from bheylin/add-const-raw-values-for-null-and-bools</li> <li><a href="https://github.com/serde-rs/json/commit/4db66fb0b21b3ac1932d35317e9bcdff14b716f3"><code>4db66fb</code></a> Add <code>'static</code> lifetime to <code>const</code>'s</li> <li><a href="https://github.com/serde-rs/json/commit/9c9aa1f380066e0318b829ec4138d1d1b4ef6949"><code>9c9aa1f</code></a> Add literal 'null', 'true' and 'false' consts to <code>RawValue</code> struct.</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.41.1 to 1.42.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.42.0</h2> <h1>1.42.0 (Dec 3rd, 2024)</h1> <h3>Added</h3> <ul> <li>io: add <code>AsyncFd::{try_io, try_io_mut}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6967">#6967</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>io: avoid <code>ptr->ref->ptr</code> roundtrip in RegistrationSet (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6929">#6929</a>)</li> <li>runtime: do not defer <code>yield_now</code> inside <code>block_in_place</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>)</li> </ul> <h3>Changes</h3> <ul> <li>io: simplify io readiness logic (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>)</li> </ul> <h3>Documented</h3> <ul> <li>net: fix docs for <code>tokio::net::unix::{pid_t, gid_t, uid_t}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6791">#6791</a>)</li> <li>time: fix a typo in <code>Instant</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6791">#6791</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6791">tokio-rs/tokio#6791</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6929">#6929</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6929">tokio-rs/tokio#6929</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6966">tokio-rs/tokio#6966</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6967">#6967</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6967">tokio-rs/tokio#6967</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6982">tokio-rs/tokio#6982</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6999">tokio-rs/tokio#6999</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/bb9d57017e100985f86d8ca41ac105ee9140423e"><code>bb9d570</code></a> chore: prepare Tokio v1.42.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7005">#7005</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/af9c683d52415bf01709197778d49eec1ff78c44"><code>af9c683</code></a> tests: fix typo in build test instructions (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7004">#7004</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4bc5a1a05862bad71f85a38bf3c56f721a97b43f"><code>4bc5a1a</code></a> ci: allow Unicode-3.0 license for unicode-ident (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7006">#7006</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f8948ea021bd4b5626bbd8dee89bee51ba766326"><code>f8948ea</code></a> runtime: do not defer <code>yield_now</code> inside <code>block_in_place</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/bce9780dd3127cd937923d975e356299226a39aa"><code>bce9780</code></a> time: use <code>array::from_fn</code> instead of manually creating array (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7000">#7000</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/38151f30cbfbaddce30961384f5b463b0737a401"><code>38151f3</code></a> readme: unlist 1.32.x as LTS release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6997">#6997</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5dda72d338516d709a866cee8577048ba1ea062c"><code>5dda72d</code></a> ci: pin valgrind to rustc 1.82 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6998">#6998</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c07257f99f92c5d6773fc0827bcfd77e43f0fd46"><code>c07257f</code></a> io: simplify io readiness logic (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d08578fc9a950c8ee0ef242dbce0fcaaed5e853f"><code>d08578f</code></a> time: fix a typo in <code>Instant</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4047d7962a02722859b0f1c7bbcd85bc1bfc865d"><code>4047d79</code></a> miri: add annotations for tests with miri ignore (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6981">#6981</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0">compare view</a></li> </ul> </details> <br /> Updates `semver` from 1.0.23 to 1.0.24 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>1.0.24</h2> <ul> <li>Optimize Ord impls for semver::Prerelease and semver::BuildMetadata (<a href="https://redirect.github.com/dtolnay/semver/issues/328">#328</a>, thanks <a href="https://github.com/Eh2406"><code>@Eh2406</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/semver/commit/6f4069dd66f437361631d076b4226dc540a08d12"><code>6f4069d</code></a> Release 1.0.24</li> <li><a href="https://github.com/dtolnay/semver/commit/d03aba3a5126baffaecf285648fad0297a1449d7"><code>d03aba3</code></a> Touch up PR 328</li> <li><a href="https://github.com/dtolnay/semver/commit/238757dae165ecd6b3fdcb8ab555bf9036234bf2"><code>238757d</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/semver/issues/328">#328</a> from Eh2406/master</li> <li><a href="https://github.com/dtolnay/semver/commit/75856ef55b34f0201392b196bf4ad12e04610790"><code>75856ef</code></a> faster Ord when Eq</li> <li><a href="https://github.com/dtolnay/semver/commit/89504eb28ca03d3f5f62d42e0f31e841b7635984"><code>89504eb</code></a> Prevent upload-artifact step from causing CI failure</li> <li><a href="https://github.com/dtolnay/semver/commit/d1b17a9a09ede77e534e5947bb2845f0913461b1"><code>d1b17a9</code></a> Upload CI Cargo.lock for reproducing failures</li> <li><a href="https://github.com/dtolnay/semver/commit/4ea60ae121bf0c8c5ad7e7aa5a9f663f305b7400"><code>4ea60ae</code></a> Resolve doc_lazy_continuation clippy lint</li> <li><a href="https://github.com/dtolnay/semver/commit/f96f9d8b6f959ff72336ef74020782c5f237d62d"><code>f96f9d8</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/semver/issues/319">#319</a> from dtolnay/docsrs</li> <li><a href="https://github.com/dtolnay/semver/commit/fc5c98dba460b3ec2a6175e84e0dd4497d32ef30"><code>fc5c98d</code></a> Rely on docs.rs to define --cfg=docsrs by default</li> <li>See full diff in <a href="https://github.com/dtolnay/semver/compare/1.0.23...1.0.24">compare view</a></li> </ul> </details> <br /> Updates `glob` from 0.3.1 to 0.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/glob/releases">glob's releases</a>.</em></p> <blockquote> <h2>v0.3.2</h2> <h2>What's Changed</h2> <ul> <li>Add fs::symlink_metadata to detect broken symlinks by <a href="https://github.com/kyoheiu"><code>@kyoheiu</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/105">rust-lang/glob#105</a></li> <li>Add support for windows verbatim disk paths by <a href="https://github.com/nico-abram"><code>@nico-abram</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/112">rust-lang/glob#112</a></li> <li>Respect <code>require_literal_leading_dot</code> option in <code>glob_with</code> method for path components by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/128">rust-lang/glob#128</a></li> <li>Harden tests for symlink by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/127">rust-lang/glob#127</a></li> <li>Remove "extern crate" directions from README by <a href="https://github.com/zmitchell"><code>@zmitchell</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/131">rust-lang/glob#131</a></li> <li>Add FIXME for tempdir by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/126">rust-lang/glob#126</a></li> <li>Cache information about file type by <a href="https://github.com/Kobzol"><code>@Kobzol</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/135">rust-lang/glob#135</a></li> <li>Document the behaviour of ** with files by <a href="https://github.com/Wilfred"><code>@Wilfred</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/138">rust-lang/glob#138</a></li> <li>Add dependabot by <a href="https://github.com/oriontvv"><code>@oriontvv</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/139">rust-lang/glob#139</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/140">rust-lang/glob#140</a></li> <li>Check only (no longer test) at the MSRV by <a href="https://github.com/tgross35"><code>@tgross35</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/151">rust-lang/glob#151</a></li> <li>Add release-plz for automated releases by <a href="https://github.com/tgross35"><code>@tgross35</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/150">rust-lang/glob#150</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kyoheiu"><code>@kyoheiu</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/105">rust-lang/glob#105</a></li> <li><a href="https://github.com/nico-abram"><code>@nico-abram</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/112">rust-lang/glob#112</a></li> <li><a href="https://github.com/zmitchell"><code>@zmitchell</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/131">rust-lang/glob#131</a></li> <li><a href="https://github.com/Kobzol"><code>@Kobzol</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/135">rust-lang/glob#135</a></li> <li><a href="https://github.com/Wilfred"><code>@Wilfred</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/138">rust-lang/glob#138</a></li> <li><a href="https://github.com/oriontvv"><code>@oriontvv</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/139">rust-lang/glob#139</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/140">rust-lang/glob#140</a></li> <li><a href="https://github.com/tgross35"><code>@tgross35</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/151">rust-lang/glob#151</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/glob/compare/0.3.1...v0.3.2">https://github.com/rust-lang/glob/compare/0.3.1...v0.3.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/glob/blob/master/CHANGELOG.md">glob's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2">0.3.2</a> - 2024-12-28</h2> <h2>What's Changed</h2> <ul> <li>Add fs::symlink_metadata to detect broken symlinks by <a href="https://github.com/kyoheiu"><code>@kyoheiu</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/105">rust-lang/glob#105</a></li> <li>Add support for windows verbatim disk paths by <a href="https://github.com/nico-abram"><code>@nico-abram</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/112">rust-lang/glob#112</a></li> <li>Respect <code>require_literal_leading_dot</code> option in <code>glob_with</code> method for path components by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/128">rust-lang/glob#128</a></li> <li>Harden tests for symlink by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/127">rust-lang/glob#127</a></li> <li>Remove "extern crate" directions from README by <a href="https://github.com/zmitchell"><code>@zmitchell</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/131">rust-lang/glob#131</a></li> <li>Add FIXME for tempdir by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/126">rust-lang/glob#126</a></li> <li>Cache information about file type by <a href="https://github.com/Kobzol"><code>@Kobzol</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/135">rust-lang/glob#135</a></li> <li>Document the behaviour of ** with files by <a href="https://github.com/Wilfred"><code>@Wilfred</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/138">rust-lang/glob#138</a></li> <li>Add dependabot by <a href="https://github.com/oriontvv"><code>@oriontvv</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/139">rust-lang/glob#139</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/140">rust-lang/glob#140</a></li> <li>Check only (no longer test) at the MSRV by <a href="https://github.com/tgross35"><code>@tgross35</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/151">rust-lang/glob#151</a></li> <li>Add release-plz for automated releases by <a href="https://github.com/tgross35"><code>@tgross35</code></a> in <a href="https://redirect.github.com/rust-lang/glob/pull/150">rust-lang/glob#150</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kyoheiu"><code>@kyoheiu</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/105">rust-lang/glob#105</a></li> <li><a href="https://github.com/nico-abram"><code>@nico-abram</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/112">rust-lang/glob#112</a></li> <li><a href="https://github.com/zmitchell"><code>@zmitchell</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/131">rust-lang/glob#131</a></li> <li><a href="https://github.com/Kobzol"><code>@Kobzol</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/135">rust-lang/glob#135</a></li> <li><a href="https://github.com/Wilfred"><code>@Wilfred</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/138">rust-lang/glob#138</a></li> <li><a href="https://github.com/oriontvv"><code>@oriontvv</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/139">rust-lang/glob#139</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/140">rust-lang/glob#140</a></li> <li><a href="https://github.com/tgross35"><code>@tgross35</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/glob/pull/151">rust-lang/glob#151</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/glob/compare/0.3.1...0.3.2">https://github.com/rust-lang/glob/compare/0.3.1...0.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/glob/commit/58d0748ead23616834871fe42dce475102f8d895"><code>58d0748</code></a> chore: release v0.3.2</li> <li><a href="https://github.com/rust-lang/glob/commit/55b1be0b380d2b86c21eb0f76800be31dacf33f3"><code>55b1be0</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/glob/issues/150">#150</a> from tgross35/release-plz</li> <li><a href="https://github.com/rust-lang/glob/commit/56054d2cd0297a1b22488df0d2eb64c04ce3e3de"><code>56054d2</code></a> Add release-plz for automated releases</li> <li><a href="https://github.com/rust-lang/glob/commit/b93bca11ddb3c6abcef0d52de7685d3ae96e3458"><code>b93bca1</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/glob/issues/151">#151</a> from tgross35/fix-ci</li> <li><a href="https://github.com/rust-lang/glob/commit/1dff47741cfa83bf896ecc9e84fcec1bae502c01"><code>1dff477</code></a> Add a <code>success</code> job to CI for branch protection</li> <li><a href="https://github.com/rust-lang/glob/commit/9bd1af895d5d0b4765b0cadd5a1572e24da0950e"><code>9bd1af8</code></a> Update CI runners to the latest available versions</li> <li><a href="https://github.com/rust-lang/glob/commit/8c5d22c98968155e4f27fa30361a7f3d0c8dbe84"><code>8c5d22c</code></a> Check only (no longer test) at the MSRV</li> <li><a href="https://github.com/rust-lang/glob/commit/89ef8a366c89f140db48e87892146e9d0f5ccb1a"><code>89ef8a3</code></a> Clean up the CI configuration file</li> <li><a href="https://github.com/rust-lang/glob/commit/49ee1e92bd6e8c5854c0b339634f9b4b733aba4f"><code>49ee1e9</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/glob/issues/140">#140</a> from rust-lang/dependabot/github_actions/actions/chec...</li> <li><a href="https://github.com/rust-lang/glob/commit/9c9f43f9ebf83b0f46400dd1d86755edc96d7a25"><code>9c9f43f</code></a> Bump actions/checkout from 3 to 4</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/glob/compare/0.3.1...v0.3.2">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.87 to 2.0.93 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>2.0.93</h2> <ul> <li>Fix expression parsing edge cases: <code>x as T <<= y</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1804">#1804</a>), <code>break as T</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1805">#1805</a>), <code>match x { _ if .. => {} }</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1807">#1807</a>)</li> <li>Fix expression printing edge cases: <code>|| -> T 'a: {}</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1806">#1806</a>), <code>if break x {}</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1808">#1808</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1810">#1810</a>)</li> </ul> <h2>2.0.92</h2> <ul> <li>Fix parenthesization of jumps inside ranges (<a href="https://redirect.github.com/dtolnay/syn/issues/1798">#1798</a>)</li> </ul> <h2>2.0.91</h2> <ul> <li>Support parsing <code>Vec<Arm></code> using <code>parse_quote!</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1796">#1796</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1797">#1797</a>)</li> </ul> <h2>2.0.90</h2> <ul> <li>Fix automatic parenthesization of subexpressions containing outer attributes, such as <code>(#[attr] thing).field</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1785">#1785</a>)</li> <li>Fix automatic parenthesization of function calls via a struct field, such as <code>(thing.field)()</code> and <code>thing.0()</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1786">#1786</a>)</li> </ul> <h2>2.0.89</h2> <ul> <li>Fix <em>"compiler/fallback mismatch 949"</em> panic (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/483">dtolnay/proc-macro2#483</a>)</li> </ul> <h2>2.0.88</h2> <ul> <li>Improve error recovery in <code>parse_str</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1783">#1783</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/3f2acdc5ed26505d73a9f80e8d0f2c89e41bd1b6"><code>3f2acdc</code></a> Release 2.0.93</li> <li><a href="https://github.com/dtolnay/syn/commit/2ecf36aa1b55bf9b3a6673f8e8b3cd698f08e545"><code>2ecf36a</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1810">#1810</a> from dtolnay/confusable</li> <li><a href="https://github.com/dtolnay/syn/commit/6240d9cbede77a5e5375e8f99f5aeb571a93836c"><code>6240d9c</code></a> Recursive implementation of confusable_with_adjacent_block</li> <li><a href="https://github.com/dtolnay/syn/commit/39c8d4e6c21785626d1ac2c2d5c42b2aa47879fd"><code>39c8d4e</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1809">#1809</a> from dtolnay/permutations</li> <li><a href="https://github.com/dtolnay/syn/commit/c770215c8a2351c3f1c92bf6ea0c188d6bd62285"><code>c770215</code></a> Add exhaustive expressions parsing test</li> <li><a href="https://github.com/dtolnay/syn/commit/672aca98aee9dbedc532e365f5d5ef5acc04e628"><code>672aca9</code></a> Exclude slow expressions test from miri</li> <li><a href="https://github.com/dtolnay/syn/commit/52d1ebbcc50b5dccf9ea396890d2f0407bbe596c"><code>52d1ebb</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1808">#1808</a> from dtolnay/ifbreak</li> <li><a href="https://github.com/dtolnay/syn/commit/7fbb4aeb291844c9849ef12da78fc871c0851586"><code>7fbb4ae</code></a> Fix <code>if break x {}</code></li> <li><a href="https://github.com/dtolnay/syn/commit/6baa7934b47b6d75895fb6cd550e815373aa075c"><code>6baa793</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1807">#1807</a> from dtolnay/rangearrow</li> <li><a href="https://github.com/dtolnay/syn/commit/23f8f3b07f76aaca4d90a87ac91c0a63c4aaa989"><code>23f8f3b</code></a> Fix <code>match x { _ if .. => {} }</code></li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.87...2.0.93">compare view</a></li> </ul> </details> <br /> Updates `quote` from 1.0.37 to 1.0.38 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/quote/releases">quote's releases</a>.</em></p> <blockquote> <h2>1.0.38</h2> <ul> <li>Support interpolating arrays inside of arrays using a repetition (<a href="https://redirect.github.com/dtolnay/quote/issues/286">#286</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/quote/commit/0245506323a3616daa2ee41c6ad0b871e4d78ae4"><code>0245506</code></a> Release 1.0.38</li> <li><a href="https://github.com/dtolnay/quote/commit/d978c510867b1abca65628c30a79b88a17c3a3c7"><code>d978c51</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/quote/issues/286">#286</a> from dtolnay/array</li> <li><a href="https://github.com/dtolnay/quote/commit/09d1e421933918b29eac9eadde37594048ef8d98"><code>09d1e42</code></a> Implement repetition for arrays</li> <li><a href="https://github.com/dtolnay/quote/commit/5bba89fef1a129adbf6f9236d9ca9984bd5d09f8"><code>5bba89f</code></a> Add repetition test with array of array</li> <li><a href="https://github.com/dtolnay/quote/commit/aafba72e10919ad47c05169271cb78e614fb2b9d"><code>aafba72</code></a> Prevent upload-artifact step from causing CI failure</li> <li><a href="https://github.com/dtolnay/quote/commit/c8898964b893f47b3337cd18bd463365b9c12576"><code>c889896</code></a> Update not-quotable ui test for ToTokens impl changes</li> <li><a href="https://github.com/dtolnay/quote/commit/87c247ff2c46a66218df61dde33fd2406293ea86"><code>87c247f</code></a> Resolve some needless_lifetimes clippy lints</li> <li><a href="https://github.com/dtolnay/quote/commit/31d7a0120f9a132087082786101618b3e91c0bd4"><code>31d7a01</code></a> Ignore needless_lifetimes clippy lint</li> <li><a href="https://github.com/dtolnay/quote/commit/6cff24bf4a76bec898a104fb9a2911ed104ff24d"><code>6cff24b</code></a> Upload CI Cargo.lock for reproducing failures</li> <li>See full diff in <a href="https://github.com/dtolnay/quote/compare/1.0.37...1.0.38">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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>
<!-- Reference any GitHub issues resolved by this PR --> Closes #2357
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> Extend `Using enums in storage` section in docs ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md` --------- Co-authored-by: Piotr Magiera <[email protected]>
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md`
<!-- Reference any GitHub issues resolved by this PR --> Closes #2716 ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md` --------- Co-authored-by: Franciszek Job <[email protected]>
… into franciszekjob/2707-show-info-about-converted-max-fee-with-v3-txs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #2707
Introduced changes
Display info about about conversion when using
--max-fee
flag with v3 transactionsChecklist
CHANGELOG.md