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

feature: interprocess-based IPC #59

Merged
merged 13 commits into from
Dec 8, 2023
Merged

feature: interprocess-based IPC #59

merged 13 commits into from
Dec 8, 2023

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    7998694 View commit details
    Browse the repository at this point in the history
  2. cleanup: tracing and flow

    prestwich committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    c94cb42 View commit details
    Browse the repository at this point in the history
  3. feat: log buffer contents

    prestwich committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    3d33512 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 8, 2023

  1. fix: buffer properly

    prestwich committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6fd3164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d18b084 View commit details
    Browse the repository at this point in the history
  3. feature: mock ipc

    prestwich committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5fa6402 View commit details
    Browse the repository at this point in the history
  4. docs: some of them

    prestwich committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    adbb4bc View commit details
    Browse the repository at this point in the history
  5. lint: clippy

    prestwich committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c00aa0e View commit details
    Browse the repository at this point in the history
  6. nit: newline

    prestwich committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    67ebd79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbc808f View commit details
    Browse the repository at this point in the history
  8. feat: simple IPC test (#65)

    * chore: add basic ipc test
    
    * install test binaries
    
    * feat: ipc connection on builder if ipc feat is enabled
    
    * chore: remove, better done separately
    
    * review comments
    
    * review comments
    
    * chore: remove unused crates for now
    
    * add to dev deps
    
    * chore: add instructions for repro on ipc test
    
    * chore: re-add normal test
    
    * clippy
    
    * chore: change test to use mock ipc
    
    * add mock
    
    * no sleep till brooklyn
    
    * chore: revert to geth impl for now
    Evalir authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6005c4c View commit details
    Browse the repository at this point in the history