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

[neox] persistence #1692

Closed
wants to merge 61 commits into from

Commits on Jan 20, 2020

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

    merge neo-project
    ZhangTao1596 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    3f083d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

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

    Add ID to ContractState (neo-project#1400)
    ZhangTao1596 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    05aaade View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

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

    Fix dotnet-format (neo-project#1443)
    ZhangTao1596 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    39da07b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

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

Commits on Apr 23, 2020

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

Commits on Jun 1, 2020

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

Commits on Jun 2, 2020

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

Commits on Jun 4, 2020

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

Commits on Jun 5, 2020

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

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    b85d68e View commit details
    Browse the repository at this point in the history
  2. persistence and ut

    ZhangTao1596 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    a8faab8 View commit details
    Browse the repository at this point in the history
  3. fix mpt

    ZhangTao1596 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    294e9b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. precommit

    ZhangTao1596 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    bc945a5 View commit details
    Browse the repository at this point in the history
  2. fix commit

    ZhangTao1596 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    6ef3ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5cdb62 View commit details
    Browse the repository at this point in the history
  4. rm LocalRootHashIndex

    ZhangTao1596 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    2cd85d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. fix ut

    ZhangTao1596 committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    cfccec9 View commit details
    Browse the repository at this point in the history
  2. pre commit

    ZhangTao1596 committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ef8c14c View commit details
    Browse the repository at this point in the history
  3. fix clone view

    ZhangTao1596 committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    d2cc98d View commit details
    Browse the repository at this point in the history
  4. change name

    ZhangTao1596 committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    559831e View commit details
    Browse the repository at this point in the history
  5. rename

    ZhangTao1596 committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    88eeff2 View commit details
    Browse the repository at this point in the history
  6. abstract

    ZhangTao1596 committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    f97c15a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. comment

    ZhangTao1596 committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    2b20fc8 View commit details
    Browse the repository at this point in the history
  2. fix ReadOnlyView

    ZhangTao1596 committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    1fd6136 View commit details
    Browse the repository at this point in the history
  3. rm precommit

    ZhangTao1596 committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    4b818a2 View commit details
    Browse the repository at this point in the history
  4. rm HashState

    ZhangTao1596 committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    0c07d4b View commit details
    Browse the repository at this point in the history
  5. add MPTDataCache

    Tommo-L committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    fcefc80 View commit details
    Browse the repository at this point in the history
  6. optimze

    Tommo-L committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    45505c9 View commit details
    Browse the repository at this point in the history
  7. optimize

    Tommo-L committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    d9c5ee2 View commit details
    Browse the repository at this point in the history
  8. remove blank line

    Tommo-L committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    550c72e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. StateRoot verify fee

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    5b6924f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e98192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb09bb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7172da6 View commit details
    Browse the repository at this point in the history
  5. fix some and ut

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    b197725 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into neox-persistence

    Luchuan committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    586e751 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b81db5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e69cdab View commit details
    Browse the repository at this point in the history
  9. merge master

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    2376eb2 View commit details
    Browse the repository at this point in the history
  10. master

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a42998f View commit details
    Browse the repository at this point in the history
  11. fix mpt ut

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    10f2f3c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1b5f12 View commit details
    Browse the repository at this point in the history
  13. fix Storages and name

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    fae1d14 View commit details
    Browse the repository at this point in the history
  14. rename

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    520d03b View commit details
    Browse the repository at this point in the history
  15. add comment

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    80235bc View commit details
    Browse the repository at this point in the history
  16. proof prefix

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a3b491d View commit details
    Browse the repository at this point in the history
  17. fix

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    aeff67c View commit details
    Browse the repository at this point in the history
  18. format

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    1337cd7 View commit details
    Browse the repository at this point in the history
  19. format

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    17b67e6 View commit details
    Browse the repository at this point in the history
  20. format

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    b018556 View commit details
    Browse the repository at this point in the history
  21. add StateRoot ut

    ZhangTao1596 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    404185a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. reset mpt prefix

    Tommo-L committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    2acfacf View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. rm GetMessage

    ZhangTao1596 committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0d7490a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    d68ba68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c8706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac6a24b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    924a6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e9d9f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

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

Commits on Jun 20, 2020

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

Commits on Jun 22, 2020

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