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

[FRAME] Short-circuit fungible self transfer #2118

Merged
merged 10 commits into from
Nov 1, 2023
Merged

Commits on Nov 1, 2023

  1. Add regression test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9950554 View commit details
    Browse the repository at this point in the history
  2. Short-circuit fungible(s) self transfer

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6813a3f View commit details
    Browse the repository at this point in the history
  3. Bound AccountId to PartialEq

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    096ce84 View commit details
    Browse the repository at this point in the history
  4. Remove double setting ED

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5d1831c View commit details
    Browse the repository at this point in the history
  5. Add docs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6a0886e View commit details
    Browse the repository at this point in the history
  6. Add where bound everywhere

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2000a60 View commit details
    Browse the repository at this point in the history
  7. One more bound

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    efb2875 View commit details
    Browse the repository at this point in the history
  8. Use Eq instead of PartialEq

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    eec76bb View commit details
    Browse the repository at this point in the history
  9. Remove unneeded bounds

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    c5f9fc4 View commit details
    Browse the repository at this point in the history
  10. Remove one more

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3030e18 View commit details
    Browse the repository at this point in the history