prysm-pulse/beacon-chain/core
blacktemplar 9f2543267e Ignore deposits with invalid signatures instead of throwing error (#3011)
* errors in signatures of deposits lead to ignoring the deposit instead of error (by spec)

* add appropriate error log for invalid signature in process deposit

* Small comment improvement

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>

* improved log

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>

* adds three unit tests for skipping deposits with invalid and uncompressed signatures and one for successfully performing a process deposit with a valid signature (inclusive signature checking)

* fix panics, still test failures

* adapts tests to use testutil

* add forgotten dependencies

* reordering imports according to goimports
2019-07-24 14:55:40 -04:00
..
blocks Ignore deposits with invalid signatures instead of throwing error (#3011) 2019-07-24 14:55:40 -04:00
epoch Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
helpers Remove optional verify signatures argument when verifying deposits (#3052) 2019-07-23 22:19:14 +05:30
state Fix Batched Block Response (#3012) 2019-07-24 07:53:38 -07:00
validators Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00