Commit 597c227
committed
fix proof field forging for reveal
A proof field has been introduced in the protocol Seoul.
Its encoding is described here: https://gitlab.com/tezos/tezos/-/blob/octez-v23.0/src/proto_023_PtSeouLo/lib_protocol/operation_repr.ml#L686
If proof is required:
- A `ff` tag (True) need to be added in the same way as the `00`
tag (False) is added if proof is absent.
- A 4-bytes size representing the size of the proof is need.1 parent cc77a68 commit 597c227
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| |||
0 commit comments