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

Local Ledger #1011

Merged
merged 38 commits into from
Jun 8, 2022
Merged

Local Ledger #1011

merged 38 commits into from
Jun 8, 2022

Commits on May 12, 2022

  1. integrate block processor

    shiqizng committed May 12, 2022
    Configuration menu
    Copy the full SHA
    a96fa70 View commit details
    Browse the repository at this point in the history
  2. update ledger path

    shiqizng committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ed32cb1 View commit details
    Browse the repository at this point in the history
  3. add ledger close

    shiqizng committed May 12, 2022
    Configuration menu
    Copy the full SHA
    8568fa2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. refactor AddBlock

    shiqizng committed May 13, 2022
    Configuration menu
    Copy the full SHA
    fda48cf View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. api handler test fails

    shiqizng committed May 16, 2022
    Configuration menu
    Copy the full SHA
    075f265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac04503 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. fixed handler e2e

    shiqizng committed May 17, 2022
    Configuration menu
    Copy the full SHA
    d7b8012 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

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

Commits on May 19, 2022

  1. more test updates

    shiqizng committed May 19, 2022
    Configuration menu
    Copy the full SHA
    c0726b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aee8e16 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. more test refactoring

    shiqizng committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a12262c View commit details
    Browse the repository at this point in the history
  2. make integration failing

    shiqizng committed May 20, 2022
    Configuration menu
    Copy the full SHA
    4c15d63 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. adding ledger for eval tests

    shiqizng committed May 23, 2022
    Configuration menu
    Copy the full SHA
    7a8c05d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. more tests

    shiqizng committed May 24, 2022
    Configuration menu
    Copy the full SHA
    8de6a18 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. make integration working

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    088434b View commit details
    Browse the repository at this point in the history
  2. fix linting errors

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    dfd2e83 View commit details
    Browse the repository at this point in the history
  3. remove debugging lines

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a40789f View commit details
    Browse the repository at this point in the history
  4. error fix

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1abe9f9 View commit details
    Browse the repository at this point in the history
  5. fix test failure

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d0fe6a4 View commit details
    Browse the repository at this point in the history
  6. refactoring

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    39dda1b View commit details
    Browse the repository at this point in the history
  7. more refactoring

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1e7c0a6 View commit details
    Browse the repository at this point in the history
  8. fix failed test

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    2ca22f3 View commit details
    Browse the repository at this point in the history
  9. fix

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    c4ab181 View commit details
    Browse the repository at this point in the history
  10. fix failing test

    shiqizng committed May 25, 2022
    Configuration menu
    Copy the full SHA
    4d38249 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. ready for review

    shiqizng committed May 26, 2022
    Configuration menu
    Copy the full SHA
    6ea76de View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. test changes

    shiqizng committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    baaeeb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. fix vet issues

    shiqizng committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    ce32607 View commit details
    Browse the repository at this point in the history
  2. fix failing test

    shiqizng committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    c6411ce View commit details
    Browse the repository at this point in the history
  3. fix failing test

    shiqizng committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    27b0a07 View commit details
    Browse the repository at this point in the history
  4. update e2e test

    shiqizng committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    d06852d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. fix env var

    shiqizng committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    f36732e View commit details
    Browse the repository at this point in the history
  2. add an alias

    shiqizng committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    531588f View commit details
    Browse the repository at this point in the history
  3. use dynamic values in test

    shiqizng committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    93b3988 View commit details
    Browse the repository at this point in the history
  4. remove env var alias

    shiqizng committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2a5cb8b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. pr reviews

    shiqizng committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    66c3c70 View commit details
    Browse the repository at this point in the history
  2. update ledger init

    shiqizng committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    aef1b3b View commit details
    Browse the repository at this point in the history
  3. format readme

    shiqizng committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b1bc03d View commit details
    Browse the repository at this point in the history
  4. format readme

    shiqizng committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    664bdd0 View commit details
    Browse the repository at this point in the history