Remove stale extension version from UncheckedExtrinsic v4 structure#6404
Remove stale extension version from UncheckedExtrinsic v4 structure#6404georgepisaltu wants to merge 8 commits intomasterfrom
UncheckedExtrinsic v4 structure#6404Conversation
Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
|
bot bench-all substrate -v PIPELINE_SCRIPTS_REF=george/substrate-ext |
|
@georgepisaltu https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7719043 was started for your command Comment |
|
bot bench-all cumulus -v PIPELINE_SCRIPTS_REF=george/substrate-ext |
|
@georgepisaltu https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7719044 was started for your command Comment |
|
bot bench-all polkadot -v PIPELINE_SCRIPTS_REF=george/substrate-ext |
|
@georgepisaltu https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7719045 was started for your command Comment |
|
@georgepisaltu Command |
|
bot bench-all substrate -v PIPELINE_SCRIPTS_REF=george/substrate-ext |
|
@georgepisaltu https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7719176 was started for your command Comment |
|
@georgepisaltu Command |
|
bot bench-all substrate -v PIPELINE_SCRIPTS_REF=george/substrate-ext |
|
@georgepisaltu https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7719627 was started for your command Comment |
|
@georgepisaltu Command |
|
bot bench-all substrate -v PIPELINE_SCRIPTS_REF=george/substrate-ext |
|
@georgepisaltu https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7719693 was started for your command Comment |
…ococo --target_dir=cumulus
|
@georgepisaltu Command |
…6380) This PR ensures that external addresses with different PeerIDs are not propagated to the higher layer of the network code. While at it, this ensures that libp2p only adds the `/p2p/peerid` part to the discovered address if it does not contain it already. This is a followup from: - #6298 cc @paritytech/networking --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: Dmitry Markin <dmitry@markin.tech>
Fixes #5530 This PR introduces the removal of backing jobs that have been back pressured for longer than `allowedAncestryLen`, as these candidates are no longer viable. It is reasonable to expect a result for a backing job execution within `allowedAncestryLen` blocks. Therefore, we set the job TTL as a relay block number and synchronize the validation host by sending activated leaves. --------- Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com>
|
@georgepisaltu Command |
| ) -> Result<ValidationResult, Error> { | ||
| let (tx, rx) = oneshot::channel(); | ||
| let is_system = candidate_receipt.descriptor.para_id().is_system(); | ||
| let relay_parent = candidate_receipt.descriptor.relay_parent(); |
There was a problem hiding this comment.
why all these changes in backing?
There was a problem hiding this comment.
The bot rebased or formatted the code. You can see my initial commit here, the rest of the changes are pushed by the bot.
…rget_dir=polkadot
|
@georgepisaltu Command |
UncheckedExtrinsic v4 structureUncheckedExtrinsic v4 structure
|
Closing in favor of #6418 |
Follow up to #3685
The main PR introduced bare support for the new extension version byte. However, the extension version byte is not used for the old signed extrinsic type in version 4. This PR removes the byte from that structure, previously unused and defaulted to
0.In this same PR, new weights will be generated for the modules affected by the main PR.