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

Add verification tool for evm offchain replay #6755

Open
wants to merge 44 commits into
base: leo/add-testcase-for-offchain-evm-backward-compatibilities
Choose a base branch
from

Commits on Nov 8, 2024

  1. Add new websocket handler and skeleton for its deps

    * Added websocket controller
    * Added mock block provider
    * Added data provider factory
    * Added websocket handler
    * Added websocket config
    * Added a tiny POC test for websocket handler
    illia-malachyn committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bf4cc9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e50cd View commit details
    Browse the repository at this point in the history
  3. fix issue after merge

    illia-malachyn committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b76c811 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f88cf9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29380d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fixed comments

    * Use contexts as function arguments
    * Move models to folder for consistency
    * Change parse msg function
    * Simplify mock block provider to remove dedlock
    illia-malachyn committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b08370d View commit details
    Browse the repository at this point in the history
  2. add additional space

    illia-malachyn committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    dbaa545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e21498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b30d63d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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

Commits on Nov 19, 2024

  1. Fix comments

    * make handle_connection blocking
    * rename concurrent_map
    * use type switch instead of switch
    * add todos for error handling
    illia-malachyn committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    48aaa56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42d8a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. update height in comment

    zhangchiqing committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    006c80a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c548363 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    39a777a View commit details
    Browse the repository at this point in the history
  2. cleanup

    janezpodhostnik committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    333cbe9 View commit details
    Browse the repository at this point in the history
  3. add more details

    janezpodhostnik committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f880fe7 View commit details
    Browse the repository at this point in the history
  4. fix init

    janezpodhostnik committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    501d0ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b7668 View commit details
    Browse the repository at this point in the history
  6. add mainnet height

    janezpodhostnik committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f4654c8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6743 from onflow/leo/update-height-comment

    update height in comment
    zhangchiqing authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c5bde97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c38f6ce View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6630 from The-K-R-O-K/illia-malachyn/6617-new-ws-…

    …handler
    
    [Access] Add new websocket handler and skeleton for its deps
    peterargue authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a3676ba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. apply review comments

    janezpodhostnik committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    549c64f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e670c37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cadbde9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6751 from onflow/janez/offchain-block-context

    Add offchain block context creation method
    janezpodhostnik authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b3d0864 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    9bf550c View commit details
    Browse the repository at this point in the history
  2. review comments

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    27c0f3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2af8179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    873c707 View commit details
    Browse the repository at this point in the history
  5. add logging

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    7be4840 View commit details
    Browse the repository at this point in the history
  6. update error message

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    8b08a31 View commit details
    Browse the repository at this point in the history
  7. add register checks

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    c5752a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17cc1a8 View commit details
    Browse the repository at this point in the history
  9. fix tests

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0c7e532 View commit details
    Browse the repository at this point in the history
  10. update error message

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0548f6a View commit details
    Browse the repository at this point in the history
  11. update error message

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    5a197b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    af0cc4f View commit details
    Browse the repository at this point in the history
  13. update provider

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    96b7fa1 View commit details
    Browse the repository at this point in the history
  14. update verifable keys

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    67e32f7 View commit details
    Browse the repository at this point in the history
  15. update verifable keys

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    c9bb7c1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f564161 View commit details
    Browse the repository at this point in the history
  17. fix regresion

    zhangchiqing committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    20487a3 View commit details
    Browse the repository at this point in the history