-
Notifications
You must be signed in to change notification settings - Fork 325
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
consistently use 0x
prefixes in RLP tests
#587
Conversation
This finishes what ethereum#557 started, to use 0x prefixes consistently in rlptest.json, invalidRLPTest.json, and RandomRLPTests/example.json. This also updates the documentation in rlp_tests.rst describe the `0x` and `#` prefixes.
have you checked that testeth is working with this change ? |
I haven't gotten |
@AlexKnauth |
@holgerd77 Thank you. I've tried running the command
However, it seems like
|
This is boost error. Make sure the path to test repo is correct. What is /foobar ? |
The directory within the Docker container. The |
try out |
Oh, with It's case sensitive, with a different case convention than the folder names. Thank you. The command:
Succeeds on both the |
Ready to merge? |
I think it's ready on my end. |
This finishes what #557 started, to use
0x
prefixes consistently inrlptest.json
,invalidRLPTest.json
, andRandomRLPTests/example.json
.This also updates the documentation in
rlp_tests.rst
to describe the0x
and#
prefixes.