Commit Graph

222 Commits

Author SHA1 Message Date
Dean Eigenmann a2f6f70b7f
Merge branch 'master' into v2/mailserver 2020-07-28 10:09:42 +02:00
Oskar Thorén ffc366ac96
Mention Waku v2 in README (#162) 2020-07-27 09:07:00 +08:00
Dean Eigenmann 97328cd4fe
Merge branch 'master' into v2/mailserver 2020-07-21 16:19:29 +02:00
Dean Eigenmann 317b202175
Update waku-v2.md 2020-07-21 16:19:14 +02:00
Dean Eigenmann 9f5aca949e
Update waku-v2.md 2020-07-21 16:16:56 +02:00
dependabot[bot] ca822e5017
Bump lodash from 4.17.15 to 4.17.19 (#161)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-21 16:10:16 +02:00
Dean Eigenmann 233296d381
Merge branch 'master' into v2/mailserver 2020-07-14 11:11:03 +02:00
Dean Eigenmann 78bada65a2
Update waku-v2.md (#155) 2020-07-13 15:56:59 +02:00
Oskar Thorén f4d34f4131
Update README.md (#148)
* Update README.md

* Update wordlist.txt
2020-07-13 17:08:15 +08:00
Dean Eigenmann 1eee440524
Merge branch 'master' into v2/mailserver 2020-07-10 17:19:37 +02:00
Oskar Thorén 9fba80a5a5
Raw version of Waku v2 spec (#144)
* Raw initially shaping of Waku v2 spec

* Add protocol identifer

* PubSub interface

* floodsub; peer discovery

* Add abstract

* message rpc; bridge mode; reference

* Move out notes to issue; bump alpha1

* Update specs/waku/waku-v2.md

Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>

* Updaet protocol identifier to /wakusub/2.0.0-alpha1

* Add ToC

* Make links and references nicer

* Add motivation and goals

* Make spellchecker happy, hopefully

* Format

* Add to wire section protocol

* Make spell checker even happier, attempt 42

* Changelog todo

* Spellcheck

* Document Message type usage

* Add SubOpts section

* Update ToC

* Spellcheck

* Update specs/waku/waku-v2.md

Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>

* Update specs/waku/waku-v2.md

Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>

* Update specs/waku/waku-v2.md

Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>

* Raw version

Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>
2020-07-10 17:51:18 +08:00
decanus d32336b1b7
added protobuf 2020-07-09 15:23:04 +02:00
Oskar Thoren e7a85d30e0
Spellcheck 2020-07-08 13:52:36 +08:00
Oskar Thoren f000b2424c
Update ToC 2020-07-08 13:36:56 +08:00
Oskar Thoren 570afe8426
Add SubOpts section 2020-07-08 13:31:39 +08:00
Oskar Thoren 8af283e825
Document Message type usage 2020-07-08 13:24:34 +08:00
Oskar Thoren 9328c5c048
Spellcheck 2020-07-08 12:52:00 +08:00
Oskar Thoren c54a423e4d
Changelog todo 2020-07-08 12:45:07 +08:00
Oskar Thoren 8046c3ed4a
Make spell checker even happier, attempt 42 2020-07-08 12:25:31 +08:00
Oskar Thoren cb66487af1
Add to wire section protocol 2020-07-08 12:23:55 +08:00
Oskar Thoren 7660f39c2f
Format 2020-07-08 12:09:30 +08:00
Oskar Thoren 9d1e7509a8
Make spellchecker happy, hopefully 2020-07-08 12:08:55 +08:00
Oskar Thoren c28a52c17e
Add motivation and goals 2020-07-07 13:50:07 +08:00
Oskar Thoren 1100f6c588
Make links and references nicer 2020-07-07 13:14:01 +08:00
Oskar Thoren 7a97c1b1a9
Add ToC 2020-07-07 13:07:16 +08:00
Oskar Thoren 91b26bd85e
Updaet protocol identifier to /wakusub/2.0.0-alpha1 2020-07-07 11:24:16 +08:00
Oskar Thorén 9e02d72bab
Update specs/waku/waku-v2.md
Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>
2020-07-07 10:41:04 +08:00
Kim De Mey 7098bb6db9
Add missing packet types to abnf + abnf minor fixes (#146) 2020-07-06 14:55:34 +02:00
Oskar Thoren 4e70b92f05
Move out notes to issue; bump alpha1 2020-07-03 14:23:47 +08:00
Oskar Thoren d2c174a703
message rpc; bridge mode; reference 2020-07-03 14:21:24 +08:00
Oskar Thoren a87e4e8f9b
Add abstract 2020-07-03 14:16:05 +08:00
Oskar Thoren d545c2f43b
floodsub; peer discovery 2020-07-03 13:53:36 +08:00
Oskar Thoren 152a683b77
PubSub interface 2020-07-03 13:29:54 +08:00
Oskar Thoren 3a2f14a693
Add protocol identifer 2020-07-03 13:27:20 +08:00
Oskar Thoren bd0c88f7a6
Raw initially shaping of Waku v2 spec 2020-07-02 12:48:15 +08:00
Dean Eigenmann 7a981510a0
feature/waku-rpc (#135)
* made file

* added to root

* fix

* todo

* Update wordlist.txt

* Update wordlist.txt

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update wordlist.txt

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* spellcheck

* Update wordlist.txt

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update specs/waku/waku-rpc-api.md

Co-authored-by: Kim De Mey <kim.demey@gmail.com>

* Update specs/waku/waku-rpc-api.md

Co-authored-by: Kim De Mey <kim.demey@gmail.com>

* Update specs/waku/waku-rpc-api.md

Co-authored-by: Kim De Mey <kim.demey@gmail.com>

* Apply suggestions from code review

Co-authored-by: Kim De Mey <kim.demey@gmail.com>

* Update waku-rpc-api.md

* Update wordlist.txt

* Update README.md

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

* Update waku-rpc-api.md

* Update wordlist.txt

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update waku-rpc-api.md

* Update specs/waku/waku-rpc-api.md

Co-authored-by: Samuel Hawksby-Robinson <samuel@samyoul.com>

* Update waku-rpc-api.md

Co-authored-by: Kim De Mey <kim.demey@gmail.com>
Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
Co-authored-by: Samuel Hawksby-Robinson <samuel@samyoul.com>
2020-06-11 10:44:57 +02:00
Andrea Maria Piana e624b2b2a0
Add release note for 1.1 2020-06-09 10:08:17 +02:00
Andrea Maria Piana 33b8d7304c
Add rate limit by size 2020-06-09 09:00:34 +02:00
Dean Eigenmann afa2afdbcf
Update main.yml (#136)
* Update main.yml

* Update wordlist.txt

* Update main.yml

* Update main.yml

* Rename spellcheck.yaml to .spellcheck.yaml

* Update README.md

* Rename .spellcheck.yaml to .pyspelling.yml

* Update README.md

* Update wordlist.txt

* Update wordlist.txt

* Update wordlist.txt
2020-05-28 11:46:43 +02:00
Dean Eigenmann 339e7a0c83
text-lint (#134)
* started text lint

* footnote order

* textlint

* some more checks

* Update README.md

* Update wordlist.txt
2020-05-25 11:55:06 +02:00
Samuel Hawksby-Robinson ddf37e52d3
Waku Confirmations Enabled and Light Node Field Descriptions (#128)
* Reference fixes

Updated .gitignore to include ide files

Added simple reference to Envelope definition

Added discribtion for light node and confirm enabled fields

Resolves GH-124

Revert changes to .gitignore

Update specs/waku/waku-1.md

Co-authored-by: Kim De Mey <kim.demey@gmail.com>

Revert link fix changes

Addressed also in GH-131

Revert link error

Addressed spelling issues

Addressing feedback

Added Batch Ack to definitions

rephrase to reintroduce rfc2119 language

Added correct spelling of acknowledgement to wordlist

Update specs/waku/waku-1.md

Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>

Update specs/waku/waku-1.md

Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>

Update specs/waku/waku-1.md

Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>

Change to Use the incorrect spelling of words

* Resolved rebase conflicts
2020-05-25 09:27:58 +01:00
Dean Eigenmann d1d380bf22
enhancement/max-size (#126)
* comments

* Update specs/waku/waku-1.md

Co-authored-by: Kim De Mey <kim.demey@gmail.com>

* Update specs/waku/waku-1.md

Co-authored-by: Kim De Mey <kim.demey@gmail.com>

* Update waku-1.md

* Update mailserver.md

* Update mailserver.md

* Update waku-1.md

* Update waku-1.md

* Update waku-1.md

Co-authored-by: Kim De Mey <kim.demey@gmail.com>
2020-05-21 14:28:08 +02:00
Dean Eigenmann 5330062487
adds link checks (#131)
Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2020-05-21 12:20:44 +08:00
Dean Eigenmann 1a141e4cb2
addds more rules (#132) 2020-05-21 12:18:26 +08:00
Dean Eigenmann deff506e94
Update README.md (#129) 2020-05-20 17:15:08 +08:00
Dean Eigenmann 3b73cb85aa
github-actions-readme-spelling (#127)
* Create main.yml

* Delete .travis.yml

* Update README.md

* Update main.yml

* Create wordlist.txt

* Update README.md

* Create spellcheck.yaml

* Update wordlist.txt

* Update wordlist.txt

* Update spellcheck.yaml

* Update wordlist.txt

* Update mvds-metadata.md

* Update wordlist.txt

* spelling

* more

* fixes

* filter comments

* spelling corrections, wordlist

* more fixes

* formt

* undid

* filter

* remove

* url

* i think thats it

* fix

* removed to test

* sorted

* Update spellcheck.yaml

* Update main.yml

* trying

* Update wordlist.txt

* Update wordlist.txt

* Update wordlist.txt

* Update README.md

* Update wordlist.txt
2020-05-20 09:03:40 +02:00
Dean Eigenmann 0ead06e40f
Update waku-1.md (#125) 2020-05-19 18:03:17 +08:00
Kim De Mey 6a9c72508f
Be consistent in usage of terms packet, message and envelope (#123) 2020-05-18 15:06:31 +02:00
Kim De Mey e1b8c4fe39
Clarify packet types and fix status-options fields sections (#119)
* Clarify packet types and fix status-options fields sections

* Clarify that PoW is send as an uint rlp encoded

* Address review comments

* Update changelog
2020-05-18 10:38:41 +02:00
Dean Eigenmann a8324fe1bb
fix/mailserver-abnf (#121) 2020-05-14 13:16:02 +02:00