Skip to content

Conversation

davesque
Copy link
Contributor

@davesque davesque commented Jun 4, 2018

What was wrong?

eth-abi had fallen out of sync with the project template in terms of settings, tools, CI, etc.

How was it fixed?

Manually applied differences with project template to eth-abi. Also correct lint errors and automatically sorted imports.

Cute Animal Picture

Cute animal picture

@davesque davesque requested review from carver and pipermerriam June 4, 2018 22:32
@carver
Copy link
Contributor

carver commented Jun 4, 2018

fallen out of sync with the project template

FWIW the project template was created after eth-abi, so they've never been synced. Props for taking it on!

👀

@@ -598,6 +594,6 @@ def test_tuple_encoder():
UnsignedIntegerEncoder(value_bit_size=256),
ByteStringEncoder(),
))
expected = decode_hex('0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000')
expected = decode_hex('0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000') # noqa
Copy link
Contributor

Choose a reason for hiding this comment

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

The explicit version of the noqa is better here, so we only silence the one line length error.

@davesque davesque merged commit 344be36 into ethereum:master Jun 4, 2018
@davesque davesque deleted the setup-py branch June 4, 2018 23:24
pacrob added a commit to pacrob/eth-abi that referenced this pull request Apr 14, 2023
pacrob added a commit to pacrob/eth-abi that referenced this pull request Dec 9, 2023
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.

2 participants