-
Notifications
You must be signed in to change notification settings - Fork 81
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
cli: add --relative-path option #3206
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3206 +/- ##
==========================================
- Coverage 85.32% 85.32% -0.01%
==========================================
Files 326 326
Lines 43949 43967 +18
==========================================
+ Hits 37498 37513 +15
- Misses 4975 4977 +2
- Partials 1476 1477 +1 ☔ View full report in Codecov by Sentry. |
Please, change the PR name to something like |
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.
Please, change the commit message. See the #3206 (comment), this comment is also relevant for the commit messages. And try to fit the message into one line (~69 characters at max).
35e10ee
to
92719a4
Compare
cli/smartcontract/testdata/rpcbindings/notifications/rpcbindings_guessed.out
Outdated
Show resolved
Hide resolved
92719a4
to
15ae7d0
Compare
Needs a rebase after recent merges. |
15ae7d0
to
a1daea1
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.
Looks better.
a1daea1
to
ab827a1
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.
Minor issues are left, otherwise LGTM.
bb13eed
to
a77e804
Compare
a77e804
to
7821de0
Compare
7821de0
to
75475e4
Compare
To be able running the node from any working directory by simply pointing the relative-path as prefix for relative parameters set in config. Closes #3179. Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
75475e4
to
f457d50
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.
Good.
Closes #3179