nimbus-eth2/beacon_chain
Etan Kissling e44b51e955
fix attachMerkleProofs to support multiple deposits (#4932)
`attachMerkleProofs` is used by `mockUpdateStateForNewDeposit` to create
a single deposit. The function doesn't work correctly when trying with
with multiple deposits, though. Fix this to enable more complex tests,
and also return the `deposit_root` for forming matching `Eth1Data`.
2023-05-11 11:45:55 +03:00
..
2022-04-08 16:22:49 +00:00
2023-05-09 11:17:18 +03:00