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

feat: forest-tool snapshot compute-state #3430

Merged
merged 193 commits into from
Sep 8, 2023

Commits on Jul 10, 2023

  1. Scaffolding command

    elmattic committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d1ce733 View commit details
    Browse the repository at this point in the history
  2. Remove memory db

    elmattic committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ff23be1 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    elmattic committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0857cb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    9485a3e View commit details
    Browse the repository at this point in the history
  2. Add state_compute rpc

    elmattic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    50c8577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dcdf58 View commit details
    Browse the repository at this point in the history
  4. Clean up

    elmattic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5868195 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba634aa View commit details
    Browse the repository at this point in the history
  6. Fix doc comment

    elmattic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bab5c8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6e4a3b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Remove message flag

    elmattic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7ed786f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78116e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b33ea85 View commit details
    Browse the repository at this point in the history
  4. Add missing callbacks

    elmattic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d259a51 View commit details
    Browse the repository at this point in the history
  5. Remove passing of chainstore

    elmattic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    27a2482 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    09e44a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb118b2 View commit details
    Browse the repository at this point in the history
  3. Remove read_header

    elmattic committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    615eff9 View commit details
    Browse the repository at this point in the history
  4. Remove endpoint

    elmattic committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4566e50 View commit details
    Browse the repository at this point in the history
  5. exec traces (wip)

    elmattic committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b1987d2 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    elmattic committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1e66d3a View commit details
    Browse the repository at this point in the history
  7. Add comment

    elmattic committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    db3a037 View commit details
    Browse the repository at this point in the history
  8. Remove ExecutionEvent

    elmattic committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9dabe0f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    99bc952 View commit details
    Browse the repository at this point in the history
  2. Add strict_bytes

    elmattic committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    94b7d21 View commit details
    Browse the repository at this point in the history
  3. cleanup

    elmattic committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7358f99 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    c050a5b View commit details
    Browse the repository at this point in the history
  2. Add message return

    elmattic committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6836aa0 View commit details
    Browse the repository at this point in the history
  3. Add subcalls

    elmattic committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8e10dff View commit details
    Browse the repository at this point in the history
  4. Add gas trace charges

    elmattic committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    db12aa5 View commit details
    Browse the repository at this point in the history
  5. Uncomment code

    elmattic committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bce4f05 View commit details
    Browse the repository at this point in the history
  6. Add back option

    elmattic committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8264f69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5d7527 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    dc1daa4 View commit details
    Browse the repository at this point in the history
  2. Format code

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e87c962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8f645a View commit details
    Browse the repository at this point in the history
  4. Add total_cost field

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e314fee View commit details
    Browse the repository at this point in the history
  5. Fix message cid

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    22953a7 View commit details
    Browse the repository at this point in the history
  6. Fix gas_used field

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0f05740 View commit details
    Browse the repository at this point in the history
  7. Remove unused imports

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2630215 View commit details
    Browse the repository at this point in the history
  8. Add events_root field

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    011e8cd View commit details
    Browse the repository at this point in the history
  9. Use failure_info instead

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    149aefc View commit details
    Browse the repository at this point in the history
  10. Add reward message (wip)

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fa1e531 View commit details
    Browse the repository at this point in the history
  11. Add cron message trace

    elmattic committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    948ea7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eccfd25 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Fix previous merge with main

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6371c6e View commit details
    Browse the repository at this point in the history
  2. Formatting

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9cdacf6 View commit details
    Browse the repository at this point in the history
  3. Remove borrows

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    460c29e View commit details
    Browse the repository at this point in the history
  4. Some cleanup

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ad15173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f79b600 View commit details
    Browse the repository at this point in the history
  6. Remove public trait

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bbf0d51 View commit details
    Browse the repository at this point in the history
  7. Apply clippy suggestion

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    23452e4 View commit details
    Browse the repository at this point in the history
  8. Rename type

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dadf5de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71a6d70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b785eb View commit details
    Browse the repository at this point in the history
  11. Add duration field

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2aae25d View commit details
    Browse the repository at this point in the history
  12. Remove prints

    elmattic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ee5b7d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df7b3be View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Add tests

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    21d43ea View commit details
    Browse the repository at this point in the history
  2. Ignore clippy warning

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f0f9f4b View commit details
    Browse the repository at this point in the history
  3. Some cleaning

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e70e6de View commit details
    Browse the repository at this point in the history
  4. Update comment

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c052eb6 View commit details
    Browse the repository at this point in the history
  5. Add comment

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    916d5cb View commit details
    Browse the repository at this point in the history
  6. Add test for trace message

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    224dac7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e243ef4 View commit details
    Browse the repository at this point in the history
  8. Try to add a quickcheck test

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    dd48e72 View commit details
    Browse the repository at this point in the history
  9. Fix spelling mistakes

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    50f328e View commit details
    Browse the repository at this point in the history
  10. Fix spelling mistakes

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f15d509 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f3ca5e View commit details
    Browse the repository at this point in the history
  12. Ignore test

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    46a4179 View commit details
    Browse the repository at this point in the history
  13. Fix test

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cbc7aa7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d667d3 View commit details
    Browse the repository at this point in the history
  15. Refactor using a ctor

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5c0ee3a View commit details
    Browse the repository at this point in the history
  16. Rename variables

    elmattic committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    946e7aa View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Add missing tests

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fa3d0c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4c0a73 View commit details
    Browse the repository at this point in the history
  3. Move to AnyCar

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1331201 View commit details
    Browse the repository at this point in the history
  4. Empty commit

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3fe891e View commit details
    Browse the repository at this point in the history
  5. Remove usage of StateManager

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    71bf7f8 View commit details
    Browse the repository at this point in the history
  6. Remove ChainStore

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    28fc5f6 View commit details
    Browse the repository at this point in the history
  7. Remove config

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6f98406 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0cb76c View commit details
    Browse the repository at this point in the history
  9. Cosmetic changes

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    396c73f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5d96c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc3e231 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76e9718 View commit details
    Browse the repository at this point in the history
  13. Fix documentation error

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e707519 View commit details
    Browse the repository at this point in the history
  14. Add tracking issue

    elmattic committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    130dfda View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    abbb929 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    98251fd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    d7d36bc View commit details
    Browse the repository at this point in the history
  2. Use try::from constructor

    elmattic committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8c5466f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5cda56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf1db63 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 10, 2023

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

Commits on Aug 14, 2023

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

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    68b3fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b747653 View commit details
    Browse the repository at this point in the history
  3. Remove call to is_empty

    elmattic committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4b67594 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c12f25d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    d01f534 View commit details
    Browse the repository at this point in the history
  2. dev: add reference json

    aatifsyed committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    127b868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b132371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d6313e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3077374 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04c5c44 View commit details
    Browse the repository at this point in the history
  7. catchup: tweaks

    aatifsyed committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    35eb0f4 View commit details
    Browse the repository at this point in the history
  8. fix: remove dead method

    aatifsyed committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3a814ea View commit details
    Browse the repository at this point in the history
  9. run: ./make-output.bash

    aatifsyed committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5042bd3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13cac99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a94b156 View commit details
    Browse the repository at this point in the history
  12. fix: tweak InvocResult

    aatifsyed committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ea9862f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8647d0d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. review: add TraceAction

    aatifsyed committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9f5495b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    b3256cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6409445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0bef67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93c17b7 View commit details
    Browse the repository at this point in the history
  5. doc: tracing

    aatifsyed committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d0ccf92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4776636 View commit details
    Browse the repository at this point in the history
  7. refactor: rename structs

    aatifsyed committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    04744ae View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. doc: compute-state

    aatifsyed committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ca22663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d8ea8 View commit details
    Browse the repository at this point in the history
  3. review: suggestion

    Co-authored-by: David Himmelstrup <david.himmelstrup@chainsafe.io>
    aatifsyed and lemmih committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a4c035a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Revert "run: rm make-output.bash output-3a814eaca.json output-d01f534…

    …f5.json reference.json"
    
    This reverts commit 13cac99.
    aatifsyed committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4523cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    a130113 View commit details
    Browse the repository at this point in the history
  2. note: reflog of previous progress

    e05f67f56 HEAD@{5}: commit: wip: Root
    92da3a4 HEAD@{6}: commit: wip: CallTree
    aatifsyed committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    479520d View commit details
    Browse the repository at this point in the history
  3. fix: StateManager::replay callback ignores cron messages

    matches previous behaviour
    aatifsyed committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0c0039e View commit details
    Browse the repository at this point in the history
  4. fix: unpollute API

    aatifsyed committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2d3a8a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a5ca80 View commit details
    Browse the repository at this point in the history
  6. feat: parse ExecutionEvents

    aatifsyed committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3eeb41d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5b229d View commit details
    Browse the repository at this point in the history
  8. wip

    aatifsyed committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    46a18fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18e8158 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d86a558 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86519ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52637ea View commit details
    Browse the repository at this point in the history
  13. run: ./make-output.bash

    aatifsyed committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    fab3198 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    212991c View commit details
    Browse the repository at this point in the history
  15. run: sort-json-object-keys --in-place output-3a814eaca.json output-52…

    …637ea4a.json output-d01f534f5.json reference.json
    aatifsyed committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7bbbac2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    819a532 View commit details
    Browse the repository at this point in the history
  2. run: ./make-output.bash

    aatifsyed committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1858047 View commit details
    Browse the repository at this point in the history
  3. feat: clean-json helper

    aatifsyed committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    745fb81 View commit details
    Browse the repository at this point in the history
  4. run: cargo run --example clean-json -- output-3a814eaca.json output-5…

    …2637ea4a.json output-819a53210.json output-d01f534f5.json reference.json
    aatifsyed committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0675b2a View commit details
    Browse the repository at this point in the history
  5. fix: trivial differences

    aatifsyed committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4e12b1c View commit details
    Browse the repository at this point in the history
  6. run: ./make-output.bash

    aatifsyed committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    17c7f9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1603f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4405108 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f1dcea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7feb9f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    702ea5e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9c1fda View commit details
    Browse the repository at this point in the history
  13. run: ./make-output.bash

    aatifsyed committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    12673c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c4a188d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c3c5ab View commit details
    Browse the repository at this point in the history
  16. run: mv /home/aatif/chainsafe/forest.worktrees/elmattic/compute-state…

    …-cli/output-a4c035ae2.json .
    aatifsyed committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b734643 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9fa8754 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c719157 View commit details
    Browse the repository at this point in the history
  19. run: mv /home/aatif/chainsafe/forest.worktrees/elmattic/compute-state…

    …-cli/output-c12f25dfb.json .
    aatifsyed committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c9d2b01 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a1a5739 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9e36bf0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df9e532 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a03cd44 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7abc972 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. run: rm output-3a814eaca.json output-4e12b1c94.json output-819a53210.…

    …json output-52637ea4a.json output-a4c035ae2.json output-d01f534f5.json
    aatifsyed committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6e22dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d6c8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    263f4c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47c1996 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0d9df4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50b4bc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d648e98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d4af08 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Merge remote-tracking branch 'origin/main' into aatifsyed/refactor-co…

    …mpute-state-cli
    
    Lotsa conflicts
    aatifsyed committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    def619c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. refactor: cleanup returns

    aatifsyed committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fa061b6 View commit details
    Browse the repository at this point in the history
  2. wip: callback attempt 2

    aatifsyed committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7bc7ec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e553de9 View commit details
    Browse the repository at this point in the history
  4. refactor: callback

    aatifsyed committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    aa04e81 View commit details
    Browse the repository at this point in the history
  5. refactor: callback ty

    aatifsyed committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8ddc7b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bb0183 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d2de00 View commit details
    Browse the repository at this point in the history
  8. docs: changelog entry

    aatifsyed committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    901fba2 View commit details
    Browse the repository at this point in the history
  9. docs: #3463

    aatifsyed committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0cfb650 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    b236657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06abae5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b76be32 View commit details
    Browse the repository at this point in the history
  4. wip

    aatifsyed committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8d67f71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b028b5 View commit details
    Browse the repository at this point in the history
  6. refactor: use shim types

    aatifsyed committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3911ba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    b8061a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8983806 View commit details
    Browse the repository at this point in the history
  3. chore: spellcheck

    aatifsyed committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4aeeb30 View commit details
    Browse the repository at this point in the history