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

feat: scroll account #39

Open
wants to merge 21 commits into
base: scroll
Choose a base branch
from

Commits on Nov 25, 2024

  1. add all the scroll crates

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b6d1837 View commit details
    Browse the repository at this point in the history
  2. add Default::default to make tests compile

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c67aa5b View commit details
    Browse the repository at this point in the history
  3. don't compile optimism crates with scroll feature

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9b26d94 View commit details
    Browse the repository at this point in the history
  4. fix optimism lints

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    231c9ef View commit details
    Browse the repository at this point in the history
  5. propagate account changes to execution

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    79bfb66 View commit details
    Browse the repository at this point in the history
  6. add transaction create test in execution stage

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    afe443f View commit details
    Browse the repository at this point in the history
  7. fix udeps

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    65f5c40 View commit details
    Browse the repository at this point in the history
  8. fix rebasing

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2897d60 View commit details
    Browse the repository at this point in the history
  9. don't use DEFAULT_EMPTY_CONTEXT with scroll feature

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fd43963 View commit details
    Browse the repository at this point in the history
  10. fix deny + clean

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    63ed797 View commit details
    Browse the repository at this point in the history
  11. feature gate some lossful conversion

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7e59709 View commit details
    Browse the repository at this point in the history
  12. move revm "patching" to workspace level

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    83cedeb View commit details
    Browse the repository at this point in the history
  13. fix upstream merge

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1a6bb9d View commit details
    Browse the repository at this point in the history
  14. fix feature propagation

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c4f1a9e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. revert hash post state changes

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6e6b423 View commit details
    Browse the repository at this point in the history
  2. fix manifests indentation

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0f667db View commit details
    Browse the repository at this point in the history
  3. revert HashedPostState::from_cache_state deletion

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a377aba View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. remove WithContext and ContextFul in favour of FinalizeExecution

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    603e00e View commit details
    Browse the repository at this point in the history
  2. add from_account_info for explicit conversion to Account from `Ac…

    …countInfo`
    
    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e85bb37 View commit details
    Browse the repository at this point in the history
  3. update ContextFul usage with FinalizeExecution bound on State<DB>

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d59038b View commit details
    Browse the repository at this point in the history
  4. include upstream fix for cargo nextest run --no-tests=warn

    Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
    greged93 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    bcba5ca View commit details
    Browse the repository at this point in the history