Commit Graph

2986 Commits

Author SHA1 Message Date
Paul Hauner
a8fce42ea9 Merge branch 'master' into interop 2019-09-02 15:15:43 +10:00
Paul Hauner
bfbe776712 Add special genesis state API endpoint 2019-09-02 15:07:48 +10:00
Paul Hauner
11a1505784 Allow starting from SSZ genesis state 2019-09-02 15:07:32 +10:00
Paul Hauner
6c50758bdf Add ResponseBuilder to rest_api 2019-09-02 14:29:36 +10:00
Paul Hauner
d05c2d4110 Start working on u64 json issue 2019-09-02 13:21:53 +10:00
Paul Hauner
d4bf1390c9 Add interop eth1 data stub 2019-09-02 11:39:28 +10:00
Paul Hauner
5616e0a239 Update interop docs 2019-09-02 10:52:22 +10:00
Paul Hauner
215200e9eb Add interop tip 2019-09-02 10:34:24 +10:00
Paul Hauner
82dc84ebbf Add slot-time CLI argument 2019-09-02 10:22:29 +10:00
Paul Hauner
4aa12dc408 Set a default BN bootstrap address 2019-09-02 09:59:52 +10:00
Age Manning
c1614b110b Merge interop branch 2019-09-02 05:45:00 +10:00
Age Manning
74baeb4d08 WIP - Upgrade Sync algorithm 2019-09-02 05:38:11 +10:00
Paul Hauner
246dcaa094 Add extra log to validator client 2019-09-01 22:30:56 +10:00
Paul Hauner
8b4b13cb2f Add missed book pages 2019-09-01 22:22:39 +10:00
Paul Hauner
aa3bc6bf67 Update book 2019-09-01 22:22:20 +10:00
Paul Hauner
a78b030f58 Fix rpc port-bump bug 2019-09-01 22:22:09 +10:00
Paul Hauner
960082fe4e Set all listen addresses to 0.0.0.0 for testnets 2019-09-01 22:21:46 +10:00
Paul Hauner
82b4a1b3eb Fix multiple data_dirs in config 2019-09-01 22:21:29 +10:00
Paul Hauner
6db1a19169 Remove stray dbg! 2019-09-01 22:20:31 +10:00
Paul Hauner
d445ae6ee8 Update interop docs with val client CLI 2019-09-01 20:34:14 +10:00
Paul Hauner
457e04f1e0 Rename key gen subcommand in val client 2019-09-01 20:12:51 +10:00
Paul Hauner
fe2cd2fc27 Add testing keypairs to validator client 2019-09-01 20:09:46 +10:00
Paul Hauner
4a69d01a37 Add first changes to validator CLI 2019-09-01 19:33:43 +10:00
Paul Hauner
fa6ba51eb7 Make gRPC and HTTP on by default 2019-09-01 19:33:21 +10:00
Paul Hauner
543e9457b7 Move bootstrapper into own crate 2019-09-01 19:32:57 +10:00
Luke Anderson
632c13a9ec Fixing some API bits
- Adding the validator routes into the main function.
 - Fixing the setting of the aggregation bits, and handling errors correctly.
 - Rust format fixes, and addressing compiler warnings.
2019-09-01 15:41:03 +10:00
Luke Anderson
8ea1167563 Factored out getting beacon_chain from request into it's own function. 2019-09-01 15:09:01 +10:00
Paul Hauner
14ea6f7710 Add newly created mdbook 2019-09-01 11:31:18 +10:00
Luke Anderson
5ee1bb20b7 WIP: Furthered attestation production for validator. 2019-08-31 23:56:35 +10:00
Paul Hauner
5f0509be50 Improve and extend CLI interface 2019-08-31 12:34:27 +10:00
Paul Hauner
6ba093d14f Add warning when disconnecting peer 2019-08-30 17:06:59 +10:00
Paul Hauner
96fb3be2c7 Swap endianness of test keys 2019-08-30 17:02:57 +10:00
Paul Hauner
a6e6827337 Remove pub const from interop keypairs 2019-08-30 16:48:22 +10:00
Michael Sproul
fcf16faad3 Operations tests 2019-08-30 16:16:38 +10:00
Paul Hauner
9ffb6d0fe1 Fix fake_crypto test fails 2019-08-30 15:49:06 +10:00
Paul Hauner
6234adc0d6 Add interop-spec genesis procedure 2019-08-30 15:33:34 +10:00
Michael Sproul
e154b30232 merkle_proof: implement tree construction
Plus QuickCheck tests!
2019-08-30 14:10:44 +10:00
Michael Sproul
c5a22b57d2 Genesis tests 2019-08-30 14:10:28 +10:00
Paul Hauner
25f2e212c3 Update to latest interop keypair spec 2019-08-30 13:30:07 +10:00
Michael Sproul
6cf9b3c1a4 Epoch processing tests 2019-08-30 13:29:26 +10:00
Paul Hauner
2e11faf763 Re-enable signature verification on attn incl 2019-08-30 11:19:52 +10:00
Paul Hauner
a474061ec7 Disable sig verification when filling blocks 2019-08-30 11:14:13 +10:00
Paul Hauner
3365106340 Fix bug with block production 2019-08-30 11:04:15 +10:00
Paul Hauner
31bbb0f573 Modify RPC duties endpoint 2019-08-30 01:51:18 +10:00
Paul Hauner
8060cd8f5c Change RPC slot behaviour 2019-08-30 01:14:57 +10:00
Paul Hauner
ea562595ed Fix bugs with gRPC API 2019-08-30 00:46:25 +10:00
Paul Hauner
ae114889c1 Fix bugs from removing speculative state 2019-08-30 00:24:46 +10:00
Age Manning
192380cb58 Ethereum 2.0 Network Specification Upgrade (#510)
Updates lighthouse to the latest networking spec

-  Sync re-write (#496)
-  Updates to the latest eth2 networking spec (#495)
-  Libp2p updates and improvements
2019-08-29 13:23:28 +02:00
Paul Hauner
682081ef07 Add first pass at removing speculative state 2019-08-29 19:14:52 +10:00
Michael Sproul
81cafdc804 Shuffling and sanity tests 2019-08-29 17:41:20 +10:00