Skip to content

Commit

Permalink
gen pb2.py with protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Feb 20, 2024
1 parent 682716d commit cbb83ca
Show file tree
Hide file tree
Showing 16 changed files with 466 additions and 1,097 deletions.
2 changes: 1 addition & 1 deletion integration_tests/eip712_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)
from .protobuf.ethermint.crypto.v1.ethsecp256k1.keys_pb2 import PubKey as EPubKey
from .protobuf.ethermint.types.v1.web3_pb2 import ExtensionOptionsWeb3Tx
from .protobuf.google.protobuf.any_pb2 import Any
from google.protobuf import any_pb2 as Any

Check failure on line 21 in integration_tests/eip712_utils.py

View workflow job for this annotation

GitHub Actions / Lint python

./integration_tests/eip712_utils.py:21:1: I001 isort found an import in the wrong position

Check failure on line 21 in integration_tests/eip712_utils.py

View workflow job for this annotation

GitHub Actions / Lint python

./integration_tests/eip712_utils.py:21:2: N812 lowercase 'any_pb2' imported as non lowercase 'Any'

LEGACY_AMINO = 127
SIGN_DIRECT = 1
Expand Down
26 changes: 26 additions & 0 deletions integration_tests/protobuf/amino/amino_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

148 changes: 50 additions & 98 deletions integration_tests/protobuf/cosmos/bank/v1beta1/bank_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cbb83ca

Please sign in to comment.