-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: remove SPORK_3_INSTANTSEND_BLOCK_FILTERING and SPORK_9_SUPERBLOCKS_ENABLED #7278
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
Changes from 1 commit
afcf3d1
ee90879
3d9e80e
b2cde07
18b990b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,13 @@ | ||||||||||||||||||||
| Removed Sporks | ||||||||||||||||||||
| -------------- | ||||||||||||||||||||
|
|
||||||||||||||||||||
| * `SPORK_3_INSTANTSEND_BLOCK_FILTERING` and `SPORK_9_SUPERBLOCKS_ENABLED` have | ||||||||||||||||||||
| been removed. The behaviours they gated (InstantSend conflicting-block | ||||||||||||||||||||
| rejection and superblock payments) are now always enabled. These sporks will | ||||||||||||||||||||
| no longer appear in the output of the `spork` RPC. | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Updated RPCs | ||||||||||||||||||||
| ------------ | ||||||||||||||||||||
|
|
||||||||||||||||||||
| * `getblocktemplate` now always reports `superblocks_enabled` as `true`. The | ||||||||||||||||||||
| field is retained for backwards compatibility. | ||||||||||||||||||||
|
Comment on lines
+12
to
+15
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💬 Nitpick: Release notes should mention The release notes document that 💡 Suggested change
Suggested change
source: ['claude'] |
||||||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.