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

Add abi offset #219

Merged
merged 48 commits into from
Apr 26, 2020
Merged

Add abi offset #219

merged 48 commits into from
Apr 26, 2020

Commits on Mar 24, 2020

  1. add abi offset

    Shawn committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d353ee9 View commit details
    Browse the repository at this point in the history
  2. fix

    Shawn committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    c90cb3e View commit details
    Browse the repository at this point in the history
  3. clean optimizer

    lightszero committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    fcb7dc2 View commit details
    Browse the repository at this point in the history
  4. Clean code

    shargon committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    4af85aa View commit details
    Browse the repository at this point in the history
  5. Update NefOptimizeTool.cs

    shargon committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    132a190 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

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

    Shawn committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    432605c View commit details
    Browse the repository at this point in the history
  3. format

    Shawn committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1fd03cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de60d1 View commit details
    Browse the repository at this point in the history
  5. Clean code

    shargon committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e8aee62 View commit details
    Browse the repository at this point in the history
  6. add abi-offset-unitTest

    Shawn committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0fd7964 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add-abi-offset' of https://github.com/ShawnYun/neo-devp…

    …ack-dotnet into add-abi-offset
    Shawn committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e27f299 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    739f653 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. fix

    Shawn committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    1c74e62 View commit details
    Browse the repository at this point in the history
  2. Clean code

    shargon committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    d469495 View commit details
    Browse the repository at this point in the history
  3. Optimize

    shargon committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    a524038 View commit details
    Browse the repository at this point in the history
  4. Fix

    shargon committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    4262ba4 View commit details
    Browse the repository at this point in the history
  5. fix NDEBUG

    shargon committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b162242 View commit details
    Browse the repository at this point in the history
  6. Fix NDEBUG

    shargon committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    1b0ce50 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

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

Commits on Mar 30, 2020

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

Commits on Mar 31, 2020

  1. modify abi offset uintTest

    Shawn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    57b94ac View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

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

Commits on Apr 13, 2020

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

Commits on Apr 16, 2020

  1. Merge branch 'master' of https://github.com/neo-project/neo-devpack-d…

    …otnet into add-abi-offset
    Shawn committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    d933683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9453a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. add initializing static variables

    Shawn committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    93f292a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add-abi-offset' of https://github.com/ShawnYun/neo-devp…

    …ack-dotnet into add-abi-offset
    Shawn committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    4b46326 View commit details
    Browse the repository at this point in the history
  3. format

    Shawn committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    9af0429 View commit details
    Browse the repository at this point in the history
  4. format

    Shawn committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    1faaebd View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. modify UTs

    Shawn committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    8d767bb View commit details
    Browse the repository at this point in the history
  2. fix and rename

    Shawn committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    bcaa2e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. modify ContractTest

    Shawn committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    a7dcd5f View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    Shawn committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    2d23cbc View commit details
    Browse the repository at this point in the history
  3. format

    Shawn committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    e7b114f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. fix

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    9c6243e View commit details
    Browse the repository at this point in the history
  2. fix TestEngine and modify _initialize

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    bfde89a View commit details
    Browse the repository at this point in the history
  3. fix

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    ab99dc3 View commit details
    Browse the repository at this point in the history
  4. fix conflicts

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    3165a34 View commit details
    Browse the repository at this point in the history
  5. format

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    3b5b466 View commit details
    Browse the repository at this point in the history
  6. fix void return

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    b3cd688 View commit details
    Browse the repository at this point in the history
  7. Update Opcodes

    shargon committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    a424b24 View commit details
    Browse the repository at this point in the history
  8. resolve review issues

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    806f988 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'add-abi-offset' of https://github.com/ShawnYun/neo-devp…

    …ack-dotnet into add-abi-offset
    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f70aa8d View commit details
    Browse the repository at this point in the history
  10. fix

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    9140bbb View commit details
    Browse the repository at this point in the history
  11. fix

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    54ad1b0 View commit details
    Browse the repository at this point in the history
  12. fix

    Shawn committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    5c01853 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. resolve conflicts

    Shawn committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    575c3d7 View commit details
    Browse the repository at this point in the history