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

Relocate transaction verification #1507

Merged

Commits on Mar 19, 2020

  1. Merge pull request #13 from neo-project/master

    Merge from master
    Qiao-Jin authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1d0ef09 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Relocate transaction verifcation

    Jin Qiao committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    b14a589 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request #17 from neo-project/master

    Merge from master
    Qiao-Jin authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    e81cc6b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Merge pull request #23 from neo-project/master

    Merge from neo master
    Qiao-Jin authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    915794e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from neo-project/master

    Limit the max height for some SYSCALLs (neo-project#1494)
    Qiao-Jin authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    58b6731 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

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

    …project-master
    Jin Qiao committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    df5a99f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e3f48 View commit details
    Browse the repository at this point in the history
  3. Code optimization

    Jin Qiao committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    9f2f7c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

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

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    fcaf7e4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'relocate_transaction_verification' of https://github.co…

    …m/Qiao-Jin/neo into relocate_transaction_verification
    Jin Qiao committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    2cfa56b View commit details
    Browse the repository at this point in the history
  3. Format modification

    Jin Qiao committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f7ba395 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

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

Commits on Apr 2, 2020

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

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    3828ab2 View commit details
    Browse the repository at this point in the history
  2. Function rename and add parallel strategy

    Jin Qiao committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    e407aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    382605e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Code optimization

    Jin Qiao committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    6896500 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Code optimization

    Jin Qiao committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b3b8c25 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    27ef0af View commit details
    Browse the repository at this point in the history
  2. Code optimization

    Jin Qiao committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0173cd3 View commit details
    Browse the repository at this point in the history
  3. Format optimization

    Jin Qiao committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    78b304f View commit details
    Browse the repository at this point in the history
  4. Code optimization

    Jin Qiao committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    eb6f41f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

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

    …project-master
    Jin Qiao committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    35d7995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08fa2a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

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

Commits on Apr 20, 2020

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

Commits on Apr 26, 2020

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

Commits on Apr 27, 2020

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

Commits on May 6, 2020

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

    Jin Qiao committed May 6, 2020
    Configuration menu
    Copy the full SHA
    729d2ce View commit details
    Browse the repository at this point in the history
  3. Revert "Fix VerifyWitnesses"

    This reverts commit 729d2ce.
    Jin Qiao committed May 6, 2020
    Configuration menu
    Copy the full SHA
    fcc3c12 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Rewrite verify_witness and corresponding logic

    Jin Qiao committed May 7, 2020
    Configuration menu
    Copy the full SHA
    e578754 View commit details
    Browse the repository at this point in the history
  2. code format

    Jin Qiao committed May 7, 2020
    Configuration menu
    Copy the full SHA
    d228a51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c08dc91 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Add statedependent to witness

    Jin Qiao committed May 9, 2020
    Configuration menu
    Copy the full SHA
    51e785c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a494053 View commit details
    Browse the repository at this point in the history
  3. Code optimization

    Jin Qiao committed May 9, 2020
    Configuration menu
    Copy the full SHA
    83ee355 View commit details
    Browse the repository at this point in the history
  4. Update src/neo/Network/P2P/Payloads/Witness.cs

    Co-authored-by: Luchuan <luchuan@ngd.neo.org>
    Qiao-Jin and Tommo-L authored May 9, 2020
    Configuration menu
    Copy the full SHA
    5c10326 View commit details
    Browse the repository at this point in the history
  5. Update src/neo/Network/P2P/Payloads/Witness.cs

    Co-authored-by: Luchuan <luchuan@ngd.neo.org>
    Qiao-Jin and Tommo-L authored May 9, 2020
    Configuration menu
    Copy the full SHA
    f78503e View commit details
    Browse the repository at this point in the history
  6. Update src/neo/Network/P2P/Payloads/Witness.cs

    Co-authored-by: Luchuan <luchuan@ngd.neo.org>
    Qiao-Jin and Tommo-L authored May 9, 2020
    Configuration menu
    Copy the full SHA
    64d2a3f View commit details
    Browse the repository at this point in the history
  7. Revert "Update src/neo/Network/P2P/Payloads/Witness.cs"

    This reverts commit 5c10326.
    Jin Qiao committed May 9, 2020
    Configuration menu
    Copy the full SHA
    5bea75d View commit details
    Browse the repository at this point in the history
  8. Revert "Update src/neo/Network/P2P/Payloads/Witness.cs"

    This reverts commit 64d2a3f.
    Jin Qiao committed May 9, 2020
    Configuration menu
    Copy the full SHA
    a4b38f0 View commit details
    Browse the repository at this point in the history
  9. Revert "Update src/neo/Network/P2P/Payloads/Witness.cs"

    This reverts commit f78503e.
    Jin Qiao committed May 9, 2020
    Configuration menu
    Copy the full SHA
    f119e18 View commit details
    Browse the repository at this point in the history
  10. optimize Witness

    Luchuan committed May 9, 2020
    Configuration menu
    Copy the full SHA
    47567ae View commit details
    Browse the repository at this point in the history
  11. optimize witness and IVerifiable.verifyWitness

    Luchuan committed May 9, 2020
    Configuration menu
    Copy the full SHA
    e0a5752 View commit details
    Browse the repository at this point in the history
  12. fix tx.Verify

    Luchuan committed May 9, 2020
    Configuration menu
    Copy the full SHA
    406e1d0 View commit details
    Browse the repository at this point in the history
  13. optimize code

    Luchuan committed May 9, 2020
    Configuration menu
    Copy the full SHA
    116b59a View commit details
    Browse the repository at this point in the history
  14. optimize tx.GetScriptHashesForVerifying

    Luchuan committed May 9, 2020
    Configuration menu
    Copy the full SHA
    fb9853a View commit details
    Browse the repository at this point in the history
  15. Remove verifyForEachBlock

    Luchuan committed May 9, 2020
    Configuration menu
    Copy the full SHA
    b8c139e View commit details
    Browse the repository at this point in the history
  16. add VerifyResult.InvalidWitness

    Luchuan committed May 9, 2020
    Configuration menu
    Copy the full SHA
    33a70fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e263a06 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2016da9 View commit details
    Browse the repository at this point in the history
  19. format

    Luchuan committed May 9, 2020
    Configuration menu
    Copy the full SHA
    0bd4479 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. fix VerifyWitness

    Luchuan committed May 10, 2020
    Configuration menu
    Copy the full SHA
    8666976 View commit details
    Browse the repository at this point in the history
  2. optimize tx.verify

    Luchuan committed May 10, 2020
    Configuration menu
    Copy the full SHA
    4f832ba View commit details
    Browse the repository at this point in the history
  3. optimize verifywitness

    Luchuan committed May 10, 2020
    Configuration menu
    Copy the full SHA
    5d1a218 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. reset InteropService

    Tommo-L committed May 11, 2020
    Configuration menu
    Copy the full SHA
    de81ddd View commit details
    Browse the repository at this point in the history
  2. add UT

    Jin Qiao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    0638e0b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

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

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    9696c6a View commit details
    Browse the repository at this point in the history
  2. Split func OnInventoryReceived to avoid dirty write

    Jin Qiao committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c32f0fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be04b26 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

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

Commits on May 19, 2020

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

Commits on May 26, 2020

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

Commits on May 27, 2020

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

    Jin Qiao committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7ab56c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

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

Commits on Jul 10, 2020

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

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    a06c26a View commit details
    Browse the repository at this point in the history
  2. Check transaction size before creating task

    Jin Qiao committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    9d81c55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13df078 View commit details
    Browse the repository at this point in the history
  4. Add missing note

    Jin Qiao committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    151dbac View commit details
    Browse the repository at this point in the history
  5. Merge branch 'relocate_transaction_verification' of https://github.co…

    …m/Qiao-Jin/neo into relocate_transaction_verification
    Jin Qiao committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    1e76ed3 View commit details
    Browse the repository at this point in the history
  6. Fix gas

    shargon authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0ab3d71 View commit details
    Browse the repository at this point in the history
  7. Re-fix

    shargon authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c8be765 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f9bd7e View commit details
    Browse the repository at this point in the history
  9. Redefine WitnessFlag

    Jin Qiao committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    868ff31 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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

Commits on Aug 12, 2020

  1. Change multi task to actor pool

    Jin Qiao committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    5288f27 View commit details
    Browse the repository at this point in the history
  2. Format correction

    Jin Qiao committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    8c6ce68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1320c78 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Update Transaction.cs

    erikzhang committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    16fb3de View commit details
    Browse the repository at this point in the history
  2. Rename

    erikzhang committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d9c80ec View commit details
    Browse the repository at this point in the history
  3. Update Witness.cs

    erikzhang committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    90027d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06e5d19 View commit details
    Browse the repository at this point in the history
  5. Public transaction router

    Jin Qiao committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    f3b691a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Fix and optimize

    erikzhang committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    e6880d6 View commit details
    Browse the repository at this point in the history
  2. Move namespace

    erikzhang committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    c944e86 View commit details
    Browse the repository at this point in the history
  3. Move namespace

    erikzhang committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    cd0cd41 View commit details
    Browse the repository at this point in the history
  4. Optimize

    erikzhang committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3811cf6 View commit details
    Browse the repository at this point in the history
  5. Use the correct CallFlags

    erikzhang committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    f079a0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55e3597 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

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