Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Move VM Limits to NeoVM #75

Merged
merged 72 commits into from
Mar 5, 2019
Merged

Commits on Jan 10, 2019

  1. Move VM Limits to NeoVM

    - TODO: `MaxStackSize`
    shargon committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    5ff84e8 View commit details
    Browse the repository at this point in the history
  2. MaxStackSize

    shargon committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    f7c008b View commit details
    Browse the repository at this point in the history
  3. Clean code

    shargon committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    32d6806 View commit details
    Browse the repository at this point in the history
  4. Clean code

    shargon committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    16f0d25 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Clean code

    shargon committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    d9064b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d91d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Virtual properties

    shargon committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    a49cb1f View commit details
    Browse the repository at this point in the history
  2. Resolve conflicts

    shargon committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    4255164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a9f539 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Fixes

    shargon committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9f832e0 View commit details
    Browse the repository at this point in the history
  2. typo

    shargon committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    b7ef381 View commit details
    Browse the repository at this point in the history
  3. small fix

    shargon committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    42e182f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1525a4f View commit details
    Browse the repository at this point in the history
  5. Fix SETITEM

    shargon committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    6acfdeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a0209f View commit details
    Browse the repository at this point in the history
  7. Typo

    shargon committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f522769 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d621cbc View commit details
    Browse the repository at this point in the history
  9. Remove parameter

    shargon committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    3752454 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Clean code

    shargon committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    80433f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Optimizations

    shargon committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    851a11d View commit details
    Browse the repository at this point in the history
  2. Fixes

    shargon committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    76d243f View commit details
    Browse the repository at this point in the history
  3. Fix RET

    shargon committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    144e5a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13d90ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    411f8f2 View commit details
    Browse the repository at this point in the history
  6. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    2605c8e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Simplify CheckStackSize()

    erikzhang committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    a4193fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e635533 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

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

Commits on Jan 31, 2019

  1. Remove DecreaseStackItem

    shargon committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    5927434 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Remove other method

    shargon committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    032d72c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

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

Commits on Feb 8, 2019

  1. Some fixes

    shargon committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b4bf20e View commit details
    Browse the repository at this point in the history
  2. SHL after and before

    shargon committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    7b53777 View commit details
    Browse the repository at this point in the history
  3. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    193ab56 View commit details
    Browse the repository at this point in the history
  4. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    76fc1de View commit details
    Browse the repository at this point in the history
  5. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    ad5c21c View commit details
    Browse the repository at this point in the history
  6. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    46651fd View commit details
    Browse the repository at this point in the history
  7. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    3282304 View commit details
    Browse the repository at this point in the history
  8. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a00fc07 View commit details
    Browse the repository at this point in the history
  9. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    53b5d66 View commit details
    Browse the repository at this point in the history
  10. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    0dd83c8 View commit details
    Browse the repository at this point in the history
  11. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    14a3d8e View commit details
    Browse the repository at this point in the history
  12. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    8381646 View commit details
    Browse the repository at this point in the history
  13. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    e150b67 View commit details
    Browse the repository at this point in the history
  14. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    1fc0d38 View commit details
    Browse the repository at this point in the history
  15. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b098768 View commit details
    Browse the repository at this point in the history
  16. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    510a929 View commit details
    Browse the repository at this point in the history
  17. Update src/neo-vm/ExecutionEngine.cs

    Co-Authored-By: shargon <shargon@gmail.com>
    erikzhang and shargon authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    743297b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    d463a0a View commit details
    Browse the repository at this point in the history
  2. optimize for CHECKMULTISIG

    erikzhang committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5f54827 View commit details
    Browse the repository at this point in the history
  3. optimize

    erikzhang committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    0677143 View commit details
    Browse the repository at this point in the history
  4. optimize for ARRAYSIZE

    erikzhang committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    55d96ac View commit details
    Browse the repository at this point in the history
  5. fix NEWARRAY and NEWSTRUCT

    erikzhang committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    110e55e View commit details
    Browse the repository at this point in the history
  6. format

    erikzhang committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    f1b5569 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

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

Commits on Mar 3, 2019

  1. Fix error

    shargon committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    a633c9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e35a7 View commit details
    Browse the repository at this point in the history
  3. NOP ut

    shargon committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    0908a6f View commit details
    Browse the repository at this point in the history
  4. RET

    shargon committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    5438abd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d940aa4 View commit details
    Browse the repository at this point in the history
  6. PUSHM1 to PUSH16 ut

    shargon committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    bc68b8f View commit details
    Browse the repository at this point in the history
  7. Stack limits

    shargon committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    c84f03c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. PUSHBYTES1 and PUSHBYTES75

    shargon committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e06e725 View commit details
    Browse the repository at this point in the history
  2. PACK

    shargon committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    f7466fa View commit details
    Browse the repository at this point in the history
  3. NEWMAP

    shargon committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    dfac787 View commit details
    Browse the repository at this point in the history
  4. APPEND and REVERSE ut

    shargon committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    8f9044e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a79991e View commit details
    Browse the repository at this point in the history
  6. PICKITEM

    shargon committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    6469e8c View commit details
    Browse the repository at this point in the history
  7. REMOVE

    shargon committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    3eb2885 View commit details
    Browse the repository at this point in the history
  8. SETITEM

    shargon committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    cabed85 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. minor change

    erikzhang committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    6b008a9 View commit details
    Browse the repository at this point in the history