Commit Graph
2913 Commits
Author SHA1 Message Date
Luke Anderson 99c673045c Moved chain/cache building into separate function, and made sure that all REST API endpoints are using this function to get the state. 2019-09-09 12:10:41 +10:00
Luke Anderson a2267dc4d3 Merge branch 'interop' into api-alignment 2019-09-09 11:52:41 +10:00
Paul Hauner 09b0db2535 Change which pre state is logged 2019-09-08 21:11:16 -04:00
Paul Hauner e7b324966d Log all states and blocks processed 2019-09-08 20:55:15 -04:00
Paul Hauner 37cd98f3ce Add additional logging for gossip messages 2019-09-08 18:51:24 -04:00
Paul Hauner 7a32d50901 Merge branch 'interop' of github.com:sigp/lighthouse into interop 2019-09-08 18:39:29 -04:00
Gregory Markou 39f7dda761 fix pauls shit (#528) 2019-09-08 18:38:22 -04:00
Paul Hauner 0e5f33d928 Removes testin dbg!'s
Hopefully this appeases @gregthegreek
2019-09-08 18:37:30 -04:00
Paul Hauner 1040c80cd8 Add noisey debugging to attestation processing 2019-09-08 16:28:01 -04:00
Paul Hauner 92c16bb911 Add extra logs to gossip object processing 2019-09-08 14:20:48 -04:00
Paul Hauner 6311b13169 Add ssz benches to state processing 2019-09-08 13:42:38 -04:00
Luke Anderson 99414155d1 Merging interop into api-alignment; fixing conflicts. 2019-09-09 03:02:41 +10:00
Paul Hauner 834c36d602 Merge branch 'interop' of github.com:sigp/lighthouse into interop 2019-09-08 12:25:35 -04:00
Paul Hauner 6a870d468c Add ssz_fixed_len method to ssz::Encode 2019-09-08 12:23:37 -04:00
Age Manning e8619399f2 Patch to correct for single byte RPC responses 2019-09-08 07:10:36 +10:00
Paul Hauner d8ce59e235 Merge branch 'interop' of github.com:sigp/lighthouse into interop 2019-09-08 04:21:55 +10:00
Paul Hauner 9461b5063b Replace EF tests submodule with a makefile 2019-09-08 04:19:54 +10:00
Age Manning 69442a2ab3 Correct warnings 2019-09-08 01:57:56 +10:00
Age Manning 1eafa63c2a Merge branch 'sync-threading' into interop 2019-09-07 09:32:09 +10:00
Age Manning 04b47a357b Correct bugs in new sync threading 2019-09-07 09:31:05 +10:00
Age Manning 812e1fbe26 Implements a new thread dedicated for syncing 2019-09-07 00:28:54 +10:00
Paul Hauner 9b062e0523 Fix compile error in ef_tests 2019-09-06 22:45:05 +10:00
Paul Hauner bef21d9218 Merge branch 'v0.8.3' into interop 2019-09-06 22:04:13 +10:00
Michael Sproul 23a4fdabe4 Enable remaining SSZ generic tests 2019-09-06 17:06:11 +10:00
Michael Sproul 1c9e4bc09c Fix bug in SSZ encoding of FixedVector 2019-09-06 17:05:40 +10:00
Luke Anderson e6a0d038e9 Added YAML types for list of validators and added some logging to duties function. 2019-09-06 14:10:49 +10:00
Paul Hauner 14cf6b0118 Add option to validator service to fix bug
With the previous setup it would never produce on the 0 slot.
2019-09-06 10:17:23 +10:00
Paul Hauner 8b69a48fc5 Allow validator client to start before genesis 2019-09-06 10:03:45 +10:00
Age Manning ee25766cae Correct recent beacon block request bug 2019-09-05 22:18:17 +10:00
Paul Hauner 940ddd0d13 Use michael's milagro in interop keypairs 2019-09-05 20:57:48 +10:00
Luke Anderson 6cbef7b58b Undoing changes to ChainSpec. The discrepancies from the Eth2.0 spec are necessary in our case. 2019-09-05 20:06:46 +10:00
Paul Hauner 3bc62ef411 Merge branch 'v0.8.3' into interop-v0.8.3 2019-09-05 17:39:23 +10:00
Paul Hauner a074d8f09b Update book 2019-09-05 16:10:57 +10:00
Michael Sproul 24ebad9168 Merge remote-tracking branch 'origin/master' into v0.8.3 2019-09-05 12:27:58 +10:00
Michael Sproul 289f8d13b0 Cleanups and SSZ generic container tests 2019-09-05 10:28:09 +10:00
Age Manning a3877b6135 Updates syncing stability, fixes large RPC message codec, corrects beacon chain referencing 2019-09-05 08:07:57 +10:00
Age Manning 8256621230 Merge message validation 2019-09-05 03:06:57 +10:00
Age Manning 2a1d6587a7 Merge latest interop 2019-09-05 03:03:45 +10:00
Age Manning e7ab89a783 Adds gossipsub object validation and verification 2019-09-05 02:06:39 +10:00
Luke Anderson 50fca17308 Updated ChainSpec serialization and added some comments about potentially missing components. 2019-09-05 00:40:23 +10:00
Luke Anderson 4339e372c7 Updated the API spec.
- Moved ENR into it's own object
 - Moved the POST request parameters into the requestBody attribute (instead of query)
 - Updated IndexedAttestation to Attestation
 - Updated path for current_finalized_checkpoint
 - Completed the /spec and /spec and /spec/slots_per_epoch endpoints
 - Completed the /beacon/state/genesis endpoint
 - Completed the /spec/eth2_config endpoint
 - Fixed the prometheus example value
 - Added various example values to reflect real world values
 - Fixed incorrect indenting of Eth1Data
 - Added the whole ChainSpec schema
2019-09-05 00:39:54 +10:00
Luke Anderson 32ca8e951d Updated content-type acceptance and returning, mainly for /spec/eth2_config 2019-09-05 00:36:06 +10:00
Luke Anderson bf2f459773 Extended API
- Added a /beacon/validators function, to list all validators active in a particular epoch
 - Moved 'get_genesis_state' function, to align with router.
 - Added content-type for error responses
 - Tried adding a cache update call to fix issue getting validator duties (this is WIP)
2019-09-04 23:03:05 +10:00
Luke Anderson eeba69cd0f Moved beacon chain from request functionality into its own function. 2019-09-04 22:03:55 +10:00
Luke Anderson 01b652ab0e Fixed merge conflict, updated calls.
- Fixed function re-names
 - Updated the function which gets the beacon_chain from the request, and makes sure caches are updated.
 - Updated this api-alignment branch with the new code from interop branch.
2019-09-04 16:06:14 +10:00
Paul Hauner 3b40b691ab Download ENR during bootstrap 2019-09-04 15:58:51 +10:00
Michael Sproul d511c939eb SSZ generic tests for big uints 2019-09-04 14:32:04 +10:00
Luke Anderson 28a2ce2bdc Fix formatting with rustfmt. 2019-09-04 14:19:48 +10:00
Paul Hauner 572df4f37e Make bootstrapper block til connection established 2019-09-04 13:56:30 +10:00
Luke Anderson 0c1ceab527 Addressed Paul's suggestions.
- Updated some comments.
 - Replaced match statements with map functions.
2019-09-04 13:43:45 +10:00