-
I'd like to use the kurtosis ethereum-package as a testbed for validator lifecycle operations, but deposits fail to create new validators: I am running the ethereum-package with basic parameters, especially with
When called with correct depositdata created using Am I operating under wrong assumptions or doing something wrong here? Can I use such local testnet somehow to run and test my deposits and validator operations? Additional NotesIn the process of debugging, I discovered the assertoor validator lifecycle test which apparently does seem to be testing validator lifecycle related things such as deposits. Footnotes
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's still unclear to me why my deposits were not listed at all, but I did find that I was using the incorrect forkversion for creating depositdata. The genesis fork version is not |
Beta Was this translation helpful? Give feedback.
It's still unclear to me why my deposits were not listed at all, but I did find that I was using the incorrect forkversion for creating depositdata. The genesis fork version is not
0x50000038
but0x10000038
... Fixing this yields valid deposits and patience leads to those deposits being included.