1/3 Add lightwallet protocol Python bindings#164
Open
pacu wants to merge 1 commit into
Open
Conversation
Add the lightwallet-protocol proto definitions and generated Python gRPC stubs used by future gRPC parity tests. Include the grpcio/protobuf dependencies and a helper script for regenerating the stubs. Co-Authored-By: OpenAI Codex <codex@openai.com>
This was referenced Jul 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack order:
grpc-comparison-manual->grpc-proto-bindings: add the manual gRPC comparison test and framework support.grpc-comparison-ci->grpc-comparison-manual: run the gRPC comparison test in CI.Goal:
Add the protocol definitions and generated Python gRPC stubs needed by later gRPC parity tests, without introducing test framework behavior or CI changes yet.
What is included:
walletrpc/*.protoprotocol definitions.qa/rpc-tests/test_framework/proto/.grpcio/protobufdependencies in the uv project files.scripts/generate_proto.shfor regenerating the stubs.Review focus:
This PR should be reviewed mostly as dependency/protocol plumbing. The handwritten test logic comes in PR 2, and CI enablement comes in PR 3.
Local checks run:
python -m py_compile qa/rpc-tests/test_framework/proto/*.pybash -n scripts/generate_proto.shCo-Authored-By: OpenAI Codex codex@openai.com