-
Notifications
You must be signed in to change notification settings - Fork 841
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
add rlp decode subcommand #6895
Conversation
88e4b60
to
52ba701
Compare
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.
@Brindrajsinh-Chauhan the subcommand looks pretty straightforward - can you add some tests? There's some examples in the codebase already - especially around error conditions - eg what happens if you specify a file path that doesn't exist
sounds good, will add tests around it and update the PR. Thank you so much for the feedback |
cd5d10c
to
ae56791
Compare
Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com>
ae56791
to
b78dabe
Compare
@macfarla Updated the PR with tests. Would be grateful if you could give it a look. The workflows might need approval to run and build. Thank you |
Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com>
Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com>
38a0efe
to
c10f356
Compare
looks good @Brindrajsinh-Chauhan - thanks for your contribution! May be helpful for docs - some local testing I did that shows more usage options
|
Thank you @macfarla for the review. Should I open a PR for docs update of is the process something different. |
You are welcome to open a PR in the docs repo - some of the linting is a bit fiddly but docs team can definitely help with that to get it over the line! That would be much appreciated! Otherwise it goes on the (quite long!) backlog for the docs team (based on the label). Either way, it will expedite things if we can at least draft the content - usage examples and description. |
@macfarla could you please approve the workflow run again, had to merge with main for it to automerge |
* add rlp decode subcommand Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com> --------- Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: amsmota <antonio.mota@citi.com>
* add rlp decode subcommand Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com> --------- Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: amsmota <antonio.mota@citi.com>
* add rlp decode subcommand Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com> --------- Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
* add rlp decode subcommand Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com> --------- Signed-off-by: Brindrajsinh-Chauhan <brindrajsinh@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
PR description
Fixed Issue(s)
Adds
decode
subcommand to rlp based on this IssueExample
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests