prysm-pulse/beacon-chain/state
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
..
stategen Add beacon state unmarshal fuzzer, afl support (#6625) 2020-09-14 11:42:08 -07:00
stateutil Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
BUILD.bazel Fixes docs.go -> doc.go file name (#7128) 2020-08-27 20:28:54 +00:00
cloners.go Add Reference Copying (#5245) 2020-04-19 13:57:43 +00:00
doc.go Fixes docs.go -> doc.go file name (#7128) 2020-08-27 20:28:54 +00:00
field_trie_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
field_trie.go preset memory (#6722) 2020-07-25 11:54:54 -07:00
getters_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
getters.go Add New Validator Map Handler (#6910) 2020-08-07 01:42:50 +00:00
references_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
setters.go Add New Validator Map Handler (#6910) 2020-08-07 01:42:50 +00:00
state_trie_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state_trie.go Add Shared Field Metrics (#7081) 2020-08-24 23:03:23 +00:00
types_bench_test.go Tiny optimization in state refs lock/unlock (#6520) 2020-07-08 12:53:36 +00:00
types_test.go Rm unused HashTreeRootState (#6697) 2020-07-23 17:19:05 -05:00
types.go Add Shared Field Metrics (#7081) 2020-08-24 23:03:23 +00:00
validator_map_test.go Add New Validator Map Handler (#6910) 2020-08-07 01:42:50 +00:00