Subsections ideally should be headers so that they can be linked to directly, as although identical in appearance to bold text, headers are functionally superior.
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