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

Contract map storage & Scilla IPC #1743

Merged
merged 155 commits into from Sep 5, 2019
Merged

Contract map storage & Scilla IPC #1743

merged 155 commits into from Sep 5, 2019

Commits on Jun 14, 2019

  1. Add proto3 dependency

    kaikawaliu committed Jun 14, 2019
    Copy the full SHA
    bd23a81 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Copy the full SHA
    1e4d242 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    53c7ba8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Copy the full SHA
    b167fe4 View commit details
    Browse the repository at this point in the history
  2. Add basic server code

    advaypal committed Jul 9, 2019
    Copy the full SHA
    698a8aa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    afc58d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

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

Commits on Jul 11, 2019

  1. Fix most bugs

    advaypal committed Jul 11, 2019
    Copy the full SHA
    7e8535d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Fix unit tests

    kaikawaliu committed Jul 12, 2019
    Copy the full SHA
    d10300e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Fix bugs

    advaypal committed Jul 15, 2019
    Copy the full SHA
    a0621e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Fix test

    advaypal committed Jul 16, 2019
    Copy the full SHA
    e3c3de6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Fix test

    advaypal committed Jul 17, 2019
    Copy the full SHA
    830ed61 View commit details
    Browse the repository at this point in the history
  2. Linter + Style changes

    advaypal committed Jul 17, 2019
    Copy the full SHA
    156c161 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Fix errors

    advaypal committed Jul 24, 2019
    Copy the full SHA
    0834768 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    advaypal committed Jul 24, 2019
    2
    Copy the full SHA
    7cc187c View commit details
    Browse the repository at this point in the history
  3. Fix bug

    advaypal committed Jul 24, 2019
    Copy the full SHA
    9462e32 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Copy the full SHA
    b0cddec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c1275ea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c316d9f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    131f155 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7ae9516 View commit details
    Browse the repository at this point in the history
  6. Modify ScillaIPCServer to reflect the toy-version (standalone tested)

    of the server in https://github.com/Zilliqa/ipc-experiment.
    
    The unit tests have been disabled and need to be added thoroughly later.
    vaivaswatha committed Jul 29, 2019
    Copy the full SHA
    b273346 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    dc94b8b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Copy the full SHA
    65c8675 View commit details
    Browse the repository at this point in the history
  2. SCILLA_INDEX_SEPARATOR

    kaikawaliu committed Jul 30, 2019
    Copy the full SHA
    bcaec84 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4e4aec1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6016aa2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1cf4cbc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1725 from Zilliqa/feature/scilla-ipc

    Create ScillaIPCServer
    vaivaswatha committed Jul 30, 2019
    Copy the full SHA
    ba27980 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d4d4f90 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    537d4e8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    47d3733 View commit details
    Browse the repository at this point in the history
  10. Resolve conflicts

    kaikawaliu committed Jul 30, 2019
    Copy the full SHA
    3e5873c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0604d4e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Copy the full SHA
    c117918 View commit details
    Browse the repository at this point in the history
  2. SCILLA_IPC_SOCKET_PATH

    kaikawaliu committed Jul 31, 2019
    Copy the full SHA
    7b07531 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f0ae827 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8fc9626 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1cdb0c7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ccd7f07 View commit details
    Browse the repository at this point in the history
  7. Use a macro for the db key separator.

    Use different field names for each unit test.
    vaivaswatha committed Jul 31, 2019
    Copy the full SHA
    6961a42 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4f4cabe View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Copy the full SHA
    4e431f1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d9335fe View commit details
    Browse the repository at this point in the history
  3. Fix bug with not-found

    kaikawaliu committed Aug 1, 2019
    Copy the full SHA
    3c61860 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3e7be97 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    26f8283 View commit details
    Browse the repository at this point in the history
  6. Fix fetchStateValue bug in buiding full map values for result.

    Enable test that fetches full map value.
    vaivaswatha committed Aug 1, 2019
    Copy the full SHA
    5c1d8ae View commit details
    Browse the repository at this point in the history
  7. style fixes

    vaivaswatha committed Aug 1, 2019
    Copy the full SHA
    a0ae4f2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3d41eab View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0f80c54 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8f383f8 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    7b507b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Copy the full SHA
    b1bb5f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89acd23 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    740e847 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    72e1617 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. JsonMapWrapper

    kaikawaliu committed Aug 6, 2019
    Copy the full SHA
    2f29816 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    684fd85 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    46ba19d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5f51798 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Copy the full SHA
    e8b20aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5aaaea6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7a57462 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    327eb07 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e892e57 View commit details
    Browse the repository at this point in the history
  6. Resolve conflicts

    kaikawaliu committed Aug 7, 2019
    Copy the full SHA
    cbae5c5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b89dfbc View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fcd1426 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5c10e76 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Resolve conflicts

    kaikawaliu committed Aug 8, 2019
    Copy the full SHA
    ef6cf79 View commit details
    Browse the repository at this point in the history
  2. migrating init data

    kaikawaliu committed Aug 8, 2019
    Copy the full SHA
    a786efa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f2d0568 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cba14f6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    684a9fc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    da7e42b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Copy the full SHA
    39995d6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d3b298 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Copy the full SHA
    d6dcd38 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fb5caf3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b38c4dd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f0068a2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e1e32fb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4b548d3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    99c4f87 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    621c19b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9475425 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Copy the full SHA
    25ca997 View commit details
    Browse the repository at this point in the history
  2. Renable Test_AccountStore

    kaikawaliu committed Aug 19, 2019
    Copy the full SHA
    4e0c214 View commit details
    Browse the repository at this point in the history
  3. Reformatting

    kaikawaliu committed Aug 19, 2019
    Copy the full SHA
    a29e960 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6e32f29 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. data_migrate.cpp

    kaikawaliu committed Aug 20, 2019
    Copy the full SHA
    0ef5557 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0972e15 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6ecd8b7 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    kaikawaliu committed Aug 20, 2019
    Copy the full SHA
    e43deab View commit details
    Browse the repository at this point in the history
  5. minor syntax change

    kaikawaliu committed Aug 20, 2019
    Copy the full SHA
    b31f947 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. try catch _balance append

    kaikawaliu committed Aug 21, 2019
    Copy the full SHA
    3266da0 View commit details
    Browse the repository at this point in the history
  2. minor clean

    kaikawaliu committed Aug 21, 2019
    Copy the full SHA
    b465c44 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    42644d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Copy the full SHA
    fb22708 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d387a7d View commit details
    Browse the repository at this point in the history
  3. revert local changes

    kaikawaliu committed Aug 22, 2019
    Copy the full SHA
    d8e4e5a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    19bfbe6 View commit details
    Browse the repository at this point in the history
  5. Separator x1B -> x16

    kaikawaliu committed Aug 22, 2019
    Copy the full SHA
    517d2d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Copy the full SHA
    5adffa8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    00060a1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b4dff3e View commit details
    Browse the repository at this point in the history
  4. Fixes for data_migrate

    kaikawaliu committed Aug 23, 2019
    Copy the full SHA
    5a4377e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    465d099 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Log init data

    kaikawaliu committed Aug 26, 2019
    Copy the full SHA
    d0d9139 View commit details
    Browse the repository at this point in the history
  2. minor fix on key deletion

    kaikawaliu committed Aug 26, 2019
    Copy the full SHA
    1d6cb87 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5208736 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    401b0d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

Commits on Aug 28, 2019

  1. Copy the full SHA
    df47a32 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7394164 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    184b340 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    124cbf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Copy the full SHA
    123628e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f7ba7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1786 from Zilliqa/feature/contractmap_scillatestuite

    Add a test to run scilla testsuite using external state IPC server
    kaikawaliu committed Aug 29, 2019
    Copy the full SHA
    a709444 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Copy the full SHA
    3e10ed9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b39f0a4 View commit details
    Browse the repository at this point in the history
  3. add return check for chdir

    kaikawaliu committed Aug 30, 2019
    Copy the full SHA
    cccb451 View commit details
    Browse the repository at this point in the history
  4. Resolve conflicts

    kaikawaliu committed Aug 30, 2019
    Copy the full SHA
    163c821 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bc73705 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b98ce68 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    953a430 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Copy the full SHA
    63319b6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8d91870 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fb71811 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

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

Commits on Sep 4, 2019

  1. Merge pull request #1790 from Zilliqa/feature/scilla_checker_gas

    Support gas mechanics for scilla-checker
    kaikawaliu committed Sep 4, 2019
    Copy the full SHA
    f8b0163 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Copy the full SHA
    9a1b7e3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27cdde6 View commit details
    Browse the repository at this point in the history
  3. Reformatting

    kaikawaliu committed Sep 5, 2019
    Copy the full SHA
    cc0f52b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2396ff6 View commit details
    Browse the repository at this point in the history
  5. minor refactoring

    kaikawaliu committed Sep 5, 2019
    Copy the full SHA
    1f70480 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e845746 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f08d6a0 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1358d58 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    eee6ee4 View commit details
    Browse the repository at this point in the history
  10. Clean commented code

    kaikawaliu committed Sep 5, 2019
    Copy the full SHA
    50c8e04 View commit details
    Browse the repository at this point in the history
  11. Fix wrong log

    kaikawaliu committed Sep 5, 2019
    Copy the full SHA
    5e0a43f View commit details
    Browse the repository at this point in the history
  12. Protect for nullptr

    kaikawaliu committed Sep 5, 2019
    Copy the full SHA
    9ec3704 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    aab35a3 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    6cfba7a View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    8ab60a4 View commit details
    Browse the repository at this point in the history
  16. Address comments

    kaikawaliu committed Sep 5, 2019
    Copy the full SHA
    53e8612 View commit details
    Browse the repository at this point in the history
  17. 1
    Copy the full SHA
    cea217f View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    0b01d78 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    1561891 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    ab88065 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    d63f09a View commit details
    Browse the repository at this point in the history
  22. Fixed formatting

    ansnunez committed Sep 5, 2019
    Copy the full SHA
    178038c View commit details
    Browse the repository at this point in the history