You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: STYLE.md
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ sentence or heading.
21
21
22
22
- bech32
23
23
- bitcoin (the currency)
24
+
- eltoo
24
25
- merkle (tree|root|branch|node)
25
26
- schnorr
26
27
- segwit
@@ -71,14 +72,20 @@ following abbreviations we assume readers will already know.
71
72
|-|-|-|
72
73
| block chain | blockchain ||
73
74
| coinjoin | Coinjoin or coinJoin or coin-join ||
75
+
| feerate | fee-rate or fee rate ||
74
76
| mainnet | main net ||
75
77
| multisig | multi-sig ||
76
78
| multiparty | multi-party ||
77
79
| MuSig | Musig or muSig or musig ||
78
80
| offchain | off-chain ||
79
81
| onchain | on-chain ||
82
+
| opcode | OPCODE or OpCode or Opcode or op code ||
83
+
| OP_RETURN (and all other opcodes) | op_return ||
80
84
| preimage | pre-image ||
85
+
| proof of work | proof-of-work | proof-of-work may be used as an adjective phrase (e.g. "Bitcoin's proof-of-work security is economic in nature"). ||
81
86
| redeemScript | redeem script ||
87
+
| secp256k1 | Secp256k1 or SECP256k1 or SECP256K1 ||
88
+
| sigop | Sigop or SigOp or sig op ||
82
89
| single-sig | singlesig ||
83
90
| soft fork/hard fork | softfork/hardfork or soft-fork/hard-fork | soft-fork/hard-fork may be used as compound adjectives (eg "Foo proposed a soft-fork change") |
84
91
| 2-of-3 | 2 of 3 ||
@@ -89,15 +96,19 @@ The author of the document gets to choose its flavor of English (e.g.
89
96
American or British). However, the following terms should always be
90
97
spelled the same.
91
98
92
-
| Use | Don't use |
93
-
|-|-|
94
-
| k-of-n multisig | m-of-n multisig |
95
-
| light client | lite client |
99
+
| Use | Don't use | Notes |
100
+
|-|-|-|
101
+
| adaptor signatures | adapter signatures ||
102
+
| k-of-n multisig and n-of-n multisignature | m-of-n multisig or any_other_letter-of-any_other_letter multisig | When spoken, 'm-of-n' can easily be confused with 'n-of-n' |
0 commit comments