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

Traces api use local state index #555

Draft
wants to merge 176 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    920da4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2d86ce View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    6e2bc20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d7ff3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gregor/local-state/database' into gregor/local-state/init

    # Conflicts:
    #	storage/pebble/ledger.go
    sideninja committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d45f771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dac5b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d81d50c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    e59015d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4894f View commit details
    Browse the repository at this point in the history
  3. add new fields to receipt

    sideninja committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    70ae5f1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into gregor/local-state/tx-event-extended

    # Conflicts:
    #	models/receipt.go
    #	models/transaction.go
    sideninja committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    91a6c32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12e8d3a View commit details
    Browse the repository at this point in the history
  6. refactor the state context

    sideninja committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c4be2fa View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. refactor state factory

    sideninja committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d82d0c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527acba View commit details
    Browse the repository at this point in the history
  3. use geth transaction

    sideninja committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a848b19 View commit details
    Browse the repository at this point in the history
  4. update state execute

    sideninja committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1ec177a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    0bc496e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc26a4 View commit details
    Browse the repository at this point in the history
  3. go tidy

    sideninja committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d62a3f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49e7851 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. add state engine

    sideninja committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    11aca89 View commit details
    Browse the repository at this point in the history
  2. add integration state test

    sideninja committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2cb48b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aaec7e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge branch 'main' into gregor/local-state/main

    # Conflicts:
    #	bootstrap/bootstrap.go
    #	go.mod
    #	go.sum
    #	models/receipt.go
    #	models/transaction.go
    #	tests/go.mod
    #	tests/go.sum
    #	tests/helpers.go
    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9642317 View commit details
    Browse the repository at this point in the history
  2. add bootstrap state index

    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    265dfe1 View commit details
    Browse the repository at this point in the history
  3. update changed type

    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8d42a5f View commit details
    Browse the repository at this point in the history
  4. export engines and storage

    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    496a0ef View commit details
    Browse the repository at this point in the history
  5. expose client

    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ea5d95a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0877c0d View commit details
    Browse the repository at this point in the history
  7. update coinbase and rand

    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    07a8aec View commit details
    Browse the repository at this point in the history
  8. expose requester

    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b96000d View commit details
    Browse the repository at this point in the history
  9. formatting

    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c7ba551 View commit details
    Browse the repository at this point in the history
  10. temp debug

    sideninja committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    daab1f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27e885d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add compare receipts

    sideninja committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b5f95cb View commit details
    Browse the repository at this point in the history
  2. handle compare of results

    sideninja committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c3e4265 View commit details
    Browse the repository at this point in the history
  3. fix test bootstrap

    sideninja committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    df2b6e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2fc6e9 View commit details
    Browse the repository at this point in the history
  5. add todo

    sideninja committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    471c799 View commit details
    Browse the repository at this point in the history
  6. wip test state

    sideninja committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ee2988a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. cleanup state

    sideninja committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c084452 View commit details
    Browse the repository at this point in the history
  2. temp disable hash check

    sideninja committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6803cad View commit details
    Browse the repository at this point in the history
  3. bugfix index usage

    sideninja committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d57da16 View commit details
    Browse the repository at this point in the history
  4. add logger

    sideninja committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f7f6305 View commit details
    Browse the repository at this point in the history
  5. update nonce in test

    sideninja committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    107cdf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f3ff04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb91214 View commit details
    Browse the repository at this point in the history
  8. use chain id

    sideninja committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2b92d4f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fix bug with index

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    20565a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2af01b View commit details
    Browse the repository at this point in the history
  3. remove old comment

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    42708f0 View commit details
    Browse the repository at this point in the history
  4. update api

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5f3fd1c View commit details
    Browse the repository at this point in the history
  5. update gas used

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9504e97 View commit details
    Browse the repository at this point in the history
  6. add height to key id

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e64b3ca View commit details
    Browse the repository at this point in the history
  7. refactor ledger id

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    71986cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bcad89 View commit details
    Browse the repository at this point in the history
  9. lock set height

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    736a841 View commit details
    Browse the repository at this point in the history
  10. add basic register test

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1fd3e20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38aed72 View commit details
    Browse the repository at this point in the history
  12. remove logs

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    78df44b View commit details
    Browse the repository at this point in the history
  13. multiple registers test

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fa46656 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c5f3fb5 View commit details
    Browse the repository at this point in the history
  15. test historic balance

    sideninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    374d56d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. remove todo

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c67a2de View commit details
    Browse the repository at this point in the history
  2. nicer syntax

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4eb1229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27ea12e View commit details
    Browse the repository at this point in the history
  4. rename evm and remote

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d2b8c85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4554f46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e800a25 View commit details
    Browse the repository at this point in the history
  7. add local client

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e039861 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ba5ba2 View commit details
    Browse the repository at this point in the history
  9. implement call on state

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    460cde6 View commit details
    Browse the repository at this point in the history
  10. add client handler

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    584029f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edf82ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2bb7b0 View commit details
    Browse the repository at this point in the history
  13. update local client syntax

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e3490c3 View commit details
    Browse the repository at this point in the history
  14. bootstrap client handler

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f851e83 View commit details
    Browse the repository at this point in the history
  15. update test apis

    sideninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8613437 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    23533df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    56e4bca View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. handle failed results

    sideninja committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    aded8e3 View commit details
    Browse the repository at this point in the history
  2. handle failed results

    sideninja committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ec6d724 View commit details
    Browse the repository at this point in the history
  3. check errors by value

    sideninja committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6cf64e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf9c41d View commit details
    Browse the repository at this point in the history
  5. add evm height

    sideninja committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8ed258d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a73273 View commit details
    Browse the repository at this point in the history
  7. update block mock

    sideninja committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d912624 View commit details
    Browse the repository at this point in the history
  8. fend for receipt status

    sideninja committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4a7ca08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0280909 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80e698f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    550151c View commit details
    Browse the repository at this point in the history
  2. use latest executed height

    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7d2d5d1 View commit details
    Browse the repository at this point in the history
  3. return data nil handle

    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6829472 View commit details
    Browse the repository at this point in the history
  4. add ms response time

    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a4e896f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ddcaa6 View commit details
    Browse the repository at this point in the history
  6. handle estimate failures

    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dd9f945 View commit details
    Browse the repository at this point in the history
  7. use specific height, don't use latest height since the local and remo…

    …te client will differ then
    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    832c39d View commit details
    Browse the repository at this point in the history
  8. fix tests

    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e8ef351 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4c0b83 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'gregor/local-state/main' into gregor/local-state/state

    # Conflicts:
    #	api/api.go
    #	tests/web3js/build_evm_state_test.js
    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2ca4b19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e7aab7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d1651c4 View commit details
    Browse the repository at this point in the history
  13. client handler api updates

    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    935f68e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8584fa7 View commit details
    Browse the repository at this point in the history
  15. return remote values

    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1aa026c View commit details
    Browse the repository at this point in the history
  16. improve time output to ms

    sideninja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f6c4f74 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    14ba53b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2150fb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. update flow-go

    sideninja committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    675c7e5 View commit details
    Browse the repository at this point in the history
  2. add todo comments

    sideninja committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    cf582e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    a4e500c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20e766 View commit details
    Browse the repository at this point in the history
  3. update comment

    sideninja committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d07b8ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0b5da8 View commit details
    Browse the repository at this point in the history
  5. update test with changes

    sideninja committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    ce4eb30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e4201f View commit details
    Browse the repository at this point in the history
  7. Update README.md

    sideninja committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5fb3080 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4960b86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c319c2 View commit details
    Browse the repository at this point in the history
  10. comment out

    sideninja committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    2d6477c View commit details
    Browse the repository at this point in the history
  11. comment out

    sideninja committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    fde99b6 View commit details
    Browse the repository at this point in the history
  12. return errs

    sideninja committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0d6af5e View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/gregor/local-state/state' into g…

    …regor/local-state/state
    sideninja committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    da2f408 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05b4f64 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    846283c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    24243a3 View commit details
    Browse the repository at this point in the history
  2. add register validator

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    20d48a3 View commit details
    Browse the repository at this point in the history
  3. remove uneeded block fetch

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    703e692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1d62e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8723c83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0881de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6afb1db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc3a030 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65707be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    169c245 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f44b425 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d9e57f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a959e64 View commit details
    Browse the repository at this point in the history
  14. use atree type

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3f0f483 View commit details
    Browse the repository at this point in the history
  15. log wrong register

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0d58353 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    18e14c0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2ba6449 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1059dfb View commit details
    Browse the repository at this point in the history
  19. Merge remote-tracking branch 'origin/gregor/local-state/historic' int…

    …o gregor/local-state/historic
    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4cb9036 View commit details
    Browse the repository at this point in the history
  20. add log

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    41c5a0c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d5874db View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    728923e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    61b9e0e View commit details
    Browse the repository at this point in the history
  24. remove receipt match

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f75c2c9 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'gregor/local-state/integrate' into feature/state

    # Conflicts:
    #	services/requester/client_handler.go
    #	services/requester/local_client.go
    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    73ea0a5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ee67501 View commit details
    Browse the repository at this point in the history
  27. Merge branch 'gregor/local-state/check' into feature/state

    # Conflicts:
    #	services/state/engine.go
    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cbb422d View commit details
    Browse the repository at this point in the history
  28. fix errors handling

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    19cfad7 View commit details
    Browse the repository at this point in the history
  29. fix error

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4830bf1 View commit details
    Browse the repository at this point in the history
  30. move validator

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8a217bb View commit details
    Browse the repository at this point in the history
  31. fix usage of exe client

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b8e29d3 View commit details
    Browse the repository at this point in the history
  32. update new state

    sideninja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dacc700 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix wrong balance encoding

    sideninja committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4d501de View commit details
    Browse the repository at this point in the history
  2. use execution client

    sideninja committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    661c705 View commit details
    Browse the repository at this point in the history
  3. update validation logic

    sideninja committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5d8701c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix bootstrap logic

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    59b21ae View commit details
    Browse the repository at this point in the history
  2. sync up to missed blocks

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ac776dd View commit details
    Browse the repository at this point in the history
  3. better handle batch close

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3138a82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    252d699 View commit details
    Browse the repository at this point in the history
  5. support usage of batch

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a3c623d View commit details
    Browse the repository at this point in the history
  6. update api usage

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d56cc9d View commit details
    Browse the repository at this point in the history
  7. update api usage

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b97ce67 View commit details
    Browse the repository at this point in the history
  8. fix state test

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    14ab876 View commit details
    Browse the repository at this point in the history
  9. fix state test

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    02c5e42 View commit details
    Browse the repository at this point in the history
  10. update flow-go

    sideninja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6e24eb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix test api change

    sideninja committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    015f11a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f7469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35f011a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/gregor/local-state/progress' int…

    …o gregor/local-state/progress
    sideninja committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c83ed0d View commit details
    Browse the repository at this point in the history
  5. WIP

    m-Peter committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a8fca4a View commit details
    Browse the repository at this point in the history