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 sample Starknet P2P tests utilizing synthetic node and get header request #1

Merged
merged 14 commits into from
Sep 13, 2024

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    dd5b4b3 View commit details
    Browse the repository at this point in the history
  2. Copy starknet p2p implementation from Juno

    Can't use the package directly right now due to dependencies issue in Juno.
    Refer to: NethermindEth/juno#2084
    wojciechos committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    82291dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    179e5fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde4cf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf8e9f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4d529e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Add readme

    wojciechos committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    97d8f27 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update readme

    wojciechos committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b7016e5 View commit details
    Browse the repository at this point in the history
  2. Remove unused main file

    wojciechos committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9eebf4c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update readme

    wojciechos committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ec2f145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f735714 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Add discovery test (#2)

    * Add p2p discover test
    
    * Fix discovery test
    
    * Clean up tests
    
    * Use go's benchmarking for perf tests
    
    * Make perf test framework
    
    Discovery test (#3)
    
    * Add p2p discover test
    
    * Fix discovery test
    
    * Clean up tests
    
    * Use go's benchmarking for perf tests
    
    * dsf
    
    * Make perf test framework
    
    * use external target node for pipeline run
    
    ---------
    
    Discovery test (#4)
    
    * Add p2p discover test
    
    * Fix discovery test
    
    * Clean up tests
    
    * Use go's benchmarking for perf tests
    wojciechos committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f00475b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98503d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89778b6 View commit details
    Browse the repository at this point in the history