Commit d57fdcc
feat: add DIG_MESSAGE opcode const (220) for directed dig-message envelopes (#3)
Additive public const `DIG_MESSAGE: u8 = 220` — the canonical wire opcode for a
directed dig-message envelope (first of the free 220-255 band; 200-219 stay the
consensus band, DigMessageType). The envelope rides as OPAQUE bytes in
DigMessage.data; the transport never seals/opens it (WU6 of epic #796, Wave A).
Release-first: this exposes the canonical const to the Wave-A/B dig-message
consumers (dig-gossip mirrors it as ProtocolMessageTypes::DigMessage +
dig_gossip::DIG_MESSAGE; dig-relay-protocol #874, dig-ipc-protocol #1074, ...).
MINOR bump 0.1.2 -> 0.2.0.
Refs #1164 #796
Co-authored-by: Claude <noreply@anthropic.com>1 parent 4f31367 commit d57fdcc
3 files changed
Lines changed: 40 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
0 commit comments