feat(rpc)!: remove spork active and its test, spork=spork show, update spork/sporkupdate help text#6207
feat(rpc)!: remove spork active and its test, spork=spork show, update spork/sporkupdate help text#6207UdjinM6 wants to merge 5 commits intodashpay:developfrom
spork active and its test, spork=spork show, update spork/sporkupdate help text#6207Conversation
|
🥇 👈 for longest PR name 😉 |
spork active and its test, let spork accept anything and act like spork showspork active and its test, spork=spork show, update spork/sporkupdate help text
| ''' | ||
| ''' | ||
|
|
||
| class SporkTest(BitcoinTestFramework): |
There was a problem hiding this comment.
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
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.
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
ba422af to
e1d019f
Compare
knst
left a comment
There was a problem hiding this comment.
LGTM df6080d6c74a83017c73b1ef008289979b48a597
|
This pull request has conflicts, please rebase. |
|
This pull request has conflicts, please rebase. |
❌ Backport Verification - CATASTROPHIC FAILUREReviewed commit hash: Critical violations detected: 🚨 Massive Scope Explosion
🔧 Technical Issues
📋 Actual Changes NeededThe legitimate spork changes appear to be:
🔄 Recommended Action
This PR cannot be salvaged due to the scope explosion and branch issues. The underlying feature changes appear valid but need proper implementation. Automated verification by backport verification system |
|
Automatically closed due to catastrophic validation failures. The PR contains massive scope explosion (1000+ files for a simple spork change) indicating it was created from an outdated branch. Please create a new PR from current develop branch with only the necessary spork changes. |
…spork` accept anything and act like `spork show`
df6080d to
30fd8b6
Compare
✅ No Merge Conflicts DetectedThis PR currently has no conflicts with other open PRs. |
|
This pull request has conflicts, please rebase. |
Issue being fixed or feature implemented
What was done?
How Has This Been Tested?
Breaking Changes
Checklist: