* Move Waku specs into v1 and v2 folders
v0 part of v1 folder as it is deprecated but refers to things in v1 folder
* Pull out Waku Relay
* Pull out WakuStore spec
* Pull out Waku Store spec
* Clean up ToC
* Break out bridge spec
* Relay spec tweaks and bump
* Update main spec draft, fix links changelog etc
* Update README
* spellcheck
* fix symlink
* linter
* insanity
This commit upgrades the spec to waku/1.
Changes include:
- RLP code are now 0,1,2,3,4,5 for status-options
- Version is removed from handshake
- Waku/1 is now advertised
Co-Authored-By: Kim De Mey <kim.demey@gmail.com>
* Waku: Clarify what to do with unknown option keys
* Change options key ignoring to SHOULD and add to changelog
* Update Nimbus supported spec version
- Simplify implementation matrix with latest state
- Introduces a new required packet code Status Code (`0x22`) for communicating option changes
- Deprecates the following packet codes: PoW Requirement (`0x02`), Bloom Filter (`0x03`), Rate limits (`0x20`), Topic interest (`0x21`) - all superseded by the new Status Code (`0x22`)
- Increased `topic-interest` capacity from 1000 to 10000