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

VM - Jump table #3120

Merged
merged 48 commits into from
Feb 23, 2024
Merged

VM - Jump table #3120

merged 48 commits into from
Feb 23, 2024

Commits on Feb 6, 2024

  1. Jump table

    shargon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5e05c82 View commit details
    Browse the repository at this point in the history
  2. Types

    shargon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4537325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e9aead View commit details
    Browse the repository at this point in the history
  4. Splice

    shargon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d12b011 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02c2aae View commit details
    Browse the repository at this point in the history
  6. revert partial

    shargon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    23d4be4 View commit details
    Browse the repository at this point in the history
  7. More control

    shargon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2e41b1e View commit details
    Browse the repository at this point in the history
  8. Remove attribute

    shargon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8f7809b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    5ca380d View commit details
    Browse the repository at this point in the history
  2. ApplicationEngine logic

    shargon committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    957e1d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa22c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aa78dc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    21d3e5d View commit details
    Browse the repository at this point in the history
  2. Stack

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6c2a9d1 View commit details
    Browse the repository at this point in the history
  3. Bitwisee

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e0dd24b View commit details
    Browse the repository at this point in the history
  4. clean using

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8f9b160 View commit details
    Browse the repository at this point in the history
  5. Numeric

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b72cb14 View commit details
    Browse the repository at this point in the history
  6. Prepare

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c8e69c3 View commit details
    Browse the repository at this point in the history
  7. AggressiveInlining

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f218d2a View commit details
    Browse the repository at this point in the history
  8. one left

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d495868 View commit details
    Browse the repository at this point in the history
  9. Compound

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c4fd26b View commit details
    Browse the repository at this point in the history
  10. Slot

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    101d158 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31d8246 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e3d79e1 View commit details
    Browse the repository at this point in the history
  13. Fix syscall

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b0e8199 View commit details
    Browse the repository at this point in the history
  14. Rename to UnloadContext

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5a551da View commit details
    Browse the repository at this point in the history
  15. Revert "Rename to UnloadContext"

    This reverts commit 5a551da.
    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    87a1aee View commit details
    Browse the repository at this point in the history
  16. Rename

    shargon committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9f78ef1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0546304 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Update JumpTable.Control.cs

    Jim8y committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d5da406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc1e35 View commit details
    Browse the repository at this point in the history
  3. Rename methods

    shargon committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    50fc4a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    3204a68 View commit details
    Browse the repository at this point in the history
  2. Update src/Neo.VM/JumpTable/JumpTable.Push.cs

    Co-authored-by: Jimmy <jinghui@wayne.edu>
    shargon and Jim8y committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    4cbb548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b9df1b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update src/Neo.VM/ExecutionEngine.cs

    Co-authored-by: Christopher Schuchardt <cschuchardt88@gmail.com>
    shargon and cschuchardt88 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2435666 View commit details
    Browse the repository at this point in the history
  2. Update src/Neo.VM/ExecutionEngine.cs

    Co-authored-by: Christopher Schuchardt <cschuchardt88@gmail.com>
    shargon and cschuchardt88 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fea8fac View commit details
    Browse the repository at this point in the history
  3. Update src/Neo.VM/ExecutionEngine.cs

    Co-authored-by: Christopher Schuchardt <cschuchardt88@gmail.com>
    shargon and cschuchardt88 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ff74455 View commit details
    Browse the repository at this point in the history
  4. Update src/Neo/SmartContract/ApplicationEngine.cs

    Co-authored-by: Christopher Schuchardt <cschuchardt88@gmail.com>
    shargon and cschuchardt88 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    68a9367 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. use internal

    shargon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1e86bf4 View commit details
    Browse the repository at this point in the history
  2. Allow previous constructor

    shargon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    cffab43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d4836e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d445a8d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    6a395e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37df5ee View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 22, 2024

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

Commits on Feb 23, 2024

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