Skip to content

Commit 8434c9a

Browse files
committed
mark event types 0x0A-0x0F as reserved, update anchor block to 3301151
1 parent 16977b7 commit 8434c9a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Nine event types are tracked in ZAP1:
3838
| `0x07` | `TRANSFER` | Ownership transferred to a new wallet hash |
3939
| `0x08` | `EXIT` | Participant exit or hardware release recorded |
4040
| `0x09` | `MERKLE_ROOT` | Current Merkle root anchored to Zcash |
41-
| `0x0A` | `STAKING_DEPOSIT` | Validator stake locked |
42-
| `0x0B` | `STAKING_WITHDRAW` | Validator stake unlocked |
43-
| `0x0C` | `STAKING_REWARD` | Block reward recorded |
44-
| `0x0D` | `GOVERNANCE_PROPOSAL` | Governance proposal submitted |
45-
| `0x0E` | `GOVERNANCE_VOTE` | Vote commitment recorded |
46-
| `0x0F` | `GOVERNANCE_RESULT` | Tally result anchored |
41+
| `0x0A` | `STAKING_DEPOSIT` | Validator stake locked (reserved, not yet tracked) |
42+
| `0x0B` | `STAKING_WITHDRAW` | Validator stake unlocked (reserved) |
43+
| `0x0C` | `STAKING_REWARD` | Block reward recorded (reserved) |
44+
| `0x0D` | `GOVERNANCE_PROPOSAL` | Governance proposal submitted (reserved) |
45+
| `0x0E` | `GOVERNANCE_VOTE` | Vote commitment recorded (reserved) |
46+
| `0x0F` | `GOVERNANCE_RESULT` | Tally result anchored (reserved) |
4747

4848
All hashes use BLAKE2b-256 with `NordicShield_` personalization. Merkle nodes use `NordicShield_MRK`. Full spec: [ONCHAIN_PROTOCOL.md](ONCHAIN_PROTOCOL.md).
4949

5050
## Mainnet proof anchor
5151

52-
Anchored on Zcash mainnet block **3,286,631** on March 27, 2026.
52+
Anchored on Zcash mainnet block **3,301,151**. Live stats: https://api.frontiercompute.cash/stats.
5353

5454
- Anchor txid: `98e1d6a01614c464c237f982d9dc2138c5f8aa08342f67b867a18a4ce998af9a`
5555
- Root: `024e36515ea30efc15a0a7962dd8f677455938079430b9eab174f46a4328a07a`
@@ -186,3 +186,4 @@ cargo test --release --test memo_merkle_test
186186

187187
MIT
188188
# updated 2026-03-27T23:30:24Z
189+

0 commit comments

Comments
 (0)