Commit Graph

23 Commits

Author SHA1 Message Date
Paul Hauner
845f336a59
Interop chain start strategies (#479)
* Implement more flexible beacon chain genesis

* Fix compile issues from rebase on master

* Rename CLI flag

* Adds initial documentation for TOML files

* Update docs readme

* Add first version of cli_util

* Dont write cache fields in serde

* Tidy cli_util

* Add code to load genesis YAML file

* Move serde_utils out of tests in `types`

* Update logging text

* Fix serde YAML for Fork

* Make yaml hex decoding more strict

* Update deterministic key generate for interop

* Set deposit count on testing genesis state

* Make some fixes for deposit count

* Remove code fragements

* Large restructure of docs

* Tidy docs

* Fix readme link

* Add interop docs

* Tidy README
2019-08-06 13:29:27 +10:00
Luke Anderson
6de9e5bd6f Spec. for REST API (#455)
* A first run at fleshing full REST API spec.
 - Added a new REST OpenAPI YAML specification to the docs folder, starting from the minimal validator spec.
 - Added a bunch of additional endpoints, including network information and beacon chain information.
 - Current yaml file has not been checked for syntax or any correctness.

* Fixed REST OpenAPI Spec.
 - Updated spelling mistakes, indentation, and incorrect fields.

* Added block_discovery endpoint to REST API spec.

* Added /node/stats endpoint
 - /node/stats endpoint provides information about the running process
 - Added some extra TODOs as reminders.

* Added missing Attestations to REST spec.
 - Added ability to get attestations and pending attestations from chain data.
 - Moved the Attestaion object into its own schema, with reference.
2019-07-29 10:01:56 +10:00
Age Manning
3752a8f860
Merge pull request #459 from adlerjohn/adlerjohn-dev-env-setup-submodules
Fix submodule init command in docs to also update
2019-07-27 11:18:39 +10:00
John Adler
fec7168512
Fix lots of typos. 2019-07-26 15:26:06 -04:00
John Adler
69ad55af19
Fix submodule init command to also update. 2019-07-26 13:31:31 -04:00
Maximilian Ehlers
57c065e915 Update installation.md (#448) 2019-07-22 19:12:13 +10:00
jzaki
1d1ae5c075 Update instructions 2019-07-10 13:15:38 +10:00
jzaki
efcbb16491 Update installation notes to include git-lfs step. 2019-07-09 14:52:05 +10:00
Paul Hauner
d87c84b5c5
Update readme 2019-06-25 14:02:19 +10:00
Luke Anderson
c61c4d93c1
Added a quick 'documentation.md' file, to describe where the Lighthouse technical documentation is, and how it can be updated. 2019-05-01 15:13:30 +10:00
Paul Hauner
ebb7349ee3
Merge pull request #279 from ltfschoen/patch-1
docs: Fix typos
2019-03-05 19:22:18 +13:00
Luke Schoen
2b1549358f
docs: Fix typo 2019-03-04 14:53:52 +01:00
Luke Schoen
0eddfa5556
docs: Fix typos 2019-03-04 14:46:56 +01:00
Paul Hauner
35c914baa6
Revert "Merge pull request #200 from sigp/new-structure"
This reverts commit d7a3545be1, reversing
changes made to 1da06c156c.
2019-02-14 12:09:18 +11:00
Paul Hauner
1b2fcde047
Fix typo 2019-02-13 16:06:41 +11:00
Paul Hauner
c1ec46ef85
First pass of docs update 2019-02-13 16:04:10 +11:00
Chris Natoli
cfb9a1a3ae
Update onboarding docs to point to new docs 2019-01-07 17:06:07 +11:00
Chris Natoli
94a0725032
Add 'lighthouse.md'; Update structure; Move info into relevant files. 2019-01-07 16:57:09 +11:00
Chris Natoli
27c6d14a61
Add serenity doc; Move info from readme/onboarding into serenity doc; 2019-01-07 15:14:48 +11:00
Chris Natoli
4cb2efb042
Start #93; Update documentation. 2018-12-18 11:39:53 +11:00
John Omar
4d58d454b9
Added three more Rust learning resources that I've been using. 2018-11-02 14:13:32 -07:00
John Omar
a49143f1f2
Typo on word usage 2018-10-05 17:20:53 -07:00
John Omar
2770cb4490
create onboarding.md
Added some reading material for people new to Rust and/or Ethereum. My goal is to expand the onboarding docs to include specific guides on getting started on Lighthouse.
2018-10-05 17:19:16 -07:00