prysm-pulse/beacon-chain/forkchoice/protoarray
Preston Van Loon cebb62997d
Add beacon state unmarshal fuzzer, afl support (#6625)
* Add AFL third_party libraries

* add beacon state fuzzing, add afl fuzz bundle

* rm fuzzing engine

* fix and lint

* Check for array out of bounds when calculating proposer delta

* failing test

* fix

* Checkpoint progress

* Add requirement that inclusion distance is not zero, add regression test

* No need for HTR since that is covered in process slots

* Removing some fuzzit logic, old fuzz tests

* Add ssz encoder test and fix

* Fuzzing checkpoint, adding fuzzing to the p2p layer

* ignore some libfuzzer files

* Full testing of p2p processing of blocks, with some mocked stuff

* use tmpdir and always process blocks

* use checkptr

* Update ethereumapis

* go mod tidy

* benchmarks for ferran's fast ssz hash tree root

* Update fastssz

* fmt

* gaz

* goimports

* Fix

* fix ethereumapis

* fix again

* kafka

* fix gen file

* fix compute signing root

* gofmt

* checkpoint progress

* progress

* checkpoint

* updates

* updates

* merge fix

* WIP

* merge

* fix build

* fix merge related issues

* cleanup

* revert unrelated

* lint

* lint

* lint

* manual tags for fuzz

* Commentary on upload script

* some import fixes, but not all

* fix //fuzz:fuzz_tests

* rm unused test

* update generated ssz

* Set // +build libfuzzer

* remove debug code

* A bit of refactoring ot explain why there is a committee_disabled file

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-09-14 11:42:08 -07:00
..
BUILD.bazel Add beacon state unmarshal fuzzer, afl support (#6625) 2020-09-14 11:42:08 -07:00
doc.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
errors.go Part 8 of proto array fork choice - prune (#4642) 2020-01-24 15:51:11 +00:00
ffg_update_test.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00
helpers_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00
helpers.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00
metrics.go Integrate proto array forkchoice to run time (#4649) 2020-01-25 14:22:25 -06:00
no_vote_test.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00
node.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00
nodes_test.go Fix out of bound check in AncestorRoot (#7226) 2020-09-14 09:10:52 +00:00
nodes.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00
store.go Fix out of bound check in AncestorRoot (#7226) 2020-09-14 09:10:52 +00:00
types.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00
vote_test.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00