You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IPs/RSKIP535.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ created: 2025-10-08
12
12
13
13
## Abstract
14
14
15
-
This RSKIP adds a new field `baseEvent` to the Rootstock Block header, according to the rules of [RSKIP 194](./RSKIP194). The new field can be used by a new bridge to store peg-out information and allow proving a chain in zero knowledge at a much lower cost than retrieving it from contract storage.
15
+
This RSKIP adds a new field `baseEvent` to the Rootstock Block header, according to the rules of [RSKIP 194](./RSKIP194.md). The new field can be used by a new bridge to store peg-out information and allow proving a chain in zero knowledge at a much lower cost than retrieving it from contract storage.
16
16
17
17
## Motivation
18
18
19
-
[RSKIP 194](./RSKIP194) proposes a modification in the block header to allow extending the block header without interfering with the PowHSMs.
19
+
[RSKIP 194](./RSKIP194.md) proposes a modification in the block header to allow extending the block header without interfering with the PowHSMs.
20
20
21
-
[RSKIP 144](./RSKIP144) adds a new field to the header called `txExecutionSublistsEdges`.
21
+
[RSKIP 144](./RSKIP144.md) adds a new field to the header called `txExecutionSublistsEdges`.
22
22
23
-
[RSKIP 351](./RSKIP351) indicates how this field is appended to the extension data.
23
+
[RSKIP 351](./RSKIP351.md) indicates how this field is appended to the extension data.
24
24
25
25
This RSKIP add one additional field `baseEvent` to the block header extension , and also redefines the version number to 2 such that both `txExecutionSublistsEdges` and `baseEvent` fields can be included.
0 commit comments