Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
990c5c6
Hydra fuzzer
michaelsproul Aug 29, 2022
0b6bb9e
Fork choice withholding fix (squashed)
michaelsproul Aug 29, 2022
ebf247f
Fix reproducer script
michaelsproul Aug 30, 2022
41d416a
Enable test logger in repro script
michaelsproul Aug 30, 2022
5676032
Add Cargo.lock
michaelsproul Aug 30, 2022
b43226a
Merge remote-tracking branch 'origin/unstable' into hydra-fuzzer-with…
michaelsproul Aug 30, 2022
f65bead
Workaround for screen's window limit lol
michaelsproul Aug 30, 2022
3393d76
Python runner fixes
michaelsproul Aug 30, 2022
e5703df
Prevent honest blocks from being dropped!
michaelsproul Aug 30, 2022
43d2ed8
Revamp block requeueing
michaelsproul Sep 1, 2022
a5ed8c1
Add README/docs
michaelsproul Sep 2, 2022
3073c1a
Merge remote-tracking branch 'origin/unstable' into hydra-fuzzer-with…
michaelsproul Oct 7, 2022
7d067a7
Add new finalized checkpoint function
paulhauner Jan 27, 2023
c82ef87
Add test
paulhauner Jan 27, 2023
791cf47
Tidy
paulhauner Jan 27, 2023
bff9028
Use new method
paulhauner Jan 27, 2023
a119edc
Add descriptive comment
paulhauner Jan 27, 2023
6590da5
Fix clippy lints
paulhauner Jan 27, 2023
c977fab
Rename function
paulhauner Jan 27, 2023
b306f67
Rename function, add test condition
paulhauner Feb 9, 2023
9572135
Add shortcut method
paulhauner Feb 9, 2023
e2312d2
Improve loop-shortcutting method
paulhauner Feb 9, 2023
89d7fd3
Update comments
paulhauner Feb 9, 2023
dfc223c
Update fork_choice function name
paulhauner Feb 9, 2023
788ecd6
Fix todo
paulhauner Feb 9, 2023
0261cda
Fix comment
paulhauner Feb 9, 2023
f35d44b
Add some custom fc tests
paulhauner Feb 1, 2023
db112c5
Add re-org test
paulhauner Feb 1, 2023
656f958
Remove should_update_justified_checkpoint
paulhauner Feb 2, 2023
0652e9b
Sketch in new filter logic
paulhauner Feb 2, 2023
011d6a8
Fix clippy lints from unused safe-slots functions
paulhauner Feb 7, 2023
b02753f
Add more filter logic
paulhauner Feb 7, 2023
0ee0328
Update tests commit
paulhauner Feb 7, 2023
9554274
Add withholding tests
paulhauner Feb 7, 2023
6af13e0
Enable CountUnrealized
paulhauner Feb 7, 2023
8ad941d
Track slashed indices
paulhauner Feb 7, 2023
7065c49
Tidy
paulhauner Feb 8, 2023
e6d95da
Remove best justified checkpoint
paulhauner Feb 8, 2023
fc1e17f
Tidy
paulhauner Feb 8, 2023
e7b26f1
Fix test compile errors
paulhauner Feb 8, 2023
13fbfed
Fix after rebase
paulhauner Feb 9, 2023
529085c
Remove .DSStore from git ignore
paulhauner Feb 9, 2023
1b4cde8
Refactor filter logic for tidiness
paulhauner Feb 9, 2023
0b56a73
Tidy
paulhauner Feb 9, 2023
b175574
Hide custom FC tests behind flag, disable standard tests
paulhauner Feb 9, 2023
0bd58ed
Fix failing test
paulhauner Feb 10, 2023
2349e80
Remove references to best justified checkpoint in FC tests
paulhauner Feb 10, 2023
6fbf9e4
Remove best just checkpoint from EF tests
paulhauner Feb 10, 2023
0183f6e
Merge branch 'unstable' into fc-pr-18
paulhauner Feb 10, 2023
1b761d6
Remove count-unrealized-full
paulhauner Feb 10, 2023
a3e0f3e
Fix test compile error
paulhauner Feb 13, 2023
6972850
Use junk justified checkpoint
paulhauner Feb 13, 2023
e9835aa
Skip fork choice tests
paulhauner Feb 13, 2023
dcb8427
Fix compile error
paulhauner Feb 13, 2023
dfe73a2
Remove commented out cfg flag
paulhauner Feb 13, 2023
2796606
Add comment about running tests
paulhauner Feb 13, 2023
162e97c
Bump test version:
paulhauner Feb 15, 2023
d664cd8
Merge branch 'unstable' into fc-pr-18
paulhauner Mar 1, 2023
ff76ffa
Switch to unified test format
paulhauner Mar 1, 2023
d4a2b02
Remove some non-supplied tests
paulhauner Mar 2, 2023
7bbe895
Merge branch 'unstable' into fc-pr-18
paulhauner Mar 20, 2023
558fe79
Set tests to v1.3.0-rc.4
paulhauner Mar 20, 2023
023524b
Skip specific phase0 FC tests
paulhauner Mar 20, 2023
913abc0
Skip all FC tests with base/phase0
paulhauner Mar 20, 2023
42a8f4f
Remove `slashed_indices` field from `JustifiedBalances`
paulhauner Mar 20, 2023
2dd0f6c
Fix bug with `JustifiedBalances` slashed indices
paulhauner Mar 20, 2023
3f60f70
Un-ignore skipped test files
paulhauner Mar 20, 2023
43a8405
Deprecate `count-unrealized` flag
paulhauner Mar 20, 2023
dd6109c
Update equivocating indices in `process_state`
paulhauner Mar 20, 2023
5377ac6
Censor slashed validators from JustifiedBalances
paulhauner Mar 20, 2023
d47a3e4
Fix test compilation issue
paulhauner Mar 20, 2023
77a4970
Add migration to drop balances cache
paulhauner Mar 20, 2023
b752050
Merge remote-tracking branch 'origin/fc-pr-18' into hydra-mar-23
michaelsproul Mar 21, 2023
71cd0e6
Updates
michaelsproul Mar 21, 2023
08e699c
Merge remote-tracking branch 'origin/unstable' into hydra-mar-23
michaelsproul Mar 22, 2023
984b219
Fix up merge conflicts
michaelsproul Mar 22, 2023
ad20abd
Add warmup period and tweak timeouts
michaelsproul Mar 22, 2023
e7bdfcf
Updates for fuzzing Capella
michaelsproul Mar 22, 2023
c6870ea
Proof-of-stake start (should backport this)
michaelsproul Mar 23, 2023
2b6cceb
Fix sync committee slot confusion
michaelsproul Mar 23, 2023
97fc320
Merge remote-tracking branch 'origin/unstable' into hydra-mar-23
michaelsproul Mar 24, 2023
cad8e36
Cleanups and improvements
michaelsproul Mar 24, 2023
923c36b
Merge remote-tracking branch 'origin/unstable' into hydra-mar-23
michaelsproul Aug 9, 2023
e9c6011
Harmonise with hydra-bn
michaelsproul Aug 14, 2023
433781c
Remove Cargo.lock add missed hydra.rs
michaelsproul Aug 14, 2023
498da11
More cleanups and consolidation
michaelsproul Aug 14, 2023
238521a
Merge remote-tracking branch 'origin/unstable' into hydra-mar-23
michaelsproul Aug 14, 2023
1b11d87
Attestations & slashing protection
michaelsproul Aug 17, 2023
e08a77a
Fix some snafus
michaelsproul Aug 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
199 changes: 186 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ members = [

"beacon_node",
"beacon_node/beacon_chain",
"beacon_node/beacon_chain/fuzz",
"beacon_node/beacon_processor",
"beacon_node/builder_client",
"beacon_node/client",
Expand Down
Loading