Skip to content

Commit ff36615

Browse files
committed
remove unused files and test comments
1 parent 99943c4 commit ff36615

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/test/EigenPod.t.sol

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -855,17 +855,6 @@ contract EigenPodTests is ProofParsing, EigenPodPausingConstants {
855855
newPod.verifyBalanceUpdates(uint64(block.timestamp - 1), validatorIndices, stateRootProofStruct, proofs, validatorFieldsArray);
856856
}
857857

858-
using BeaconChainProofs for *;
859-
860-
function test_get_balance_print() public {
861-
// setJSON("./src/test/test-data/balanceUpdateProof_overCommitted_302913.json");
862-
// setJSON("./src/test/test-data/balanceUpdateProof_notOverCommitted_302913.json");
863-
setJSON("./src/test/test-data/balanceUpdateProof_notOverCommitted_302913_incrementedBlockBy100.json");
864-
BeaconChainProofs.BalanceUpdateProof memory proof = _getBalanceUpdateProof();
865-
uint64 validatorBalance = proof.balanceRoot.getBalanceAtIndex(uint40(getValidatorIndex()));
866-
emit log_named_uint("validatorBalance", validatorBalance);
867-
}
868-
869858
// // 3. Single withdrawal credential
870859
// // Test: Owner proves an withdrawal credential.
871860
// // validator status should be marked as ACTIVE

src/test/test-data/unit

Whitespace-only changes.

0 commit comments

Comments
 (0)