Commit 4c5d992
Add support for relay-parent-offset. (#122)
Recently CI fails regularly on runtimes repo because try-runtime does
not yet support runtimes with RP offset.
Changes:
- Use polkadot-sdk master (sadly stable2512 does not contain rp_offset
field yet)
- Fetch rp offset from runtime and add it to inherent
- Simplify inherent usage
---------
Co-authored-by: Bastian Köcher <git@kchr.de>1 parent 291d29d commit 4c5d992
11 files changed
Lines changed: 6187 additions & 4595 deletions
File tree
- .github/workflows
- core
- src
- common/empty_block
- inherents
- custom_idps
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
97 | 105 | | |
98 | 106 | | |
99 | 107 | | |
| |||
0 commit comments