mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #1598 from harding/cpfp-rbf
Dev Glossary: add CPFP and RBF entries
This commit is contained in:
commit
ac6495daba
4 changed files with 70 additions and 0 deletions
|
@ -181,6 +181,7 @@ BIP72:
|
||||||
BIP111:
|
BIP111:
|
||||||
BIP112:
|
BIP112:
|
||||||
BIP113:
|
BIP113:
|
||||||
|
BIP125:
|
||||||
BIP130:
|
BIP130:
|
||||||
BIP133:
|
BIP133:
|
||||||
BIP141:
|
BIP141:
|
||||||
|
|
29
_data/glossary/en/cpfp.yaml
Normal file
29
_data/glossary/en/cpfp.yaml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
# This file is licensed under the MIT License (MIT) available on
|
||||||
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
|
required:
|
||||||
|
#-------------40 characters-------------#
|
||||||
|
title_max_40_characters_no_formatting: Child Pays For Parent, CPFP
|
||||||
|
|
||||||
|
summary_max_255_characters_no_formatting: >
|
||||||
|
Selecting transactions for mining not just based on their fees but also
|
||||||
|
based on the fees of their ancestors (parents) and descendants
|
||||||
|
(children).
|
||||||
|
|
||||||
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
|
- Child pays for parent
|
||||||
|
- CPFP
|
||||||
|
- Ancestor mining
|
||||||
|
|
||||||
|
optional:
|
||||||
|
synonyms_and_pluralizations_not_shown_in_glossary:
|
||||||
|
|
||||||
|
not_to_be_confused_with_capitalize_first_letter:
|
||||||
|
- Replace by Fee
|
||||||
|
- RBF
|
||||||
|
|
||||||
|
links_html_or_markdown_style_capitalize_first_letter:
|
||||||
|
- "[More intelligent transaction selection for mining](https://bitcoincore.org/en/2016/08/23/release-0.13.0/#more-intelligent-transaction-selection-for-mining) --- Bitcoin Core 0.13.0 release (BitcoinCore.org)"
|
||||||
|
|
||||||
|
---
|
39
_data/glossary/en/rbf.yaml
Normal file
39
_data/glossary/en/rbf.yaml
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
---
|
||||||
|
# This file is licensed under the MIT License (MIT) available on
|
||||||
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
|
required:
|
||||||
|
#-------------40 characters-------------#
|
||||||
|
title_max_40_characters_no_formatting: Replace-by-Fee, RBF
|
||||||
|
|
||||||
|
summary_max_255_characters_no_formatting: >
|
||||||
|
Replacing one version of an unconfirmed transaction with a
|
||||||
|
different version of the transaction that pays a higher
|
||||||
|
transaction fee. May use BIP125 signaling.
|
||||||
|
|
||||||
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
|
- Replace by fee
|
||||||
|
- RBF
|
||||||
|
- Opt-in replace by fee
|
||||||
|
|
||||||
|
optional:
|
||||||
|
synonyms_and_pluralizations_not_shown_in_glossary:
|
||||||
|
- Replace-by-fee
|
||||||
|
- Full replace by fee
|
||||||
|
- Full RBF
|
||||||
|
- Replace by fee first seen safe
|
||||||
|
- Replace-by-fee first-seen-safe
|
||||||
|
- RBF FSS
|
||||||
|
- RBF-FSS
|
||||||
|
- "`bip125-replaceable`"
|
||||||
|
|
||||||
|
not_to_be_confused_with_capitalize_first_letter:
|
||||||
|
- Child pays for parent
|
||||||
|
- CPFP
|
||||||
|
|
||||||
|
links_html_or_markdown_style_capitalize_first_letter:
|
||||||
|
- "[BIP125: Opt-in Full Replace-by-Fee signaling](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki) --- Bitcoin Improvement Proposals repository"
|
||||||
|
- "[Opt-in RBF FAQ](https://bitcoincore.org/en/faq/optin_rbf/) --- BitcoinCore.org"
|
||||||
|
- "[Transaction replacement](https://en.bitcoin.it/wiki/Transaction_replacement) --- Bitcoin Wiki"
|
||||||
|
|
||||||
|
---
|
|
@ -332,6 +332,7 @@ http://opensource.org/licenses/MIT.
|
||||||
[BIP111]: https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki
|
[BIP111]: https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki
|
||||||
[BIP112]: https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki
|
[BIP112]: https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki
|
||||||
[BIP113]: https://github.com/bitcoin/bips/blob/master/bip-0113.mediawiki
|
[BIP113]: https://github.com/bitcoin/bips/blob/master/bip-0113.mediawiki
|
||||||
|
[BIP125]: https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki
|
||||||
[BIP130]: https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki
|
[BIP130]: https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki
|
||||||
[BIP133]: https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki
|
[BIP133]: https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki
|
||||||
[BIP141]: https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
|
[BIP141]: https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue