Commit Graph

98 Commits (c85af6747659cc157fe91c2c0cfc5996f1647fa6)

Author SHA1 Message Date
Rene Pickhardt 8ccc05adf4 fixed MPP an AMP definition in glossary 4 years ago
Paul Wackerow 3a4a6bbd1f Grammar/inconsistency fixes
Fixes small grammatical errors. Fixed plural 'bitcoins'. Capitalized 'Bitcoin transaction' and used '2-of-2' to be consistent with rest of book.
4 years ago
Andreas M. Antonopoulos 2aa06cd9ca
Merge branch 'develop' into patch-40 4 years ago
Andreas M. Antonopoulos 2046820fd9
Merge pull request #482 from ImranLorgat/patch-39
Glossary - Bitcoin Mining
4 years ago
Andreas M. Antonopoulos 0d1f20f861
Merge pull request #481 from ImranLorgat/patch-37
Glossary - Output
4 years ago
Andreas M. Antonopoulos 068b070005
Merge pull request #480 from ImranLorgat/patch-36
Glossary - balance
4 years ago
Andreas M. Antonopoulos 2d02f954b0
Merge pull request #479 from ImranLorgat/patch-35
Glossary - Payment Channels
4 years ago
Andreas M. Antonopoulos 9e2530356c
Merge pull request #389 from ImranLorgat/patch-15
Glossary - Private Channel
4 years ago
Imran a7108dd4ec
Glossary - Proof of Work
Related to the new definition of Bitcoin Mining #482
4 years ago
Imran a8c2475004
Glossary - Bitcoin Mining
Fixes #462 

Used part of @s-tikhomirov 's proposed definition
4 years ago
Imran 0f4dbec977
Update Glossary - Output
Fixes #462
4 years ago
Imran 1160c84930
Update glossary.asciidoc 4 years ago
Imran 77f5b6ca62
Glossary - balance
Fixes #462 

Simpler definition
4 years ago
Imran aab40659e2
Glossary - Payment Channels
Fixes #463 

The glossary contains two separate definitions for payment channels, both of which are probably too complex for a glossary
4 years ago
Imran 5be56dda5c
Update glossary.asciidoc 4 years ago
Andreas M. Antonopoulos 5652ce479b
Merge pull request #390 from ImranLorgat/patch-17
Glossary - Network Capacity
4 years ago
Imran 69dcc8262c
Typo, plus reworded for clarity 4 years ago
Imran 165f8a4c31
Typo 4 years ago
Andreas M. Antonopoulos 8c9d45f51b
Merge pull request #398 from ImranLorgat/patch-22
Glossary - Watchtowers
4 years ago
Andreas M. Antonopoulos 7522362be8
Merge pull request #396 from ImranLorgat/patch-21
Glossary - Commitment Transaction
4 years ago
Andreas M. Antonopoulos 067f73108e
Merge pull request #388 from ImranLorgat/patch-14
Glossary- Zombie Channel
4 years ago
Andreas M. Antonopoulos d3177bdd44
Merge pull request #387 from ImranLorgat/patch-13
Glossary - Atomic Multipath Payments
4 years ago
Andreas M. Antonopoulos 4d5fc49309
Merge pull request #386 from ImranLorgat/patch-12
Glossary- JIT Routing
4 years ago
Andreas M. Antonopoulos ee5533578c
Merge pull request #385 from ImranLorgat/patch-11
Glossary - Fees
4 years ago
Imran a85f9c7f1b
Glossary - Watchtowers
Added an entry on LN watchtowers. Used the ION Wiki to check some of this info. Please credit accordingly.

https://wiki.ion.radar.tech/tech/research/watchtowers
4 years ago
Imran c50b4ef2de
Update glossary.asciidoc
Current definition is confusing and has references to Revocable Sequence Maturity Contracts and 483s HTCLs.

Rewrote a simpler definition incorporating ideas from Chapter 3 - How LN works
4 years ago
Imran e34db50b24
Glossary - Network Capacity 4 years ago
Imran 7010a1fafa
Glossary - Private Channel 4 years ago
Imran a33562709b
Glossary- Zombie Channel 4 years ago
Imran e339b3a42e
Glossary - Atomic Multipath Payments 4 years ago
Imran 7dd5f534c5
Glossary- JIT Routing 4 years ago
Imran b9d547a2ae
Glossary - Fees 4 years ago
Imran 6bd86426e7
Glossary - Lightning Node definition 4 years ago
Andreas M. Antonopoulos d8eeb4ba03
Merge pull request #147 from HAOYUatHZ/explorer
add LN explorer section
4 years ago
Matthew Sedaghatfar c36296d171
Update glossary.asciidoc
availble -> available
4 years ago
Zendo102 afa0c7e3b0
Update glossary.asciidoc
First time on GitHub.  Thanks for all your work!
I’ve changed capitalization of the entries that are not proper nouns.  Words like “transaction” or “receipt” do not need capital letters.  If you get the glossary right, it’s a useful reference for the rest of the book.  (Note that glossaries only capitalise proper nouns - see here: https://www.pearson.ch/download/media/9781405881357_glossary_ml_int.pdf)
4 years ago
8go b0e32c0cbb
glossary: minor cleanup, consistent naming, etc (#256)
* minor cleanup, consistent naming, etc

- typo
- consistent naming:
  - uppercased all "lightning" to "Lightning"
  - all Lightning networks, to "Lightning Network"
- remove "oldid" URL REST parameter from wikipedia links
- added links where appropriate
- etc

* put the oldid argument in the 4 or 5 URLs back in
4 years ago
Rene Pickhardt 4a1569735d continued work on the routing chapter. not being as fast as I expected :( 4 years ago
Luigi c8728dbdb2
Fill "Transport Layer" definition, add punctuations, correct typos 4 years ago
HAOYUatHZ 31e486ae1b fix https://github.com/lnbook/lnbook/pull/147#discussion_r380427157 4 years ago
Luigi 661df3201a
Fill "encoding" definition 4 years ago
Luigi 49359fe34d
Clarification, and define term to be consistent
Definition for "c-lightning" to be consistent with "Eclair".
Correct typo.
4 years ago
HAOYUatHZ dae192a37c
add Transaction Malleability (#150)
* add Transaction Malleability

* fix https://github.com/lnbook/lnbook/pull/150#discussion_r379919498

* explain why non-malleability is needed

* fix typos
4 years ago
Kory Newton 3ef507291a
fix glossary typos (#167) 4 years ago
Andreas M. Antonopoulos e24c73a060
Merge pull request #161 from brianmcmichael/brianmcmichael_glossary_update
Glossary updates.
4 years ago
Andreas M. Antonopoulos b83046ced9
Merge pull request #153 from HAOYUatHZ/alphabet_order
fix item order alphabetically in glossary
4 years ago
Brian McMichael d41f7ae096 More commas 4 years ago
Brian McMichael c2bcc6ac77 commma 4 years ago
Brian McMichael 728a94a9a5 group of people 4 years ago
Brian McMichael 41dcde3751 based hyphen 4 years ago