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: refactore gas charge logic form EVM exit reason #935

Merged
merged 26 commits into from
Aug 27, 2024

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    0647fcd View commit details
    Browse the repository at this point in the history
  2. Changes gas costs

    mrLSD committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8866fbe View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix clippy

    mrLSD committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8f0d5bc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 5, 2024

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

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    a993c64 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…

    …o feat/charge-gas-refactoring
    mrLSD committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    16f1551 View commit details
    Browse the repository at this point in the history
  3. Refactore tests

    mrLSD committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    763823d View commit details
    Browse the repository at this point in the history
  4. Refactore tests

    mrLSD committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    48999d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74bc509 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…

    …o feat/charge-gas-refactoring
    mrLSD committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fc1aeeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e5a941 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bc53ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4945df0 View commit details
    Browse the repository at this point in the history
  10. Added chenges from PR review

    mrLSD committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9a74881 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Return panic erorr message

    mrLSD committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0ef3c57 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…

    …o feat/charge-gas-refactoring
    mrLSD committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    56d8b35 View commit details
    Browse the repository at this point in the history
  3. Update gas cost

    mrLSD committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0e8b034 View commit details
    Browse the repository at this point in the history
  4. Return empty line

    mrLSD committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a672169 View commit details
    Browse the repository at this point in the history
  5. Refactore is_empty_storage

    mrLSD committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e92d8b6 View commit details
    Browse the repository at this point in the history
  6. Refactore is_empty_storage

    mrLSD committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ad70951 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    b979225 View commit details
    Browse the repository at this point in the history
  2. Fix clippy

    mrLSD committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    20bc926 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore: use plain enum for the TransactionStatus (#949)

    ## Description
    
    The PR proposes adding some code refactoring to the #935 
    
    ## Performance / NEAR gas cost considerations
    
    No performance changes.
    
    ## Testing
    
    A regression test for the `TransactionStatus` has been added.
    aleksuss authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fdde7a5 View commit details
    Browse the repository at this point in the history