Shay Zluf
9103ec98cb
QSP-14 consistent file permissions ( #6378 )
...
* QSP-14 consistent file permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* default io file permissions
* Merge branch 'consistent_permissions' of github.com:prysmaticlabs/prysm into consistent_permissions
* fix comments
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* gaz
* Merge branch 'consistent_permissions' of github.com:prysmaticlabs/prysm into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Rename IoConfig.go to io_config.go
* Update shared/params/BUILD.bazel
* Merge refs/heads/master into consistent_permissions
* raul feedback
* Merge branch 'consistent_permissions' of github.com:prysmaticlabs/prysm into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* gaz
* Merge branch 'consistent_permissions' of github.com:prysmaticlabs/prysm into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
* Merge refs/heads/master into consistent_permissions
2020-06-25 16:12:59 +00:00
Preston Van Loon
8ffe9858ec
Rename white/blacklist to allow/deny list ( #6173 )
...
* Rename white/blacklist to allow/deny list
* Deprecate flag properly
2020-06-08 04:35:15 +00:00
terence tsao
78a865eb0b
Replace boltdb imports with bbolt import ( #5193 )
...
* Replaced. Debugging missing strict dependencies...
* Merge branch 'master' into bbolt-import
* Update import path
* Merge branch 'bbolt-import' of github.com:prysmaticlabs/prysm into bbolt-import
* use forked prombbolt
* Merge branch 'bbolt-import' of github.com:prysmaticlabs/prysm into bbolt-import
* fix
* remove old boltdb reference
* Use correct bolt for pk manager
* Merge branch 'bbolt-import' of github.com:prysmaticlabs/prysm into bbolt-import
* fix for docker build
* gaz, oops
2020-03-24 20:00:54 +00:00
terence tsao
d4bea51482
Proto array fork choice tree handler ( #4658 )
2020-01-26 12:25:33 -08:00
Preston Van Loon
10341cbf7f
Add flags to cluster pk manager ( #4645 )
...
* Add flags to cluster pk manager
* Merge branch 'master' into cluster-pk-mgr
2020-01-24 19:34:24 +00:00
Preston Van Loon
2182e1cdc9
Fix pk manager db ( #4447 )
...
* fix pk manager db
2020-01-07 19:19:40 +00:00
Preston Van Loon
961dd21554
Use libp2p gossipsub upstream validator framework ( #4318 )
...
* add reject all pubsub validator to stop automatic propagation of messages
* gaz
* Merge branch 'master' of github.com:prysmaticlabs/prysm into pubsub-validator
* refactor p2p validator pipeline
* add sanity check
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* fixed up test
* rem
* gaz
* Merge refs/heads/master into pubsub-validator
* fix from self test
* ensure validator data is set
* resolve todo
* Merge refs/heads/master into pubsub-validator
* gaz
* Merge refs/heads/master into pubsub-validator
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* Merge refs/heads/master into pubsub-validator
* remove all of the 'from self' logic. filed https://github.com/libp2p/go-libp2p-pubsub/issues/250
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* gaz
* update comment
* Merge refs/heads/master into pubsub-validator
* rename "VaidatorData"
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* refactor
* one more bit of refactoring
* Update beacon-chain/sync/validate_beacon_attestation.go
Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* skip validation on self messages, add @nisdas feedback to increment failure counter
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* remove flakey
2019-12-20 03:18:08 +00:00
Preston Van Loon
dd734f23c3
Handle unmarshal failures ( #2624 )
2019-05-17 11:12:17 -04:00
Nishant Das
eef35996de
Blacklist Keys in Cluster PK Manager ( #2536 )
...
* initialize rpc client
* add struct
* gaz
* add keymap
* update proto and add rpc methods
* update proto
* add method
* make changes
* add routine
* gaz
* mockgen
* error fix
* prom metric
* Some improvements
* fixes
* fix and working cluster pk manager
* fix and working cluster pk manager
* fix and working cluster pk manager
* fix and working cluster pk manager
* regen mocks and pb.go
* k8s
2019-05-12 16:38:37 -04:00
Preston Van Loon
67cbf774f5
Add nogo to introduce built time linting ( #2317 )
...
* Add nogo and fix lint issues
* Run gazelle
* better gazelle
* ignore external struct tags
2019-04-21 22:14:34 +08:00
Preston Van Loon
ecebea01c0
Fix recycling of cluster private keys ( #2275 )
...
* fix recycling of private keys
* Update cluster-manager.yaml
2019-04-16 21:23:31 -05:00
Preston Van Loon
2148a83b02
Update cluster pk manager to assign multiple keys to validators ( #2112 )
...
* checkpoint
* move lock
* checkpoint
* checkpoint
* chkpt
* update readme so i know what im supposed to do
* ckpt
* checkpoint
* checkpoint
* chkpt
* Fix image build
* handle errors
* add port to pod
* lint
* Update beacon-config.config.yaml
* lint
2019-04-14 17:53:34 -04:00
Raul Jordan
205594c5d6
Fix Travis Failures on Master ( #1938 )
...
* resolve travis conflicts
* cp proto
* revert
* remove unused context
2019-03-07 23:54:41 -05:00
Preston Van Loon
5eb5f6afa9
Faucet enhancements + cluster private key management system ( #1679 )
...
* second pass at faucet, no rate limiting yet
* Add authentication support, step 1. This stuff needs to be refactored and tested
* move deposit input to keystore pkg, add proof of possession and withdrawal addr
* checkpoint on progress with cluster private key manager
* checkpoint w/ bootnode config
* checkpoint
* resolve todo
* encrypt the secrets
* add note about querying testnet
* workspace
* checkpoitn
* remove limits
* update
* checkpoint
* checkpoint
* remove jwt stuff
* fix build
* lint
* lint
* remove init
* remove jwt
* update
* checkpoint
2019-03-07 11:14:57 -05:00