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

Change enclave_server to RPC from Hyper #63

Merged
merged 91 commits into from
Feb 18, 2025
Merged

Change enclave_server to RPC from Hyper #63

merged 91 commits into from
Feb 18, 2025

Conversation

phexyz
Copy link
Contributor

@phexyz phexyz commented Feb 17, 2025

  1. Added a mock Enclave Server with only tx_io defined
  2. Changes things to RPC so that we get a client for free. There was a client bug from reth where the parsing for http url is not correct. Deleted TeeHttpClient
  3. Deleted all JSON parsing logic for request handler
  4. Added logging
  5. Fix test_server_tx_io_req -> this is runnable inside dev box but not with github workflow. see https://github.com/SeismicSystems/enclave/actions/runs/13381139763/job/37369804769?pr=63

@phexyz phexyz changed the title Change things to RPC Change enclave_server to RPC from Hyper Feb 17, 2025
@phexyz phexyz merged commit 1c6ea78 into main Feb 18, 2025
5 checks passed
@phexyz phexyz deleted the peter/rpc branch February 18, 2025 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant