mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
* wip changes * wip changes refactoring deposit functions * wip on deposit functions * wip changes to fix deposit processing * more wip function logic * gaz * wip refactoring deposit changes * removing circlular dependency and other small fix * fixing circular dependencies * fixing validators file * fixing more tests * fixing unit tests * wip deposit packing * refactoring packing * changing packing code some more * fixing packing change * updating more tests * removing comment * fixing transition code for eip6110 * including inserts for validator index cache * adding tests and placeholder test * moving deposit related unit tests over * adding in test for electra proposer packing * spec test wip * moving cache saving to the correct spot * eip-6110: deposit spectests * adding deposit receipt spec tests * reverting altair operations in this pr and will be handled separately * fixing renames but need to refactor process deposits * gaz * fixing names * fixing linting * fixing unit test * fixing a test and updating test util * bal never used * fixing more tests * fixing one more test * addressing feedback * refactoring process deposits to be part of their own fork instead of in blocks package * adding new tests to cover functions and removing redundancies * removing comment based on feedback * resolving easy deepsource issue * refactoring for appropriate aliasing and readability * reverting some changes to simplify diff * small edit to comment * fixing linting * fixing merge changes and review comments * Update beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits.go Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com> * partial review comments * addressing slack feedback * moving function from deposits to validator.go * adding in batch verification and improving logs --------- Co-authored-by: Preston Van Loon <preston@pvl.dev> Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>