Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
23 changes: 23 additions & 0 deletions AllTests-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ AllTests-mainnet
+ Electra toSignedBlindedBeaconBlock OK
+ Fulu toSignedBlindedBeaconBlock OK
```
## BlobQuarantine data structure test suite [Preset: mainnet]
```diff
+ overfill protection test OK
+ popSidecars()/hasSidecars() return []/true on block without blobs OK
+ pruneAfterFinalization() test OK
+ put() duplicate items should not affect counters OK
+ put()/fetchMissingSidecars/remove test OK
+ put()/hasSidecar(index, slot, proposer_index)/remove() test OK
+ put(sidecar)/put([sidecars])/hasSidecars/popSidecars/remove() test OK
```
## Block pool altair processing [Preset: mainnet]
```diff
+ Invalid signatures [Preset: mainnet] OK
Expand Down Expand Up @@ -146,6 +156,19 @@ AllTests-mainnet
+ atSlot sanity OK
+ parent sanity OK
```
## ColumnQuarantine data structure test suite [Preset: mainnet]
```diff
+ ColumnMap test OK
+ overfill protection test OK
+ popSidecars()/hasSidecars() return []/true on block without columns OK
+ pruneAfterFinalization() test OK
+ put() duplicate items should not affect counters OK
+ put()/fetchMissingSidecars/remove test [node] OK
+ put()/fetchMissingSidecars/remove test [supernode] OK
+ put()/hasSidecar(index, slot, proposer_index)/remove() test OK
+ put(sidecar)/put([sidecars])/hasSidecars/popSidecars/remove() [node] test OK
+ put(sidecar)/put([sidecars])/hasSidecars/popSidecars/remove() [supernode] test OK
```
## Combined scenarios [Beacon Node] [Preset: mainnet]
```diff
+ ImportKeystores should not be blocked by fee recipient setting [Beacon Node] [Preset: main OK
Expand Down
Loading
Loading