Commit Graph

7 Commits

Author SHA1 Message Date
Tan Chee Keong
d8d31b7b01 Add Vec 2025-02-20 13:37:40 +08:00
Tan Chee Keong
7ff3ffe8d3 Fix error 2025-02-20 10:44:30 +08:00
Tan Chee Keong
83db29a0da Revise a bit 2025-02-20 09:53:15 +08:00
Tan Chee Keong
358646cf9b update if loop 2025-02-19 22:38:11 +08:00
Tan Chee Keong
8c7a995c91 Add client side endpoint 2025-02-19 21:46:12 +08:00
Tan Chee Keong
fc657db5ea Define type and modify function 2025-02-18 16:10:10 +08:00
Age Manning
8e95024945 Split the VC into crates making it more modular (#6453)
* Starting to modularize the VC

* Revert changes to eth2

* More progress

* More progress

* Compiles

* Merge latest unstable and make it compile

* Fix some lints

* Tests compile

* Merge latest unstable

* Remove unnecessary deps

* Merge latest unstable

* Correct release tests

* Merge latest unstable

* Merge remote-tracking branch 'origin/unstable' into modularize-vc

* Merge branch 'unstable' into modularize-vc

* Revert unnecessary cargo lock changes

* Update validator_client/beacon_node_fallback/Cargo.toml

* Update validator_client/http_metrics/Cargo.toml

* Update validator_client/http_metrics/src/lib.rs

* Update validator_client/initialized_validators/Cargo.toml

* Update validator_client/signing_method/Cargo.toml

* Update validator_client/validator_metrics/Cargo.toml

* Update validator_client/validator_services/Cargo.toml

* Update validator_client/validator_store/Cargo.toml

* Update validator_client/validator_store/src/lib.rs

* Merge remote-tracking branch 'origin/unstable' into modularize-vc

* Fix format string

* Rename doppelganger trait

* Don't drop the tempdir

* Cargo fmt
2024-11-08 01:01:46 +00:00