-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat(rpc)!: remove spork active
and its test, spork
=spork show
, update spork
/sporkupdate
help text
#6207
base: develop
Are you sure you want to change the base?
Conversation
🥇 👈 for longest PR name 😉 |
spork active
and its test, let spork
accept anything and act like spork show
spork active
and its test, spork
=spork show
, update spork
/sporkupdate
help text
test/functional/feature_sporks.py
Outdated
''' | ||
''' | ||
|
||
class SporkTest(BitcoinTestFramework): |
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.
so far as we do not remove Spork functionality completely, but still uses them on regtest and devnets, we should not remove this functional tests, even if that's a trivial one
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.
Agreed
10f77ed
to
5011916
Compare
RPCResult{"For 'active'", | ||
RPCResult::Type::OBJ_DYN, "", "keys are the sporks, and values indicates its status", | ||
{ | ||
{RPCResult::Type::BOOL, "SPORK_NAME", "'true' for time-based sporks if spork is active and 'false' otherwise"}, | ||
}}, |
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.
dropping this param is a breaking change
spork active
and its test, spork
=spork show
, update spork
/sporkupdate
help textspork active
and its test, spork
=spork show
, update spork
/sporkupdate
help text
This pull request has conflicts, please rebase. |
5011916
to
dbbb214
Compare
dbbb214
to
ba422af
Compare
spork active
and its test, spork
=spork show
, update spork
/sporkupdate
help textspork active
and its test, spork
=spork show
, update spork
/sporkupdate
help text
…spork` accept anything and act like `spork show`
ba422af
to
e1d019f
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.
LGTM df6080d
This pull request has conflicts, please rebase. |
This pull request has conflicts, please rebase. |
Issue being fixed or feature implemented
What was done?
How Has This Been Tested?
Breaking Changes
Checklist: