prysm-pulse/beacon-chain/blockchain
Ivan Martinez bb2d79be85 Aggregate attestations before adding into the DB (#3149)
* Implement Attestation Aggregation before inserting into the DB

* Nearly complete test for aggregating signatures

* Finish tests for aggregating signatures

* gazelle

* Rename tests

* add lock and advance state

* only advance if necessary

* Fix most tests

* Fix more of DB keys and changing keys to data hashes

* Fix a lot of tests and inconsistencies

* fix lock

* gaz

* undo local changes

* fix ref

* fix ref

* Fix some tests

* clear cache

* fix sync for attestations

* finally working across multiple nodes

* gen proto

* lint

* properly wrap error
2019-08-10 16:13:04 -04:00
..
block_processing_test.go Reest array size to SlotsPerHistoricalRoot (#3158) 2019-08-08 08:03:24 -07:00
block_processing.go Aggregate attestations before adding into the DB (#3149) 2019-08-10 16:13:04 -04:00
BUILD.bazel Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
fork_choice_reorg_test.go Aggregate attestations before adding into the DB (#3149) 2019-08-10 16:13:04 -04:00
fork_choice_test.go Replaced block and state roots construction to SlotsPerHistoricalRoot (#3160) 2019-08-08 13:12:35 -05:00
fork_choice.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
service_test.go Optimize Sparse Merkle Trie (#3056) 2019-07-23 14:17:39 -05:00
service.go Finish error wrapping (#3135) 2019-08-04 15:45:03 -07:00