mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-10 06:57:58 -05:00
Exclude quotations from spellcheck
This commit is contained in:
@@ -32,6 +32,9 @@ while(<>) {
|
||||
|
||||
chomp;
|
||||
|
||||
# Block quotations
|
||||
s/^ *>.*$//;
|
||||
|
||||
# Footnote links
|
||||
s/\[\^.+?\]:?//g;
|
||||
|
||||
@@ -58,5 +61,8 @@ while(<>) {
|
||||
# HTML entities
|
||||
s/&.+?;/ /g;
|
||||
|
||||
# Anything in quote marks
|
||||
s/".+?"//g;
|
||||
|
||||
print "^ $_";
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
ABI
|
||||
ADSL
|
||||
ASIC
|
||||
ASICs
|
||||
Accessors
|
||||
Alexandros
|
||||
@@ -27,7 +26,6 @@ Blockchains
|
||||
Blst
|
||||
Boneh
|
||||
Booleans
|
||||
CCA
|
||||
Casper
|
||||
ChainSafe
|
||||
Chia
|
||||
@@ -41,7 +39,6 @@ DAOs
|
||||
DVT
|
||||
Dankrad
|
||||
DeFi
|
||||
Deserialize
|
||||
Dfinity
|
||||
Dfinity's
|
||||
DoS
|
||||
@@ -81,7 +78,6 @@ Iteratively
|
||||
Iykyk
|
||||
JSON
|
||||
Jacek's
|
||||
Justinification
|
||||
Keccak
|
||||
LMD
|
||||
Lamport
|
||||
@@ -111,9 +107,9 @@ Permissionless
|
||||
Peta
|
||||
Piecharts
|
||||
Pintail's
|
||||
Polynya
|
||||
PoS
|
||||
PoW
|
||||
Polynya
|
||||
Potuz
|
||||
Protoarray
|
||||
Protolambda
|
||||
@@ -183,8 +179,6 @@ blockchain
|
||||
blockchains
|
||||
bls
|
||||
boolean
|
||||
ciphersuite
|
||||
config
|
||||
creds
|
||||
crosslink
|
||||
crosslinked
|
||||
@@ -212,14 +206,12 @@ disincentivise
|
||||
else's
|
||||
endian
|
||||
endianness
|
||||
ess
|
||||
et
|
||||
ethresear
|
||||
explainer
|
||||
fastssz
|
||||
finalization
|
||||
finalized
|
||||
generalized
|
||||
getter
|
||||
hackery
|
||||
hexary
|
||||
@@ -272,7 +264,6 @@ roadmap
|
||||
scalability
|
||||
secp
|
||||
serialiser
|
||||
serializing
|
||||
sharding
|
||||
shufflings
|
||||
slashable
|
||||
@@ -293,29 +284,23 @@ trie
|
||||
trilemma
|
||||
trustless
|
||||
trustlessly
|
||||
uint
|
||||
unaggregated
|
||||
unapologetically
|
||||
unbiasable
|
||||
unboundedly
|
||||
underflows
|
||||
unforgeability
|
||||
unhandled
|
||||
unslashed
|
||||
unsuffixed
|
||||
uptime
|
||||
utilizing
|
||||
validator
|
||||
validator's
|
||||
validators
|
||||
vals
|
||||
vbuterin
|
||||
verifiably
|
||||
verifier
|
||||
whistleblower
|
||||
whistleblowers
|
||||
whitepaper
|
||||
withdrawability
|
||||
withdrawable
|
||||
zee
|
||||
zkSTARKs
|
||||
|
||||
Reference in New Issue
Block a user