prysm-pulse/contracts/deposit
terence 5a66807989
Update to V5 (#13622)
* First take at updating everything to v5

* Patch gRPC gateway to use prysm v5

Fix patch

* Update go ssz

---------

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
2024-02-15 05:46:47 +00:00
..
mock Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
abi.json
BUILD.bazel Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
bytecode.bin
contract_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
contract.go
deposit_contract.sol
deposit_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
deposit_tree_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
deposit.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
helper.go Clean up various warnings (#10710) 2022-05-19 04:38:04 +00:00
logs.go
README.md Add True Eth2 Deposit Contract, Bytecode, ABI (#9637) 2021-09-22 17:27:13 +00:00

Validator Deposit Contract Local Copy

This package contains a copy of the official Ethereum Validator Deposit Contract along with its ABI, bytecode, and Go bindings generated by go-ethereum's abigen version 1.10.4-stable. It contains useful test harnesses for setting up and deploying a validator deposit contract using Go bindings, which are used across tests in Prysm.