Commit aae4894
fix(kona): return default DependencySet when no path is configured
When --dependency-set-path is not provided, InteropLocalInputs now
returns a default DependencySet instead of None. This prevents
BootInfo::load() from hanging forever waiting for the preimage oracle
to return data for DEPENDENCY_SET_KEY.
The default DependencySet has no override, so get_message_expiry_window()
returns MESSAGE_EXPIRY_WINDOW (7 days), preserving existing behavior.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1146514 commit aae4894
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
46 | 54 | | |
47 | 55 | | |
48 | 56 | | |
| |||
0 commit comments