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

[Persistence] First Implementation of the StateHash (#284) #285

Merged
merged 275 commits into from
Nov 30, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    1d5486c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a1cf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    798ea1f View commit details
    Browse the repository at this point in the history
  4. Update block.go

    Olshansk committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    7cdc008 View commit details
    Browse the repository at this point in the history
  5. Fix typo in consensus proto

    Olshansk committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e4a63a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b219468 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa3a051 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    752992b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    844688f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5a8a1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6245080 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4672e65 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c83fd5 View commit details
    Browse the repository at this point in the history
  14. make develop_test passed

    Olshansk committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    8c6a923 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    62a51ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f61b6f View commit details
    Browse the repository at this point in the history
  3. Fixed unit tests

    Olshansk committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1200203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e03976 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2777a1 View commit details
    Browse the repository at this point in the history
  6. Undo more change

    Olshansk committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    242565c View commit details
    Browse the repository at this point in the history
  7. Update the interfaces

    Olshansk committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    55df6cf View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    3dab12f View commit details
    Browse the repository at this point in the history
  2. Added shouldElectNextLeader

    Olshansk committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    6370922 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    05e0118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45da822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2410521 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a478516 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8faaf21 View commit details
    Browse the repository at this point in the history
  6. s/NodeId/nodeId

    Olshansk committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    25971b7 View commit details
    Browse the repository at this point in the history
  7. s/LeaderId/leaderId

    Olshansk committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    472473c View commit details
    Browse the repository at this point in the history
  8. s/MessagePool/messagePool

    Olshansk committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a5edce5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28f1ba0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7207b9 View commit details
    Browse the repository at this point in the history
  11. Added isNodeLockedOnPastQC

    Olshansk committed Sep 29, 2022
    4 Configuration menu
    Copy the full SHA
    a8e5f3d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e39f0f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6990d2 View commit details
    Browse the repository at this point in the history
  14. Added shouldPrepareNewBlock

    Olshansk committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8a41361 View commit details
    Browse the repository at this point in the history
  15. Added TODO for 256

    Olshansk committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7493dd3 View commit details
    Browse the repository at this point in the history
  16. Merge with main

    Olshansk committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4ce5792 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge with main

    Olshansk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d30fbf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f413bd View commit details
    Browse the repository at this point in the history
  3. Updated a comment

    Olshansk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    317e677 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a576229 View commit details
    Browse the repository at this point in the history
  5. Added a TODO for 283

    Olshansk committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    070ba2a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    9902357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dafdea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66bd483 View commit details
    Browse the repository at this point in the history
  4. Updated shared changelog

    Olshansk committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    655d5d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d864be View commit details
    Browse the repository at this point in the history
  6. Checkout main again

    Olshansk committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9ff0ddb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ca02aa View commit details
    Browse the repository at this point in the history
  8. Uplied diffs back

    Olshansk committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    aaffb79 View commit details
    Browse the repository at this point in the history
  9. Temp checkout commit

    Olshansk committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    342de6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81837cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e8ae53 View commit details
    Browse the repository at this point in the history
  12. another merge

    Olshansk committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    185919c View commit details
    Browse the repository at this point in the history
  13. Tests failing but running

    Olshansk committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    f909103 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    593dac7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4f85c49 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    52ae666 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Merge with main

    Olshansk committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c795b00 View commit details
    Browse the repository at this point in the history
  2. Made things work again

    Olshansk committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    35f1311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b984c65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5530241 View commit details
    Browse the repository at this point in the history
  5. Cleaning up the interface

    Olshansk committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ab42525 View commit details
    Browse the repository at this point in the history
  6. make develop_test passed

    Olshansk committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f9a80ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ead8ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf27e10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e2f758 View commit details
    Browse the repository at this point in the history
  10. Update TODO keyword

    Olshansk committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e69456a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67c1cb5 View commit details
    Browse the repository at this point in the history
  12. make develop_test passed

    Olshansk committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2760dc4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c35f9db View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    5171d2d View commit details
    Browse the repository at this point in the history
  2. Test passed

    Olshansk committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ffcb91f View commit details
    Browse the repository at this point in the history
  3. Quick self review

    Olshansk committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6317a84 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Resolve merge conflicts

    Olshansk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    eacde91 View commit details
    Browse the repository at this point in the history
  2. Update shared/docs/flows/AppHash.md

    Co-authored-by: Alessandro De Blasis <[email protected]>
    Olshansk and deblasis authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3002911 View commit details
    Browse the repository at this point in the history
  3. Update shared/docs/flows/AppHash.md

    Co-authored-by: Alessandro De Blasis <[email protected]>
    Olshansk and deblasis authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7ea5969 View commit details
    Browse the repository at this point in the history
  4. Update shared/docs/flows/AppHash.md

    Co-authored-by: Irving A.J. Rivas Z. <[email protected]>
    Olshansk and iajrz authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ea2b201 View commit details
    Browse the repository at this point in the history
  5. Remove merge conflict file

    Olshansk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    02f2a6b View commit details
    Browse the repository at this point in the history
  6. Update changelog

    Olshansk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    68ef680 View commit details
    Browse the repository at this point in the history
  7. Minor changelog update

    Olshansk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    41c01a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    558965c View commit details
    Browse the repository at this point in the history
  9. Merge with main

    Olshansk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    1f49dfb View commit details
    Browse the repository at this point in the history
  10. Fix tests

    Olshansk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0d5df3a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    b1a9be1 View commit details
    Browse the repository at this point in the history
  2. Add call to tx exists

    Olshansk committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4c05a2c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Merge with main

    Olshansk committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6f97b56 View commit details
    Browse the repository at this point in the history
  2. Fix up changelog

    Olshansk committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    36aee3f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    8c5f71b View commit details
    Browse the repository at this point in the history
  2. Interim commit

    Olshansk committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    79bba7d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    49453fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e9fe7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    ff0ed30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad8135 View commit details
    Browse the repository at this point in the history
  3. Replied to most comments

    Olshansk committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    843d509 View commit details
    Browse the repository at this point in the history
  4. Tests passing

    Olshansk committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    27890a5 View commit details
    Browse the repository at this point in the history
  5. Merge with issues/251

    Olshansk committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5c10c72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f27bc50 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Make test_utility works

    Olshansk committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    244318b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dabfb0b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    a68e15e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    979b57c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65cd81a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

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

Commits on Oct 30, 2022

  1. Implemented Account trees

    Olshansk committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ade27af View commit details
    Browse the repository at this point in the history
  2. WIP benchmarking

    Olshansk committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    1746268 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Interim work on benchmarking

    Olshansk committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    91c2e68 View commit details
    Browse the repository at this point in the history
  2. Tests pass

    Olshansk committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    158e2b7 View commit details
    Browse the repository at this point in the history
  3. Add configs & all tests pass

    Olshansk committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    26eed85 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Don't clear context

    Olshansk committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    6fb1ab7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Nov 3, 2022

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

Commits on Nov 4, 2022

  1. Exporting state correctly

    Olshansk committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    82f0fd4 View commit details
    Browse the repository at this point in the history
  2. Added tx indexer

    Olshansk committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0d22faa View commit details
    Browse the repository at this point in the history
  3. Updated db_export_trees

    Olshansk committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    a6333d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbcb980 View commit details
    Browse the repository at this point in the history
  5. Merge with main

    Olshansk committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    20b71ed View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. WIP

    Olshansk committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    5108240 View commit details
    Browse the repository at this point in the history
  2. Unit tests passing

    Olshansk committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4152c14 View commit details
    Browse the repository at this point in the history
  3. Updated some comments

    Olshansk committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6e0259e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51e7ebe View commit details
    Browse the repository at this point in the history
  5. Update comment

    Olshansk committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    e60e22a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51d1401 View commit details
    Browse the repository at this point in the history
  7. Small commit

    Olshansk committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6bf28d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7deb63 View commit details
    Browse the repository at this point in the history
  9. Merged with localnet fixes

    Olshansk committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6e3f6c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Made things kind of work

    Olshansk committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a9de397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72173e View commit details
    Browse the repository at this point in the history
  3. Improve logging for p2p

    Olshansk committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8011f8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c68a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1686001 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    6b7f556 View commit details
    Browse the repository at this point in the history
  2. Update persistence/module.go

    Co-authored-by: Andrew Nguyen <[email protected]>
    Olshansk and Andrew Nguyen authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3d86e23 View commit details
    Browse the repository at this point in the history
  3. Update persistence/module.go

    Co-authored-by: Andrew Nguyen <[email protected]>
    Olshansk and Andrew Nguyen authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    878501c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd13813 View commit details
    Browse the repository at this point in the history
  5. Minor release fixes

    Olshansk committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    03c4bc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27f803d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea4fb4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccf240e View commit details
    Browse the repository at this point in the history
  9. Added comments

    Olshansk committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    432d55b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    e166e3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab5e63 View commit details
    Browse the repository at this point in the history
  3. StateHash test passing

    Olshansk committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a588240 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23df0cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3785f3 View commit details
    Browse the repository at this point in the history
  6. Halfway through self review

    Olshansk committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    353d4b0 View commit details
    Browse the repository at this point in the history
  7. Reverted unrelated changes

    Olshansk committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0ebbf52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7566bce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3336af6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    054b93a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge with main

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    60924aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300c8cb View commit details
    Browse the repository at this point in the history
  3. Added TODO for #344R

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4dae396 View commit details
    Browse the repository at this point in the history
  4. Update persistence/test/benchmark_state_test.go

    Co-authored-by: Andrew Nguyen <[email protected]>
    Olshansk and Andrew Nguyen authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    991fe30 View commit details
    Browse the repository at this point in the history
  5. Update persistence/account.go

    Co-authored-by: Andrew Nguyen <[email protected]>
    Olshansk and Andrew Nguyen authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    898f4a7 View commit details
    Browse the repository at this point in the history
  6. Tend to minor comments

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    05db304 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5ca864 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa7a392 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f52358 View commit details
    Browse the repository at this point in the history
  10. Append to nil slice

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    bb1069c View commit details
    Browse the repository at this point in the history
  11. Update persistence/debug.go

    Co-authored-by: Andrew Nguyen <[email protected]>
    Olshansk and Andrew Nguyen authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4f9f87d View commit details
    Browse the repository at this point in the history
  12. Update persistence/state.go

    Co-authored-by: Andrew Nguyen <[email protected]>
    Olshansk and Andrew Nguyen authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e442648 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4b86e6f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c353335 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4ec2421 View commit details
    Browse the repository at this point in the history
  16. A few minor edits

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ca658f0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85078f3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    10c1acb View commit details
    Browse the repository at this point in the history
  19. Merge with issues/251

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b48e6e1 View commit details
    Browse the repository at this point in the history
  20. Added db_cli_node

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    25439db View commit details
    Browse the repository at this point in the history
  21. Update utility/block.go

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4e81e6a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e7c3455 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8a9b130 View commit details
    Browse the repository at this point in the history
  24. Removed GetBlockHash

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    93b94b1 View commit details
    Browse the repository at this point in the history
  25. Update comment

    Olshansk committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f3164af View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    d0dc9c1 View commit details
    Browse the repository at this point in the history
  2. Added TODO for #346

    Olshansk committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    741949f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Consensus fixes

    Olshansk committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e10b147 View commit details
    Browse the repository at this point in the history
  2. Update shared/docs/PROTOCOL_STATE_HASH.md

    Co-authored-by: Andrew Nguyen <[email protected]>
    Olshansk and Andrew Nguyen authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b4e8007 View commit details
    Browse the repository at this point in the history
  3. [Utility] Local Proof of Stake CLI - RPC server [part 2/2] - Issue #112

    … (#176)
    
    ## Description
    
    This PR introduces a simple RPC (JSONRPC) server that will be used to interact with the CLI and/or other clients
    
    ## Issue
    
    Part of Issue #112 but we decided to split the work in 2 separate PRs
    
    ## Type of change
    
    Please mark the options that are relevant.
    
    - [x] New feature, functionality or library
    
    ## List of changes
    
    - Updated node to start an RPC server if enabled via config
    
    ## Testing
    
    - [x] `make test_all`
    - [x] [LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md) w/ all of the steps outlined in the `README`
    
    ## Checklist
    
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    - [x] I have tested my changes using the available tooling
    - [x] If applicable, I have made corresponding changes to related local or global README
    - [x] If applicable, I have added new diagrams using [mermaid.js](https://mermaid-js.github.io)
    - [x] If applicable, I have added tests that prove my fix is effective or that my feature works
    
    * feat(RPC): scaffolding
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * feat(RPC): scaffolding
    
    * feat(RPC): scaffolding
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * fix(RPC): updated config handling
    
    * fix(config.proto): updated timeout type
    
    * feat(RPC): basic RPC server with naive sync TX broadcast
    
    * fix(RPC): fixed HTTP method for Health and Version routes
    
    * style(RPC): format
    
    * refactor(Utility): RPC server RoutesMap for CLI/client use
    
    * refactor(Utility): RPC server exporting RouteKey and RoutesMap
    
    for CLI/client use
    
    * feat(Utility): RPC OpenApi spec and code generation
    
    * refactor(Utility): RPC server refactoring using code generation
    
    RPC server refactoring with code generation from openapi spec
    
    * feat(Utility): Updated RPC spec
    
    * feat(Utility): Regenerated RPC boilerplate and updates
    
    * docs(Utility): RPC and node docs barebones + RPC spec notes
    
    * refactor(Shared): RPC config defaults -changing soon,I'm centralizin
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * fix(Utility): RPC: updated to use test_artifacts defaults
    
    * docs(Utility): RPC and node basic docs
    
    * chore(Utility): fixed versioning schema
    
    * fix(Utility): RPC configs post-merge
    
    * feat(Consensus): configOptions
    
    * feat(P2P): configOptions
    
    * fix(Utility): RPC fix post merge
    
    * fix(Utility): RPC disabled by default because of TECHDEBT
    
    * fix(RPC): test_artifacts in runtime
    
    * fix(go.mod): tidy
    
    * fix(RPC): added imports used in codegen files
    
    * feat(RPC): config proto
    
    * feat(RPC): RPCModule and noopRpcModule
    
    * refactor(Shared): shared.Create -> shared.CreateNode
    
    * docs(RPC): updated code organization post refactoring
    
    * fix(RPC): gitignoring generated files
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * refactor(Consensus): mocks with Return(nil) and not Do(...)
    
    * docs(RPC): updated changelog versions
    
    * fix(Makefile): generate_rpc_openapi
    
    * fix(Makefile): fix for git clone + make develop_test
    
    * Update rpc/v1/openapi.yaml
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update rpc/doc/CHANGELOG.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update rpc/noop_module.go
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * chore(Shared): added TODOes for ValidateXXX() in modules
    
    * docs(RPC): broadcast_tx_sync summary updated
    
    * Update rpc/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update rpc/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update rpc/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * fix(Makefile): gitignoring generated files breaks tests fix
    
    * feat(Consensus): CurrentRound() and CurrentStep()
    
    * feat(RPC): /v1/consensus/round_state
    
    * feat(RPC): /v1/consensus/round_state handler
    
    * docs(Docs): Adding some more color config + raw_hex_bytes
    
    * chore(Runtime): comment spacing
    
    * Update runtime/docs/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * chore(Consensus): SetBus mock Do(func(modules.Bus) {}) -> Return()
    
    * docs(Pocket): changelog
    
    * Update app/pocket/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update app/pocket/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * docs(RPC): changelog
    
    * docs(RPC): docs TOC
    
    * docs(RPC): Transports -> Endpoints
    
    * feat(Tooling): swagger-ui
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * docs(RPC): swagger ui link to editor and ref to make cmd
    
    * feat(rpcServer): rpcServer is now IntegratableModule
    
    * chore(Shared): tracking TODO (implement validations) #334
    
    * fix(RPC): merge fix
    
    * chore(go.mod): tidy
    
    * docs(RPC): nit
    
    * fix(RPC): int64 on RoundState fields
    
    * refactor(Shared): unexporting XXModuleName
    
    * feat(node): single source of truth for version + overridable
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e413576 View commit details
    Browse the repository at this point in the history
  4. [Utility] Local Proof of Stake CLI - Issue #112 (#169)

    ## Description
    This PR aims at introducing CLI commands relative to the Utility module: 
    
    - Send
    - Stake
    - EditStake
    - Unstake
    - Unpause
    - ChangeParameter
    
    Consequently, it introduces an RPC server (HTTP) and the ability to "point" the CLI at specific nodes via flags 
    
    Fixes [issue/112](#112)
    
    ## Type of change
    Please mark the options that are relevant.
    
    - [x] New feature (non-breaking change which adds functionality)
    
    ## How Has This Been Tested?
    
    - [x] `make test_all`
    - [x] [LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md)
    
    ## Checklist
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    - [x] I have tested my changes using the available tooling
    - [x] If applicable, I have made corresponding changes to related or global README
    - [x] If applicable, I have added added new diagrams using [mermaid.js](https://mermaid-js.github.io)
    - [x] If applicable, I have added tests that prove my fix is effective or that my feature works
    
    * fix(config.proto): updated timeout type
    
    * feat(RPC): basic RPC server with naive sync TX broadcast
    
    * fix(RPC): fixed HTTP method for Health and Version routes
    
    * chore(go.mod): tidy
    
    * style(RPC): format
    
    * chore(go.mod): tidy + vendor
    
    * feat(Utility): CLI RPC client function
    
    * feat(Utility): RPC defaults const
    
    * feat(Utility): GetSignBytes
    
    * feat(Utility): CLI utils
    
    * feat(Utility): stake cmd scaffolding
    
    * refactor(Utility): RPC server RoutesMap for CLI/client use
    
    * refactor(Utility): RPC server exporting RouteKey and RoutesMap
    
    for CLI/client use
    
    * feat(Utility): CLI
    
    calling updated QueryRPC to point at route from map
    
    * refactor(Utility): RPC server exporting RouteKey and RoutesMap
    
    for CLI/client use
    
    * chore(Utility): Removed TODO
    
    * fix(Utility): CLI: making use of the pwd flag
    
    * fix(Utility): CLI: code review feedback
    
    * fix(Utility): CLI custodial stake command: OutputAddr = fromAddr
    
    * refactor(Utility): CLI: refactor command bindings
    
    Also added missing functionality in commands other than Stake
    
    * fix(Utility): Fix route after merge
    
    * refactor(Utility): CLI: named return values fix
    
    * test(Utility): CLI: simplified tests for PK parsing from file
    
    * feat(Utility): RPC OpenApi spec and code generation
    
    * refactor(Utility): RPC server refactoring using code generation
    
    RPC server refactoring with code generation from openapi spec
    
    * feat(Utility): RPC OpenApi spec and code generation
    
    * feat(Utility): Updated RPC spec
    
    * feat(Utility): Regenerated RPC boilerplate and updates
    
    * docs(Utility): RPC and node docs barebones + RPC spec notes
    
    * feat(Utility): Updated RPC spec
    
    * docs(Utility): CLI docs barebones
    
    * fix(Utility): CLI: added missing message handling for account
    
    * fix(Shared): fixed RPC config
    
    * feat(Utility): CLI updated to use the generated RPC client
    
    * chore(go.mod): tidy
    
    * refactor(Utility): CLI + RPC models in server.gen.go
    
    * style(Utility): removed redundant struct definition
    
    * docs(README.md): fixed LICENSE reference
    
    * docs(README.md): updated with references to CLI, RPC and Node docs
    
    * refactor(Shared): RPC config defaults -changing soon,I'm centralizin
    
    * refactor(Shared): RPC config defaults -changing soon,I'm centralizin
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * fix(Utility): RPC: updated to use test_artifacts defaults
    
    * refactor(Shared): RPC config defaults -changing soon,I'm centralizin
    
    * feat(Utility): CLI: updated to use test_artifacts default
    
    * docs(Utility): RPC and node basic docs
    
    * docs(Utility): CLI: Changelog
    
    * fix(Utility): CLI: fixed output to user. It shouldn't be logging
    
    * fix(Utility): CLI code review feedback
    
    * style(Utility): code review feedback
    
    * feat(Tooling): Updated makefile commands to better handle codegen
    
    * feat(Tooling): Updated makefile commands to better handle codegen
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * fix(Utility): Fix duplicated models
    
    * chore(Utility): fixed versioning schema
    
    * feat(Utility): CLI documentation generator + first stab at docs
    
    * fix(Utility): CLI specific fixes
    
    * fix(Utility): types fixes
    
    * fix(Utility): RPC configs post-merge
    
    * feat(Consensus): configOptions
    
    * feat(P2P): configOptions
    
    * feat(Utility): CLI: using configOptions to inject PK
    
    * fix(Utility): RPC configs post-merge
    
    * feat(Consensus): configOptions
    
    * feat(P2P): configOptions
    
    * fix(Utility): RPC fix post merge
    
    * fix(Utility): RPC disabled by default because of TECHDEBT
    
    * chore(go.mod): tidy
    
    * fix(go.mod): tidy
    
    * fix(CLI): test_artifacts
    
    * fix(go.mod): tidy
    
    * fix(CLI): updated to use new typesUtil.ActorType
    
    * fix(CLI): runtime based init
    
    * fix(test_artifacts): fix
    
    * fix(CLI): runtime using WithRandomPK()
    
    * fix(CLI): fixed client-only initialization
    
    * fix(Makefile): protogen first
    
    * feat(Utility): GetActorName function (can we autogenerate these?)
    
    * fix(RPC): test_artifacts in runtime
    
    * fix(go.mod): tidy
    
    * fix(CLI): debug commands are now feature flagged
    
    * chore(go.mod): tidy
    
    * chore(CLI): git rm app/pocket/rpc/client.gen.go
    
    * chore(CLI): s/j/tx and s/prepareTx/prepareTxJson
    
    * refactor(shared): converters
    
    * fix(CLI): debug nits
    
    * refactor(CLI): confirmation and credentials
    
    * chore(CLI): removed HACK todo
    
    * fix(Makefile): premature protoc
    
    * fix(RPC): added imports used in codegen files
    
    * docs(RPC): added swagger editor link
    
    * fix(RPC): added imports used in codegen files
    
    * feat(RPC): config proto
    
    * feat(RPC): RPCModule and noopRpcModule
    
    * refactor(Shared): shared.Create -> shared.CreateNode
    
    * refactor(RPC): moved scaffolding into rpc module
    
    * fix(RPC): removed redundant file
    
    * fix(CLI): debug merge fix
    
    * docs(RPC): fixed link after refactoring
    
    * docs(RPC): updated code organization post refactoring
    
    * Update app/client/cli/utils.go
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * fix(RPC): gitignoring generated files
    
    * style(Persistence): reverting space change
    
    * refactor(Defaults): runtime/defaults package
    
    * chore(CLI): issue handle
    
    * chore(CLI): Issue #310 links
    
    * refactor(CLI): preallocation fix
    
    * style(CLI): oneMillion
    
    * style(CLI): s/RelayChainIDs/relayChainIDs
    
    * feat(Utility): ActorType.GetName()
    
    * chore(Utility): tracking issue #142
    
    * chore(Utility): GetBytes -> GetCanonicalBytes
    
    * chore(CLI): actorCmd -> accountCmd
    
    * docs(CLI): fromAddr note (address currently sourced from pk)
    
    * chore(Runtime): new default value from main
    
    * refactor(CLI): moving utility functions in utils.go
    
    * chore(CLI): NewDebug -> NewDebugCommand
    
    * fix(RPC): gitignoring generated files
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * refactor(Consensus): mocks with Return(nil) and not Do(...)
    
    * docs(RPC): updated changelog versions
    
    * fix(Makefile): generate_rpc_openapi
    
    * fix(Makefile): fix for git clone + make develop_test
    
    * Update rpc/v1/openapi.yaml
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update rpc/doc/CHANGELOG.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update rpc/noop_module.go
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * chore(Shared): added TODOes for ValidateXXX() in modules
    
    * docs(RPC): broadcast_tx_sync summary updated
    
    * Update rpc/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update rpc/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update rpc/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * fix(Makefile): gitignoring generated files breaks tests fix
    
    * docs(CLI): added todos for exactArgs
    
    * chore(RPC): added types.go
    
    * refactor(RPC): sourcing defaults from defaults not test_artifacts
    
    * feat(CLI): system commands RPC🤝CLI
    
    * feat(Consensus): CurrentRound() and CurrentStep()
    
    * feat(RPC): /v1/consensus/round_state
    
    * feat(RPC): /v1/consensus/round_state handler
    
    * feat(RPC): /v1/consensus/round_state
    
    * refactor(CLI): system command typoes copypastas
    
    * feat(CLI): consensus commands -RoundState and individual ones
    
    * chore(CLI): typo
    
    * docs(CLI): short commands descriptions
    
    * docs(Config): Adding some more color around configuration
    
    * fix(CLI): tx message signing
    
    * feat(CLI): reporting statuscode and body
    
    * fix(Proto): deterministic
    
    * refactor(CLI): prepareTxJSON -> prepareTxBytes
    
    * docs(Docs): Adding some more color config + raw_hex_bytes
    
    * refactor(CLI): Stake command
    
    * fix(CLI): tx message signing
    
    * feat(CLI): reporting statuscode and body
    
    * Merge branch 'issue/utility_local_proof_of_stake_cli_CLI' into issue/utility_local_proof_of_stake_cli
    
    * feat(Tooling): swagger-ui
    
    * feat(RPC): cors feature flag
    
    * Update utility/types/message.go
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * chore(Runtime): comment spacing
    
    * docs(CLI): Changelog
    
    * docs(CLI): changelog
    
    * docs(RPC): changelog
    
    * chore(Runtime): comment spacing
    
    * Update runtime/docs/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * chore(Consensus): SetBus mock Do(func(modules.Bus) {}) -> Return()
    
    * refactor(Consensus): mocks with Return(nil) and not Do(...)
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * chore(Consensus): SetBus mock Do(func(modules.Bus) {}) -> Return()
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * docs(Pocket): changelog
    
    * Update app/pocket/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * Update app/pocket/doc/README.md
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * docs(RPC): changelog
    
    * docs(RPC): docs TOC
    
    * docs(RPC): Transports -> Endpoints
    
    * feat(Tooling): swagger-ui
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    
    * docs(RPC): swagger ui link to editor and ref to make cmd
    
    * feat(rpcServer): rpcServer is now IntegratableModule
    
    * chore(Shared): tracking TODO (implement validations) #334
    
    * fix(RPC): merge fix
    
    * chore(go.mod): tidy
    
    * chore(go.mod): tidy
    
    * feat(Tooling): added empty mock_module package for cold start
    
    * docs(RPC): nit
    
    * Update app/client/cli/consensus.go
    
    Co-authored-by: Daniel Olshansky <[email protected]>
    
    * docs(CLI): better commands descriptions
    
    * feat(CLI): boldText helper
    
    * style(CLI): nit: real estate
    
    * refactor(CLI): ConsensusState
    
    * docs(CLI): updated docs
    
    * docs(CLI): \n at the end of sentences in Stake command desc.
    
    * docs(CLI): regenerated docs
    
    * fix(RPC): int64 on RoundState fields
    
    * refactor(Shared): unexporting XXModuleName
    
    * feat(node): single source of truth for version + overridable
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    14c2ae3 View commit details
    Browse the repository at this point in the history
  5. Updated txResults comment

    Olshansk committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    92897bf View commit details
    Browse the repository at this point in the history
  6. Ticket #211: finding unnecessary public functions in the Persistence …

    …Module (#320)
    
    Reducing the scope of public functions in the persistence package from public to private for readability purposes
    Jasonyou1995 authored and Olshansk committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0551bbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    131d08f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc92358 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    53e7dfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1afbc78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e93272 View commit details
    Browse the repository at this point in the history
  4. Merge with main

    Olshansk committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ad042ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1f5151 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00c5378 View commit details
    Browse the repository at this point in the history
  7. Fix numbering in the README

    Olshansk committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6c41701 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8353e70 View commit details
    Browse the repository at this point in the history
  9. Updated utility changelog

    Olshansk committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4564c32 View commit details
    Browse the repository at this point in the history
  10. Merged with main

    Olshansk committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9ce3f4f View commit details
    Browse the repository at this point in the history
  11. Merge with issues/251

    Olshansk committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d1f8086 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c134b82 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ff13ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5468ccf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    069084c View commit details
    Browse the repository at this point in the history
  16. Fixed ShowLatestBlockInStore

    Olshansk committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    609c47f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Temp changes

    Olshansk committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dcb99e8 View commit details
    Browse the repository at this point in the history
  2. Merge with main

    Olshansk committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5aa5ef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aca2b23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b81f28 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    f72aae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aedd43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7f624e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f23651d View commit details
    Browse the repository at this point in the history
  5. Rename finalQC to commitQC

    Olshansk committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    2d4717b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55a12ba View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    365abe1 View commit details
    Browse the repository at this point in the history
  2. Import fix

    Olshansk committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9bdadb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    4225cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1943737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e382c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc362e4 View commit details
    Browse the repository at this point in the history
  5. Test all TestUtilityContext

    Olshansk committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f959553 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcd54ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3f32a0 View commit details
    Browse the repository at this point in the history
  8. Added IMPROVE

    Olshansk committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    bc36d30 View commit details
    Browse the repository at this point in the history
  9. Update expiration to 20 mins

    Olshansk committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f7065bc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Don't run fisherman tests

    Olshansk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1953ad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a22570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14ee5b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbd2a90 View commit details
    Browse the repository at this point in the history
  5. Adding back the validator

    Olshansk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f56a10a View commit details
    Browse the repository at this point in the history
  6. [Quick CI change] Run tests once (#365)

    Update main pipeline to run tests once
    okdas authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2eea86b View commit details
    Browse the repository at this point in the history
  7. Add back fisherman tests

    Olshansk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7a732d3 View commit details
    Browse the repository at this point in the history
  8. Fisherman tests only

    Olshansk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7422aa5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dbc3bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7eba2d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec05e05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    efe028e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6742174 View commit details
    Browse the repository at this point in the history
  14. Update main.yml

    okdas authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    bfc30db View commit details
    Browse the repository at this point in the history
  15. Merge pull request #367 from pokt-network/build-images-main-only

    [Quick CI change]
    okdas authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8c93f56 View commit details
    Browse the repository at this point in the history
  16. Fix comment

    Olshansk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    a8ff143 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a211022 View commit details
    Browse the repository at this point in the history
  18. Update main.yml

    Olshansk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    dbb8c18 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a2d401d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    30b1156 View commit details
    Browse the repository at this point in the history
  21. Update main.yml

    okdas authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d9fbe74 View commit details
    Browse the repository at this point in the history
  22. Update main.yml

    okdas authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    97d4fda View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7da547b View commit details
    Browse the repository at this point in the history
  24. Run :all_the_tests:

    Olshansk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    00986d0 View commit details
    Browse the repository at this point in the history
  25. Removing shitty code

    Olshansk committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5df8756 View commit details
    Browse the repository at this point in the history