Commit Graph

1677 Commits (c5fbe0a32c6c55051be7cffb0ee3d095ce70a862)
 

Author SHA1 Message Date
Andreas M. Antonopoulos 399dff437c
Merge branch 'develop' into ch1_edits 5 years ago
Andreas M. Antonopoulos c2d3ca7c91
Merge pull request #79 from boyerjohn/patch-1
clarification of onion routing
5 years ago
Andreas M. Antonopoulos 912f586a39
Merge pull request #78 from mulles/patch-1
Update ch01.asciidoc
5 years ago
Andreas M. Antonopoulos 03478cbe6e
Merge pull request #77 from pkrasam/develop
LN applications - streaming service
5 years ago
Andreas M. Antonopoulos 2ecbfe3603 ch1 edits for clarity and flow 5 years ago
John Boyer e6e6d600e9
clarification of onion routing 5 years ago
mulles ca74a0d9d6
Update ch01.asciidoc
Corrected a Typo: ingredients not ingreedients ;) 

So fare the book was interesting, thx for the effort ;)
5 years ago
pk 6af20cebf5 LN applications - streaming service 5 years ago
Andreas M. Antonopoulos 0021a0335d
Merge pull request #74 from practicalswift/eol-linter
travis: Add linter checking for proper end-of-line punctuation
5 years ago
Andreas M. Antonopoulos a54a4810ff
Merge pull request #75 from Moller40/develop
One small language fix
5 years ago
Andreas M. Antonopoulos 4721edc6b5
Merge pull request #76 from eupn/patch-1
glossary.asciidoc: add Bech32 description
5 years ago
eupn 326234cf5a
glossary.asciidoc: add Bech32 description 5 years ago
Moller40 fa6a1dfbe9 One small language fix
Change-Id: I2be0befb5063834d3b27ff22e585647ab22d236d
5 years ago
practicalswift aba2f7f429 travis: Add linter checking for proper end-of-line punctuation 5 years ago
Andreas M. Antonopoulos a089c4b35a
Merge pull request #73 from practicalswift/eol
Fix missing end-of-line punctuation
5 years ago
practicalswift d63240ff3e Fix missing end-of-line punctuation 5 years ago
Andreas M. Antonopoulos 4c58bd5d17 Spelling fixed 5 years ago
Andreas M. Antonopoulos 7bfb8a0bd8 I broke the travis! 5 years ago
Andreas M. Antonopoulos ffd991ecbc Fix travis error (Satoshi-style double space after period) 5 years ago
Andreas M. Antonopoulos 1f41205d24 Show line numbers on Travis errors
grep -n (line numbers)
grep --color (colorize output)
5 years ago
Andreas M. Antonopoulos 3e0d20ef0e Fix line endings - travis repair 5 years ago
Andreas M. Antonopoulos 293104d63f
Merge pull request #71 from practicalswift/go-misspell
travis: Add spell checker "misspell" (Go)
5 years ago
Andreas M. Antonopoulos 59258fd3b7
Merge branch 'develop' into go-misspell 5 years ago
Andreas M. Antonopoulos 6be13e040e
Merge pull request #70 from practicalswift/end-of-sentence
travis: Add linter to detect incorrect capitalisation, or when the end of a sentence is not on the same line as the beginning of the sentence
5 years ago
Andreas M. Antonopoulos 0d0195414f
Merge pull request #55 from lnbook/Enegnei-patch-1
More grammar, spelling, syntax changes
5 years ago
Andreas M. Antonopoulos fa667d8cf8
Merge branch 'develop' into Enegnei-patch-1 5 years ago
Andreas M. Antonopoulos fd27c2e1c5
Merge pull request #69 from practicalswift/remove-unused-file
Remove unused file 01-what-is.asciidoc
5 years ago
practicalswift f1ea215f61 Fix typo 5 years ago
practicalswift d6077124ae linter: Add spell checker "misspell" (Go) 5 years ago
practicalswift 48b0ea9f8e Fix incorrect capitalization 5 years ago
practicalswift a74436ccad travis: Add linter to detect incorrect capitalization or when the end of a sentence is not on the same line as the beginning of the sentence 5 years ago
practicalswift 8fe9e859b4 Remove unused file 5 years ago
Rene Pickhardt 80a4fc0a08
added turbo channels not sure about the section 5 years ago
practicalswift 4b418666e6 travis: Add linter to make sure all lines end with a newline character (#68)
* travis: Add linter to make sure all lines end with a newline character

Ending newlines make line based Unix tools such as `tail`, etc work as expected.

Without ending newline:

```
prompt$ tail -1 ch02.asciidoc
* blockchain to save all transactions vs blockchain as a court system prompt$
```

With ending newline:

```
prompt$ tail -1 ch02.asciidoc
* blockchain to save all transactions vs blockchain as a court system
prompt$
```

Also, makes `git` not complain about "No newline at end of file" in diffs.

* Add newline at end of file

* Remove trailing whitespace
5 years ago
practicalswift b903077184 travis: Add linter to detect multiple blank lines between paragraphs (#66)
* travis: Add linter to detect multiple blank lines between paragraphs

* Use one blank line between paragraphs

* Remove trailing spaces
5 years ago
Rene Pickhardt d83eba9dcd proposed an outline and selectin of topics for chapter two by following the structure of mastering bitcoin but adapting it to mastering the lightning network 5 years ago
Rene Pickhardt b8d1f50eb2 added more bulletpoints and suggestions for the structure 5 years ago
yahiheb 8cd4d1656e Use LN abbreviation for Lightning Network (ch01 file) (#57)
* Use LN abbreviation for Lightning Network (ch01 file)

* Update ch01.asciidoc

Co-Authored-By: nopara73 <adam.ficsor73@gmail.com>
5 years ago
yahiheb 3da66d3d9e Nitpicking (#65) 5 years ago
practicalswift e6c63788d3 travis: Add linter for lexical illusions (duplicate words) (#64) 5 years ago
yahiheb 4f7b946aad Fix typos (#63) 5 years ago
practicalswift 853c2187d0 travis: Use "exit 1" in case of linter failure (#62)
* travis: Use "exit 1" in case of linter failure

* Fix double spacing
5 years ago
practicalswift 8b8badc050 travis: Add linter to detect "Satoshi style" double spacing (#61)
* Remove double spaces

* travis: Add linter to detect double spacing
5 years ago
practicalswift c0d3b46e9f travis: Add linter to make sure Unix style line endings are used. Add trailing whitespace linter. Fix typos. (#60)
* travis: Add linter to make sure Unix style line endings are used

* Fix typos

* travis: Add linter to detect trailing spaces at end of line

* Remove trailing whitespace

* Use consistent indentation

* travis: Add linter guarding against use of tabs
5 years ago
Rene Pickhardt 7c525f2dec
added the first mediabox to the book as a TIP 5 years ago
Rene Pickhardt b065514e3b
added 7 ingredients for a payment channel protocol 5 years ago
Andreas M. Antonopoulos 949274e688 Added Travis build status badge 5 years ago
Rene Pickhardt 919b743c1d comparison routing vs path finding 5 years ago
Enegnei 0d97ecb029
Changed 'wallet' to 'address' 5 years ago
Enegnei a423c81836
More grammar, spelling, syntax changes 5 years ago