forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Merge bitcoin#9602: Remove coin age priority and free transactions - impleme… #2768
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Author
|
|
…implementation b421e6d Update example bitcoin.conf (Alex Morcos) 7d4e950 Allow setting minrelaytxfee to 0 (Alex Morcos) 359e8a0 [cleanup] Remove coin age priority completely. (Alex Morcos) f9b9371 [rpc] Remove priorityDelta from prioritisetransaction (Alex Morcos) 49be7e1 [rpc] Remove priority information from mempool RPC calls (Alex Morcos) 0315888 [test] Remove priority from tests (Alex Morcos) f838005 No longer allow "free" transactions (Alex Morcos) ad727f4 [rpc] sendrawtransaction no longer bypasses minRelayTxFee (Alex Morcos) fe282ac [cleanup] Remove estimatePriority and estimateSmartPriority (Alex Morcos) 400b151 [debug] Change -printpriority option (Alex Morcos) 272b25a [mining] Remove -blockprioritysize. (Alex Morcos) 12839cd [rpc] Remove estimatepriority and estimatesmartpriority. (Alex Morcos) ddf58c7 wallet: Remove sendfree (MarcoFalke) Tree-SHA512: a9a4499405923ce794ef18f9e334dbbd59dfc73a3dc2df6f85cc9c62af6f353ec2eed9c2d5e58e904f918d0d7ab738f403dd4939d9bc2276136864fe63710782 Signed-off-by: Pasta <Pasta@dash.org> Fix backport and fix dash specific priority code
Member
Author
|
tests passing locally, pls review |
UdjinM6
approved these changes
Mar 13, 2019
UdjinM6
left a comment
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.
utACK
Merged
codablock
approved these changes
Mar 14, 2019
codablock
left a comment
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.
utACK 👍
thephez
added a commit
to thephez/dash-docs
that referenced
this pull request
Aug 20, 2019
thephez
added a commit
to dash-docs/dash-docs
that referenced
this pull request
Aug 22, 2019
* RPC - Add getmemoryinfo mode parameter * RPC - Update RPC Table and quick-ref for getmemoryinfo * RPC - Add disconnectnode nodeid parameter * RPC - Update formatting of previous versions * RPC - Add getmempoolinfo instantsendlocks param * Correct RPC table getmemoryinfo entry * Formatting - fix getmempoolinfo indentation * RPC - getinfo add deprecations-warning * RPC - estimatesmartfee add conservative param * RPC - remove instantsendtoaddress references * RPC - IS changes - Remove instantsend field from result of getmempoolentry and getrawmempool - Deprecated IS send params for multiple RPCs * RPC - Remove deprecated starting/current priority fields Related to dashpay/dash#2768 * Add missing change to fix build error * RPC Table and quick ref updates * RPC - Add addrbind to getpeerinfo * RPC - Add bogosize and disk_size to gettxoutsetinfo * RPC - Add query_options to listunspent * Typo fix in generate RPC * RPC - Add abortrescan * Formatting fix * RPC - Add param to listsinceblock Also fix depth issue with full tx template and add abandoned field * RPC - update 2nd param name in submitblock * RPC - Add conf_target and estimate_mode to sendmany and sendtoaddress * RPC - Add new uptime RPC * RPC - Add new listwallets RPC * RPC - Add new getchaintxstats RPC * RPC - Update category list for debug * RPC - Update getblockchaininfo statistics format * RPC - Add uptime to table * RPC - Add new logging RPC * RPC - Add hex field to getblock * Update rpc table
thephez
added a commit
to dash-docs/dash-docs
that referenced
this pull request
Feb 19, 2020
* RPC - Add getmemoryinfo mode parameter * RPC - Update RPC Table and quick-ref for getmemoryinfo * RPC - Add disconnectnode nodeid parameter * RPC - Update formatting of previous versions * RPC - Add getmempoolinfo instantsendlocks param * Correct RPC table getmemoryinfo entry * Formatting - fix getmempoolinfo indentation * RPC - getinfo add deprecations-warning * RPC - estimatesmartfee add conservative param * RPC - remove instantsendtoaddress references * RPC - IS changes - Remove instantsend field from result of getmempoolentry and getrawmempool - Deprecated IS send params for multiple RPCs * RPC - Remove deprecated starting/current priority fields Related to dashpay/dash#2768 * Add missing change to fix build error * RPC Table and quick ref updates * RPC - Add addrbind to getpeerinfo * RPC - Add bogosize and disk_size to gettxoutsetinfo * RPC - Add query_options to listunspent * Typo fix in generate RPC * RPC - Add abortrescan * Formatting fix * RPC - Add param to listsinceblock Also fix depth issue with full tx template and add abandoned field * RPC - update 2nd param name in submitblock * RPC - Add conf_target and estimate_mode to sendmany and sendtoaddress * RPC - Add new uptime RPC * RPC - Add new listwallets RPC * RPC - Add new getchaintxstats RPC * RPC - Update category list for debug * RPC - Update getblockchaininfo statistics format * RPC - Add uptime to table * RPC - Add new logging RPC * RPC - Add hex field to getblock * Update rpc table
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…ntation
b421e6d Update example bitcoin.conf (Alex Morcos)
7d4e950 Allow setting minrelaytxfee to 0 (Alex Morcos)
359e8a0 [cleanup] Remove coin age priority completely. (Alex Morcos)
f9b9371 [rpc] Remove priorityDelta from prioritisetransaction (Alex Morcos)
49be7e1 [rpc] Remove priority information from mempool RPC calls (Alex Morcos)
0315888 [test] Remove priority from tests (Alex Morcos)
f838005 No longer allow "free" transactions (Alex Morcos)
ad727f4 [rpc] sendrawtransaction no longer bypasses minRelayTxFee (Alex Morcos)
fe282ac [cleanup] Remove estimatePriority and estimateSmartPriority (Alex Morcos)
400b151 [debug] Change -printpriority option (Alex Morcos)
272b25a [mining] Remove -blockprioritysize. (Alex Morcos)
12839cd [rpc] Remove estimatepriority and estimatesmartpriority. (Alex Morcos)
ddf58c7 wallet: Remove sendfree (MarcoFalke)
Tree-SHA512: a9a4499405923ce794ef18f9e334dbbd59dfc73a3dc2df6f85cc9c62af6f353ec2eed9c2d5e58e904f918d0d7ab738f403dd4939d9bc2276136864fe63710782
Signed-off-by: Pasta Pasta@dash.org