Skip to content
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

Remove stale extension version from UncheckedExtrinsic v4 structure #6404

Closed
wants to merge 8 commits into from

Commits on Nov 7, 2024

  1. Remove stale extenstion version from v4 struct

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d0f7978 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/bench-all/bench-all.sh" --runtime=asset-hub-r…

    …ococo --target_dir=cumulus
    command-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9d68ef1 View commit details
    Browse the repository at this point in the history
  3. net/discovery: Do not propagate external addr with different peerIDs (#…

    …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 <[email protected]>
    Co-authored-by: Dmitry Markin <[email protected]>
    2 people authored and command-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    667955f View commit details
    Browse the repository at this point in the history
  4. PVF: drop backing jobs if it is too late (#5616)

    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 <[email protected]>
    Co-authored-by: Branislav Kontur <[email protected]>
    3 people authored and command-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2e9ea0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2c3d97 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. ".git/.scripts/commands/bench-all/bench-all.sh" --runtime=rococo --ta…

    …rget_dir=polkadot
    command-bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b6b54e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b6827 View commit details
    Browse the repository at this point in the history
  3. Add prdoc

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5405cfe View commit details
    Browse the repository at this point in the history