Commit Graph

83 Commits

Author SHA1 Message Date
Paul Hauner
8acffcc0db Make some BeaconChain functions private 2019-05-30 18:38:41 +10:00
Paul Hauner
345f7d5f18 Add global metrics registry, pass to BeaconState 2019-05-28 17:30:09 +10:00
Paul Hauner
3f27fd4edf Parse http CLI args for HTTP server 2019-05-28 13:50:51 +10:00
Paul Hauner
faa682a9b5 Implement saving BeaconChain on client drop 2019-05-27 17:58:15 +10:00
Paul Hauner
9ed8a4d380 Implement basic BeaconChain persistence. 2019-05-27 17:58:15 +10:00
Paul Hauner
ee8d13573f Create BeaconChainTypes, thread through runtime 2019-05-26 15:59:29 +10:00
Paul Hauner
85211ebccd Add basic prometheus endpoint 2019-05-25 17:25:21 +10:00
Paul Hauner
8dd07dd7d2 Add http server to beacon node w/ hello world 2019-05-25 14:31:13 +10:00
Paul Hauner
3bcf5ba706 Rename db crate to store 2019-05-21 18:20:23 +10:00
Paul Hauner
b62f4477e1 More project-wide fixes for new DB 2019-05-21 17:45:35 +10:00
Paul Hauner
fcabef91da Use E for EthSpec trait, instead of B 2019-05-13 14:44:43 +10:00
Paul Hauner
ce8ebeccbc Rename BeaconStateTypes to EthSpec 2019-05-10 14:47:09 +10:00
Paul Hauner
2a938f2fd5 Fix clippy lints 2019-05-09 13:35:00 +10:00
Paul Hauner
4c0c93f0c9 Update beacon_node to work w/ BeaconStateTypes 2019-05-09 09:40:32 +10:00
Paul Hauner
1913be0c6f Fix clippy lints 2019-04-03 16:23:09 +11:00
Age Manning
170f993032 Clean up warnings 2019-04-01 12:14:23 +11:00
Paul Hauner
f18941a01c Block client startup until state is ready 2019-03-27 11:25:15 +11:00
Paul Hauner
b006586d19 Add slot timer to beacon node 2019-03-27 10:36:20 +11:00
Age Manning
05369df7e8 Add PubsubMessage and publish function to behaviour 2019-03-25 22:00:11 +11:00
Age Manning
ca9af49d4e Adds error handling to validator client service 2019-03-25 16:50:15 +11:00
Age Manning
a4cfe68272 Thread beacon node RPC server 2019-03-22 16:46:52 +11:00
Age Manning
ee6a0ccb92 Initial build of server-side BeaconNodeService RPC 2019-03-22 13:37:24 +11:00
Age Manning
4be2eeb792 Correct cli rpc parameters 2019-03-20 09:58:31 +11:00
Age Manning
d2f12b7c18 Add standard RPC service 2019-03-19 23:47:58 +11:00
Age Manning
4b57d32b60 Apply clippy suggestions 2019-03-19 23:20:39 +11:00
Age Manning
e7f87112fb Tidy networking crates 2019-03-19 22:53:51 +11:00
Age Manning
6b5debe654 Organize beacon_chain typing
- Implements ClientTypes
- New network BeaconChain type for the networking service
2019-03-18 17:38:23 +11:00
Age Manning
bbad4bfa19 Starts initialisation of beacon chain in the client 2019-03-18 16:16:54 +11:00
Age Manning
9803ab30f2 Propagate RPC through network service.
- Basic network message handler threading
- Correct references
2019-03-17 21:49:56 +11:00
Age Manning
ae983a9347 Basic networking service with channel 2019-03-12 17:28:11 +11:00
Age Manning
b68adc1ae3 Implement skeleton network/sync framework. 2019-03-04 18:31:01 +11:00
Age Manning
3b8f29a914 [Temp Commit] Implements more basic skeleton code. 2019-03-04 16:39:37 +11:00
Age Manning
2e020a3efa Implement the basic structure of the beacon node. 2019-03-03 18:28:12 +11:00