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

Python's external_pb2.py incompatible with actually-used external.proto #954

Open
i-infra opened this issue Feb 1, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@i-infra
Copy link

i-infra commented Feb 1, 2024

Describe the bug

external_pb2.py needs to be updated.

To Reproduce

Try and decode a receiver receipt object using external_pb2.py from this repo.

Expected behavior

Receiver receipt successfully decoded.

Actual behavior

Error thrown as fields have changed for block version 2.

Environment (please complete the following information):

  • OS: Ubuntu
  • Version 20.04

Additional context

Fixable with protoc --python_out=/tmp/mc_py ./mobilecoin/api/proto/external.proto

I'll probably make some time to MR the fix "soon".

@i-infra i-infra added the bug Something isn't working label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant