JSON-RPC call to accept transactions that don't meet acceptance fees#895
Closed
luke-jr wants to merge 2 commits intobitcoin:masterfrom
Closed
JSON-RPC call to accept transactions that don't meet acceptance fees#895luke-jr wants to merge 2 commits intobitcoin:masterfrom
luke-jr wants to merge 2 commits intobitcoin:masterfrom
Conversation
Contributor
|
I'd really prefer that new JSON-RPC methods get discussed on bitcoin-development before turning into pull requests. |
Contributor
|
Agreed. Closing -- please propose new JSON-RPC methods on bitcoin-devel. It definitely helps gauge acceptance and interest, as well as more fully specifying protocol and intent. "There has been some interest" without URL references could mean anything, or nothing. In particular, does the mining community want these RPCs, in this form? |
suprnurd
pushed a commit
to chaincoin-legacy/chaincoin
that referenced
this pull request
Dec 5, 2017
Refactor InstantSend to use block count instead of local time
suprnurd
pushed a commit
to chaincoin-legacy/chaincoin
that referenced
this pull request
Dec 5, 2017
68ff166 Fix bug in bitcoin#895
ptschip
pushed a commit
to ptschip/bitcoin
that referenced
this pull request
Jan 11, 2018
* [devtools] script support for managing source file copyright headers This is a port of Core bitcoin#8674 Three subcommands to this script: 1) ./copyright_header.py report Examines git-tracked files with extensions that match: INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.py'] Helps to: -> Identify source files without copyright -> Identify source files added with something other than "The Bitcoin Core developers" holder so we can be sure it is appropriate -> Identify unintentional typos in the copyright line 2) ./copyright_header.py update Replaces fix-copyright-headers.py. It does file editing in native python rather than subprocessing out to perl as was the case with fix-copyright-headers.py. It also shares code with the 'report' functions. 3) ./copyright_header.py insert Inserts a copyright header into a source file with the proper format and dates. * [scripts] Add missing univalue file to copyright_header.py * Adapt copyright_header.py to the BU repo - add a new set of expected copyright holders - define "The Bitcoin Unlimited developers" as the default copyright holder
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
There has been some interest in this functionality.