Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

feat: Use gRPC for sgx communication (ethermint side) #3

Draft
wants to merge 49 commits into
base: develop
Choose a base branch
from

Conversation

kenta-mori3322
Copy link

@kenta-mori3322 kenta-mori3322 commented Apr 15, 2024

ref: https://github.com/Inco-fhevm/inco-monorepo/issues/21

companion PRs:

Description

  • Add gRPC functions for evm keeper statedb function call

For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

x/evm/keeper/grpc_query.go Outdated Show resolved Hide resolved
x/evm/keeper/grpc_query.go Outdated Show resolved Hide resolved
x/evm/keeper/rpc_client.go Outdated Show resolved Hide resolved
x/evm/keeper/state_transition.go Outdated Show resolved Hide resolved
x/evm/keeper/grpc_client.go Outdated Show resolved Hide resolved
proto/ethermint/evm/v1/query.proto Outdated Show resolved Hide resolved
proto/ethermint/sgx/v1/query.proto Outdated Show resolved Hide resolved
proto/ethermint/sgx/v1/query.proto Outdated Show resolved Hide resolved
proto/ethermint/sgx/v1/query.proto Outdated Show resolved Hide resolved
proto/ethermint/sgx/v1/query.proto Outdated Show resolved Hide resolved
proto/ethermint/sgx/v1/query.proto Outdated Show resolved Hide resolved
x/evm/keeper/grpc_query.go Outdated Show resolved Hide resolved
x/evm/keeper/rpc_client.go Outdated Show resolved Hide resolved
x/evm/keeper/state_transition.go Outdated Show resolved Hide resolved
x/evm/keeper/state_transition.go Outdated Show resolved Hide resolved
@amaury1093 amaury1093 changed the title Kenta/evm rpc feat: Use gRPC for sgx communication (ethermint side) Apr 28, 2024
@@ -0,0 +1,54 @@
#!/bin/bash

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kenta-mori3322 Can we remove these 2 files?

@amaury1093 amaury1093 marked this pull request as draft May 6, 2024 09:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants