mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Dev Glossary: add CPFP and RBF entries
This commit is contained in:
parent
b2c36c8b47
commit
524831a205
4 changed files with 70 additions and 0 deletions
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"
|
||||
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue