Commit 7c73dba
authored
fix: return cancun (#160)
## Summary by Sourcery
Add support for the Cancun fork time to the Besu genesis configuration
and ensure related bootstrap tests include the new field.
New Features:
- Include a cancunTime field in the Besu genesis configuration with a
default value.
- Extend bootstrap-related test fixtures to account for the new
cancunTime configuration value.
<!-- This is an auto-generated description by cubic. -->
## Summary by cubic
Restores the cancunTime field in Besu genesis configs so Cancun fork
activation is included in generated artifacts. Updates bootstrap tests
to cover cancunTime.
- **Bug Fixes**
- Added cancunTime to BesuGenesisConfig and the default values returned
by BesuGenesisService.
- Updated bootstrap genesis prompt and selective artifacts tests to
include cancunTime in sample payloads.
<sup>Written for commit d311ba4.
Summary will update automatically on new commits.</sup>
<!-- End of auto-generated description by cubic. -->1 parent ab93208 commit 7c73dba
File tree
3 files changed
+4
-0
lines changed- src
- cli/commands/bootstrap
- genesis
3 files changed
+4
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments