Commit Graph
79 Commits
Author SHA1 Message Date
Kirk Baird 0513559252 Fix syncing bugs by recursively attempting to process parents in the … (#429)
* Fix syncing bugs by recursively attempting to process parents in the import queue, change BlockRootsIterator

* Swap from crossbeam channel to tokio mpsc

* Recursion fix

* Remove exess block processing

* Fix network lag, correct attestation topic

* Correct network poll logic

* Overhaul of SimpleSync and modify BlockRootsIterator to return start_slot

* Fix bug in tests relating to StateRootsIterator

* Remove old, commented-out heartbeat code.

* Tidy docs on import queue enum

* Change source logging msg in simple sync

* Rename function parameter in simple sync

* Use `BestBlockRootsIterator` in `reduced_tree`

* Update comments for `BestBlockRootsIterator`

* Fix duplicate dep in cargo.toml
2019-07-16 17:28:15 +10:00
Kirk Baird 08069704c1 Add cli flag for logging to JSON file 2019-07-10 10:27:44 +10:00
Age Manning 0952a36a21 Initial integration of discovery v5 2019-07-04 14:14:27 +10:00
Age Manning 44c9058477 Integrate discv5 into lighthouse 2019-07-04 14:14:27 +10:00
Age Manning 6ee2b4df34 Complete merging of network addition branch 2019-07-04 14:14:26 +10:00
Age Manning c7e17c8641 Updates for latest master 2019-07-04 14:14:26 +10:00
Age Manning 43135484ca Update to lastest libp2p 2019-07-04 14:13:43 +10:00
Age Manning e36fa3152d Adds verbosity cli flag 2019-07-04 14:11:17 +10:00
Age Manning 7920f8098f Complete moving network logc into beacon node 2019-07-04 14:07:26 +10:00
Age Manning 64abd0bc5b Removes network parameters from chain spec 2019-07-04 14:07:26 +10:00
Age Manning 4e24c8e651 Add topics to chain id 2019-07-04 14:07:26 +10:00
Paul Hauner 027f0a539d Prepare ssz for publishing on crates.io 2019-07-03 16:06:20 +10:00
Paul Hauner 075c989375 Remove old fork_choice crate 2019-06-24 09:34:56 +10:00
Paul Hauner 0b2ad4d0a1 Mark reduced_tree fork choice as incomplete 2019-06-24 09:34:54 +10:00
Paul Hauner f4621a9f1a Improve reduced tree fork choice 2019-06-24 09:34:52 +10:00
Paul Hauner 3487b16ce5 Add eth2_config crate, integrate into val client 2019-06-08 20:21:50 -04:00
Paul Hauner eb23b003b4 Ensure beacon node generates the right eth2 spec 2019-06-08 17:53:22 -04:00
Paul Hauner d8fc5f31d8 Add Eth2Config to runtime 2019-06-08 13:17:03 -04:00
Paul Hauner fd6766c268 Tidy beacon node runtime code 2019-06-08 09:46:04 -04:00
Paul Hauner 749f2fcb5f Unify EthSpecs in Mainnet and Minimal 2019-06-08 08:49:04 -04:00
Paul Hauner caddeba81b Remove genesis_epoch from ChainSpec 2019-06-08 08:17:42 -04:00
Paul Hauner e74d49fc8a Remove dupe info between ChainSpec and EthSpec 2019-06-08 07:57:25 -04:00
Paul Hauner f69d9093a3 Add concept of beacon node configuration TOML 2019-06-07 21:00:34 -04:00
Paul Hauner e73a31c37f Refactor ClientConfig, add serde to it 2019-06-07 19:44:27 -04:00
Paul Hauner 29c5f297a6 Add database size metric 2019-06-01 14:43:08 +10:00
Paul Hauner 5b425c9bf3 Switch runtime fork choice to optimized 2019-05-31 17:53:52 +10:00
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 3e73a008eb Add constant for testnet validator count 2019-05-28 16:10:52 +10:00
Paul Hauner cb11656e12 Use LighthouseTestnet params, not FewValidators 2019-05-28 14:33:13 +10:00
Paul Hauner 3f27fd4edf Parse http CLI args for HTTP server 2019-05-28 13:50:51 +10:00
Paul Hauner 21ecaddac1 Fix various clippy lints 2019-05-28 10:56:05 +10:00
Paul Hauner 6e5e1721f7 Fix lints introduced in Rust 1.35 2019-05-28 10:46:01 +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 76602a65fc Add new fns to ForkChoice and SlotClock 2019-05-27 17:58:15 +10:00
Paul Hauner 9922ed2239 Merge pull request #391 from sigp/http
Add iron HTTP server
2019-05-27 17:36:58 +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
Matthew Slipper 95c218355e Support multiple bootnodes 2019-05-23 18:27:35 -07:00
Paul Hauner b41f91db1d Rename disk db dir 2019-05-21 19:32:07 +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 658b425cce Merge branch 'master' into disk-db 2019-05-20 16:56:04 +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 05df7702d3 Merge branch 'master' into disk-db 2019-04-30 16:02:23 +10:00