Nishant Das
667466020e
Change All Caches To Ristretto ( #4208 )
...
* new caches
* goimports, gaz
* fix all tests
* Merge branch 'swapP2PCaches' of https://github.com/prysmaticlabs/geth-sharding into swapP2PCaches
* remove from bls
* remove ccache
* fix handshake
* Merge branch 'master' into swapP2PCaches
* gofmt
* Merge branch 'master' into swapP2PCaches
2019-12-06 20:06:37 +00:00
terence tsao
dc0b8fad4f
Move recently seen roots ( #4206 )
...
* Move recently seen roots earlier
* Preston's feedback
2019-12-06 06:30:43 +00:00
terence tsao
8bbc589edd
Spans and check type ( #4164 )
...
* Spans and check type
* Typos
* Remove type checks
* Fixed a test bug
* Merge branch 'master' into subs-fixes
* Merge branch 'master' into subs-fixes
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into subs-fixes
* Revert back type assertions
* Merge branch 'master' into subs-fixes
* Merge branch 'subs-fixes' of https://github.com/prysmaticlabs/prysm into subs-fixes
* Merge branch 'master' into subs-fixes
2019-12-03 19:15:01 +00:00
Raul Jordan
0326be86b5
Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm ( #4112 )
...
* starting on patch
* finish determining all required patches
* properly redefine the patch rules
* new patch
* rem double semicolon
* fix patch file
* Merge branch 'master' of github.com:prysmaticlabs/prysm into deprecate-eth-protos
* building the deps
* test target passes using ethereumapis
* compile gateway
* attempting to build everything
* e2e use ethereumapis
* more fixes for slasher
* other item
* getting closer to compiling slasher
* build slasher package
* Merge branch 'master' into deprecate-eth-protos
* Merge branch 'master' into deprecate-eth-protos
* fix benches
* lint gazelle
* Merge branch 'deprecate-eth-protos' of github.com:prysmaticlabs/prysm into deprecate-eth-protos
* proper gateway
* lint
* Merge branch 'master' into deprecate-eth-protos
* fix build
* Merge branch 'deprecate-eth-protos' of github.com:prysmaticlabs/prysm into deprecate-eth-protos
* use swag
* resolve
* ignore change
* include new patch changes
* fix test
* builds
* fix e2e
* gaz
2019-11-27 05:08:18 +00:00
Nishant Das
a938c305b4
Do Not Reject Attestations in Genesis Epoch ( #3955 )
2019-11-08 08:09:07 -08:00
Nishant Das
c8b8c6165d
Dont Process Old Blocks And Attestations ( #3925 )
...
* reject old objs
* reject old attestation
* add equality
* fix formatting
* add equal check for source
* fix and add tests
* change debug log
2019-11-07 14:17:00 -05:00
Preston Van Loon
86cd873e67
Add span and annotate errors for validating beacon attestations ( #3861 )
...
* Add span and annotate errors for validating beacon attestations
* fix test
2019-10-31 18:32:22 -04:00
Raul Jordan
d9c0e65cef
Improve Beacon Node Logging UX ( #3600 )
...
* info logs beacon node improvements
* prom test fixes
* info logging changes
* wrapped up node info logging
* changed to debug level
* warn logs taken care of
* Terence suggestion
* warn spacing
* better logging in initial sync
* debug level standardized
* complete debug standardization
* participation at epoch end
* fix archive tests
* even more test fixes
* prom test
* ops test
* powtest
* rpc sync test
* rem part
* log formatting
2019-10-01 15:05:17 -05:00
Nishant Das
87f0581742
Add Error to Message validation ( #3678 )
...
* change functions
* fixing tests
* fixed all tests
* format
* fix test failures
* change to error
2019-10-01 08:13:04 -07:00
Preston Van Loon
9fcc6fc201
Wait until fully synced to process pubsub messages ( #3514 )
...
* context timeout for pubsub message processing
* add syncing check
* gofmt
* use a global cache
* lint
* fmt
* fix conflicts
* revert change
* gaz
2019-09-20 10:54:32 -07:00
Preston Van Loon
b6e0d700ec
PubSub: Check messages received from self, do not double process ( #3403 )
...
* Check messages received from self, add them to the store
* tests
* fmt
2019-09-03 17:22:15 -07:00
Preston Van Loon
ce65b11801
Beacon attestation pubsub subscriber ( #3289 )
...
* beacon attestation subscriber
* register beacon attestation handler
* fix tests
2019-08-23 14:46:04 -05:00