Skip to content

Conversation

@Niederb
Copy link
Contributor

@Niederb Niederb commented Dec 8, 2025

@Niederb Niederb self-assigned this Dec 8, 2025
@Niederb Niederb added F1-security possible vulnerability F9-dependencies Pull requests that update a dependency file dependencies Pull requests that update a dependency file labels Dec 8, 2025
derive_more = { version = "2.0", default-features = false, features = ["from"] }
derive_more = { version = "2.1", default-features = false, features = ["from"] }
either = { version = "1.6", default-features = false }
env_logger = "0.11.8"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the bugfix-part to be more consistent.

) -> UncheckedExtrinsic<ExtrinsicAddress<T>, Call, Signature<T>, TxExtension<T>> {
match self.signer() {
Some(signer) => compose_extrinsic_offline!(signer, call, self.extrinsic_params(nonce)),
None => UncheckedExtrinsic { preamble: Preamble::Bare(5), function: call },
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only "real" change in this PR.
This PR added a new field encoded_call to the UncheckedExtrinsic type: paritytech/polkadot-sdk#10390

@Niederb Niederb requested a review from haerdib December 15, 2025 07:46
@Niederb Niederb changed the title WIP: Updates Updates Dec 15, 2025
@Niederb Niederb marked this pull request as ready for review December 15, 2025 09:57
Copy link
Contributor

@haerdib haerdib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks for investigating!

@Niederb Niederb merged commit 0974a6f into master Dec 16, 2025
55 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file E1-breaksnothing F1-security possible vulnerability F9-dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants