terence tsao
23a6c20dd4
Service as proper names ( #4293 )
2019-12-16 19:53:55 -06:00
Jim McDonald
813233373e
Advanced peer tracking ( #4233 )
...
* Advanced peer status
* Rework errors; add tests
* Gazelle
* time->roughtime
* Update beacon-chain/p2p/handshake.go
Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* Update beacon-chain/p2p/interfaces.go
Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* Downgrade log
* Tidy up handshaking logic and commentary
* Downgrade log message
* Protect connected peers from disconnection; increase high water level to avoid bad interactions at maxPeers
2019-12-11 18:31:36 +08:00
Nishant Das
a686be8bd0
Revert "Revert "Update Pending Queue ( #4066 )" ( #4101 )" ( #4168 )
...
This reverts commit 7a9c297206
.
2019-12-03 07:56:04 -08: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
7a9c297206
Revert "Update Pending Queue ( #4066 )" ( #4101 )
...
This reverts commit a264a097cc
.
2019-11-24 21:05:51 -08:00
Nishant Das
a264a097cc
Update Pending Queue ( #4066 )
...
* update queue
* fix test
* put this all in validate method
* remove ancestors too
* not needed
* terence's review
* period
* preston's review
2019-11-21 21:24:50 +08: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
terence tsao
cf2ad1f21c
Parent blocks fetching/processing ( #3459 )
...
* first version of the watchtower api
* Initial prototype of sync parent fetching/processing
* Another map to track seen block root
* Fixed fmt
* Ready to live test
* Ready to live test
* Seperate pending block queue into its own
* first version
* delete watchtower
* move to message loop
* roughtime
* one time
* fix test
* Started testing but peer list empty
* Comment
* Loggins
* Stuck at decoding non proto type
* Revert
* First take, need feedback
* Run time panics at hello
* Revert
* use reflect properly
* Fixed subscriber
* instantiate helper
* More reverts
* Revert back tests
* Cont when EOF
* Working
* Clean hello tracker on peer disconnection
* Clean hello tracker on peer disconnection
* Move to validation
* Propoer locking
* Propoer locking
* Fmt
* Nishant's feedbacke
* More feedback
* All tests passing
* fix build
* remove log
* gaz
* Added the todo
2019-09-20 10:08:32 -07:00