Skip to content

Commit

Permalink
Merge pull request #43 from waku-org/fix--sync-Enr-field
Browse files Browse the repository at this point in the history
fix: added sync as enr field
  • Loading branch information
SionoiS authored Oct 3, 2024
2 parents af8c261 + 3e6fb53 commit 8fea97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standards/core/enr.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ We define a `waku2` field key:

| bit 7 | bit 6 | bit 5 | bit 4 | bit 3 | bit 2 | bit 1 | bit 0 |
| ------- | ------- | ------- | ------- | ----------- | -------- | ------- | ------- |
| `undef` | `undef` | `undef` | `undef` | `lightpush` | `filter` | `store` | `relay` |
| `undef` | `undef` | `undef` | `sync` | `lightpush` | `filter` | `store` | `relay` |

- In the scheme above, the flags `lightpush`, `filter`, `store` and `relay` correlates with support for protocols with the same name.
- In the scheme above, the flags `sync`, `lightpush`, `filter`, `store` and `relay` correlates with support for protocols with the same name.
If a protocol is not supported, the corresponding field MUST be set to `false`.
Indicating positive support for any specific protocol is OPTIONAL,
though it MAY be required by the relevant application or discovery process.
Expand Down

0 comments on commit 8fea97c

Please sign in to comment.