mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-02 04:14:33 +00:00
Builder deposit requests
This commit is contained in:
@@ -136,6 +136,19 @@ fn operations_consolidations() {
|
||||
OperationsHandler::<MainnetEthSpec, ConsolidationRequest>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "fake_crypto"))]
|
||||
fn operations_builder_deposit_requests() {
|
||||
OperationsHandler::<MinimalEthSpec, BuilderDepositRequest>::default().run();
|
||||
OperationsHandler::<MainnetEthSpec, BuilderDepositRequest>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn operations_builder_exit_requests() {
|
||||
OperationsHandler::<MinimalEthSpec, BuilderExitRequest>::default().run();
|
||||
OperationsHandler::<MainnetEthSpec, BuilderExitRequest>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn operations_bls_to_execution_change() {
|
||||
OperationsHandler::<MinimalEthSpec, SignedBlsToExecutionChange>::default().run();
|
||||
|
||||
Reference in New Issue
Block a user