Commit Graph

3098 Commits

Author SHA1 Message Date
Paul Hauner
f76f97a3fd Tidy signing, reduce ForkService duplication 2019-11-23 17:02:39 +11:00
Paul Hauner
b9967048ea Merge branch 'master' into kill-grpc 2019-11-23 15:55:08 +11:00
Paul Hauner
3516d46074 Tidy comments 2019-11-23 15:53:12 +11:00
Paul Hauner
52e3389a3a Tidy validator config, CLIs 2019-11-23 15:48:41 +11:00
Paul Hauner
68942318a7 Attempt fix for addr parsing 2019-11-23 15:20:29 +11:00
Age Manning
0c1e27ec13 Apply discv5 fixes (#622) 2019-11-23 14:53:16 +11:00
Paul Hauner
466eb0420f Fix warnings 2019-11-23 13:13:29 +11:00
Paul Hauner
3378ce9787 Merge branch 'discv5-fixes' into kill-grpc 2019-11-23 12:43:30 +11:00
Paul Hauner
7109ffa89d Address other minor issues 2019-11-23 12:39:45 +11:00
Age Manning
8650ebcd1f Apply discv5 fixes 2019-11-23 12:34:00 +11:00
Paul Hauner
ef4e12da51 Tidy grpc and misc things 2019-11-23 12:16:41 +11:00
Paul Hauner
9e5a9cefe2 Update book 2019-11-23 12:08:56 +11:00
Paul Hauner
cbf9b94f69 Use the makefile for debug GI test 2019-11-23 11:33:23 +11:00
Paul Hauner
f5f0e281b7 Use make in the dockerfile, skip the test 2019-11-23 10:44:55 +11:00
Paul Hauner
6b0b76edf4 Update docker file, use makefile in CI 2019-11-23 10:14:26 +11:00
Paul Hauner
be7346d3ea Add different http timeout for debug 2019-11-22 19:51:52 +11:00
Paul Hauner
d6c025f111 Remove gitlab and travis files 2019-11-22 18:53:30 +11:00
Paul Hauner
9d30559079 Add CI badge 2019-11-22 18:53:08 +11:00
Paul Hauner
25e5d35a6c Make other CI jobs require cargo fmt 2019-11-22 18:41:07 +11:00
Paul Hauner
d7b40c369f Change name of CI job 2019-11-22 18:39:01 +11:00
Paul Hauner
17939f340b Add rustup update before cargo fmt 2019-11-22 18:37:02 +11:00
Paul Hauner
c2e68145f0 Fix cargo fmt in CI 2019-11-22 18:32:13 +11:00
Paul Hauner
a28514f32f Move cargo fmt to own job in tests 2019-11-22 18:28:10 +11:00
Paul Hauner
6c0f494694 Add sudo to CI npm install 2019-11-22 18:12:05 +11:00
Paul Hauner
adaf976a1d Add to CI file 2019-11-22 18:10:36 +11:00
Paul Hauner
e08aa4b61f Modify gitlab actions 2019-11-22 17:56:20 +11:00
Paul Hauner
9c125f28f3 Modify rust.yaml 2019-11-22 17:46:31 +11:00
Paul Hauner
55a0b9fafd Add github workflow 2019-11-22 17:42:16 +11:00
Paul Hauner
c170cfb902 Fix compile error in beacon node tests 2019-11-22 17:38:24 +11:00
Paul Hauner
fd61bfb683 Add duties pruning 2019-11-22 17:36:38 +11:00
Paul Hauner
a4dadadcc2 Ensure a prompt exit 2019-11-22 17:22:43 +11:00
Paul Hauner
b79f88ceaa Add interop keys and startup wait 2019-11-22 17:02:50 +11:00
Paul Hauner
f4b78e6133 Add version http endpoint tests 2019-11-22 16:26:11 +11:00
Paul Hauner
39aaa15378 Use bulk duties request in validator client 2019-11-22 15:44:02 +11:00
Paul Hauner
1055fd6752 Use par_iter for keypair generation 2019-11-22 15:43:43 +11:00
Paul Hauner
49df77d850 Merge branch 'kill-grpc' of github.com:sigp/lighthouse into kill-grpc 2019-11-22 15:24:55 +11:00
Paul Hauner
af20a345bc Add validator duties post endpoint 2019-11-22 15:20:58 +11:00
Paul Hauner
bafab28796 Merge branch 'master' into kill-grpc 2019-11-22 13:48:24 +11:00
Paul Hauner
07d054576a Use full pubkey for validator directories 2019-11-22 13:40:35 +11:00
Paul Hauner
9d0deab6c3 Add attestation service to validator client 2019-11-22 13:40:20 +11:00
Paul Hauner
03e18ded86 Move account manager under main binary (#601)
* Move account_manager under `lighthouse` binary

* Unify logfile handling in `environment` crate.
2019-11-22 11:35:41 +11:00
Paul Hauner
e4533bce2f Start works on attestation service 2019-11-22 09:56:08 +11:00
Paul Hauner
04e0ec1624 Prune old validator client files 2019-11-22 01:26:36 +11:00
Paul Hauner
114067bb50 Start heavy refactor of validator client
- Block production is working
2019-11-22 01:22:05 +11:00
Paul Hauner
06002f3f6a Merge branch 'deposit-flow' into kill-grpc 2019-11-21 14:26:56 +11:00
Paul Hauner
cd0079dabf Merge branch 'deposit-flow' into kill-grpc 2019-11-21 14:24:02 +11:00
Michael Sproul
24e941d175 Update to spec v0.9.1 (#597)
* Update to spec v0.9.0

* Update to v0.9.1

* Bump spec tags for v0.9.1

* Formatting, fix CI failures

* Resolve accidental KeyPair merge conflict

* Document new BeaconState functions

* Fix incorrect cache drops in `advance_caches`

* Update fork choice for v0.9.1

* Clean up some FIXMEs

* Fix a few docs/logs
2019-11-21 11:47:30 +11:00
Paul Hauner
82e2aa6a9c Remove grpc from beacon_node 2019-11-21 11:23:29 +11:00
Paul Hauner
89a311ef20 Add working tests for rest_api validator endpoint 2019-11-21 11:18:21 +11:00
Paul Hauner
fd6e6d5d40 Allow attestations to genesis block 2019-11-21 11:16:16 +11:00