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

Follow up work on TransactionExtension - fix weights and clean up UncheckedExtrinsic #6418

Merged
merged 25 commits into from
Nov 14, 2024

Commits on Nov 8, 2024

  1. Remove stale extenstion version from v4 struct

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3eee059 View commit details
    Browse the repository at this point in the history
  2. Whitelist storage items commonly read every block

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c04fffa View commit details
    Browse the repository at this point in the history
  3. Update substrate weight template

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

Commits on Nov 11, 2024

  1. Fix weight compilation

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c3bf0e8 View commit details
    Browse the repository at this point in the history
  2. More granular whitelist in sys extensions

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d6c999c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25bcc85 View commit details
    Browse the repository at this point in the history
  4. Add prdoc

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a54f916 View commit details
    Browse the repository at this point in the history
  5. Typo in prdoc

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6287213 View commit details
    Browse the repository at this point in the history
  6. Other typos

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3dfe258 View commit details
    Browse the repository at this point in the history
  7. Replace proxy and multisig weights

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    85cf99f View commit details
    Browse the repository at this point in the history
  8. Include ext version into inherited implication

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    48cfdea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e927eed View commit details
    Browse the repository at this point in the history
  10. Fix prdoc

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

Commits on Nov 12, 2024

  1. fix tests

    gui1117 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dcb2b14 View commit details
    Browse the repository at this point in the history
  2. Fix authorization example tests

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    65e741d View commit details
    Browse the repository at this point in the history
  3. Fix verify signature tests

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

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    dbf227a View commit details
    Browse the repository at this point in the history
  2. Revert broker weight update

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    31aac7d View commit details
    Browse the repository at this point in the history
  3. Revert nomination pools weights update

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cb0bf2e View commit details
    Browse the repository at this point in the history
  4. Revert staking weights update

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c1e8e50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a349e34 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Signed-off-by: georgepisaltu <[email protected]>
    georgepisaltu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f925ef8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cd03c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    9c4c7e9 View commit details
    Browse the repository at this point in the history