mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add uasf and masf gloassary terms
This commit is contained in:
parent
4c9a38f8e3
commit
582be1bf61
2 changed files with 57 additions and 0 deletions
29
_data/glossary/en/masf.yaml
Normal file
29
_data/glossary/en/masf.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: Miner Activated Soft Fork, MASF
|
||||||
|
|
||||||
|
summary_max_255_characters_no_formatting: >
|
||||||
|
A Soft Fork activated by through miner signalling.
|
||||||
|
|
||||||
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
|
- Miner-activated soft fork
|
||||||
|
- MASF
|
||||||
|
|
||||||
|
optional:
|
||||||
|
synonyms_and_pluralizations_not_shown_in_glossary:
|
||||||
|
|
||||||
|
not_to_be_confused_with_capitalize_first_letter:
|
||||||
|
- User Activated Soft Fork (a soft fork activated by flag day or node enforcement instead of miner signalling.)
|
||||||
|
- Fork (a regular fork where all nodes follow the same consensus rules, so the fork is resolved once one chain has more proof of work than another)
|
||||||
|
- Hard fork (a permanent divergence in the block chain caused by non-upgraded nodes not following new consensus rules)
|
||||||
|
- Soft fork (a temporary divergence in the block chain caused by non-upgraded nodes not following new consensus rules)
|
||||||
|
- Software fork (when one or more developers permanently develops a codebase separately from other developers)
|
||||||
|
- Git fork (when one or more developers temporarily develops a codebase separately from other developers
|
||||||
|
|
||||||
|
links_html_or_markdown_style_capitalize_first_letter:
|
||||||
|
|
||||||
|
---
|
28
_data/glossary/en/uasf.yaml
Normal file
28
_data/glossary/en/uasf.yaml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
# 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: User Activated Soft Fork, UASF
|
||||||
|
|
||||||
|
summary_max_255_characters_no_formatting: >
|
||||||
|
A Soft Fork activated by flag day or node enforcement instead of miner signalling.
|
||||||
|
|
||||||
|
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||||
|
- User-activated soft fork
|
||||||
|
- UASF
|
||||||
|
|
||||||
|
optional:
|
||||||
|
synonyms_and_pluralizations_not_shown_in_glossary:
|
||||||
|
|
||||||
|
not_to_be_confused_with_capitalize_first_letter:
|
||||||
|
- Fork (a regular fork where all nodes follow the same consensus rules, so the fork is resolved once one chain has more proof of work than another)
|
||||||
|
- Hard fork (a permanent divergence in the block chain caused by non-upgraded nodes not following new consensus rules)
|
||||||
|
- Soft fork (a temporary divergence in the block chain caused by non-upgraded nodes not following new consensus rules)
|
||||||
|
- Software fork (when one or more developers permanently develops a codebase separately from other developers)
|
||||||
|
- Git fork (when one or more developers temporarily develops a codebase separately from other developers
|
||||||
|
|
||||||
|
links_html_or_markdown_style_capitalize_first_letter:
|
||||||
|
|
||||||
|
---
|
Loading…
Add table
Add a link
Reference in a new issue