-
Notifications
You must be signed in to change notification settings - Fork 724
Piper/fix block tests invalid state #369
Piper/fix block tests invalid state #369
Conversation
f374476 to
b06829e
Compare
|
@vbuterin this PR fixes some python3 errors that have been introduced in some of your recent work implementing the various EIP proposals. |
b06829e to
fd0a4ff
Compare
| trie_root = Binary.fixed_length(32, allow_empty=True) | ||
|
|
||
|
|
||
| class bcolors: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is only used by the slogging module so I moved it over to there. Happy to move it back if it's a problem.
|
This looks okay to me -- in general I think I prefer PR's that stay inside their scope, i.e. fixing py3 things should not try to refactor the package structure, too. (Not that I haven't broken that rule myself in the past ;) ) |
|
I completely agree with keeping pull requests contained to single things. I Either way I'll do better keeping unrelated things separate On Wed, Jun 29, 2016, 9:05 AM konradkonrad notifications@github.com wrote:
|
Fix the VM issues and some other bytes/str/int/long py2/3 related bugs.