sacha
07e4dd5f23
edit networking, remove references to pyrmont ( #3027 )
2021-10-25 19:40:29 +02:00
sacha
dc3c23788a
update networking, update hardware requirements, set up health.md ( #3020 )
2021-10-21 16:18:46 +02:00
sacha
c3c8e27011
Network setup update ( #2999 )
...
* cp
* cp
* Update docs/the_nimbus_book/src/faq.md
Co-authored-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com>
* Update docs/the_nimbus_book/src/faq.md
Co-authored-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com>
* Update docs/the_nimbus_book/src/networking.md
Co-authored-by: Jacek Sieka <jacek@status.im>
* Update docs/the_nimbus_book/src/networking.md
Co-authored-by: Jacek Sieka <jacek@status.im>
* Update docs/the_nimbus_book/src/networking.md
Co-authored-by: Jacek Sieka <jacek@status.im>
* Update docs/the_nimbus_book/src/networking.md
Co-authored-by: Jacek Sieka <jacek@status.im>
* Update docs/the_nimbus_book/src/networking.md
Co-authored-by: Jacek Sieka <jacek@status.im>
* fix links
* new line
* extip edits
* update read logs
* cp
* cp
Co-authored-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com>
Co-authored-by: Jacek Sieka <jacek@status.im>
2021-10-21 15:34:46 +02:00
tersec
6cc8757930
update 18 spec URLs to v1.1.2; switch from eth2.0-specs to consensus-specs ( #2990 )
2021-10-14 06:30:21 +00:00
sacha
6f1cfc2a8c
add testing apis ( #2953 )
2021-10-04 18:34:24 +02:00
zah
653fc72b2e
Document that the REST API is out of beta ( #2947 )
2021-10-04 13:55:02 +02:00
sacha
2ec34e6761
Book edits ( #2887 )
...
* cp
* cp
2021-09-22 15:52:42 +02:00
Etan Kissling
7b6976d3fd
bump Nim version in developer docs ( #2841 )
...
The developer documentation contains a comment mentioning the version of
Nim that the project is tested against. This comment was not updated for
a while (last Nim update in #2508 ). Bumping now to be in sync once more.
2021-09-01 14:55:54 +02:00
Zachinquarantine
860897172a
connect-eth2.md: fix small typo ( #2804 )
2021-08-22 11:24:56 +02:00
Jacek Sieka
c3a0e4ec16
API doc fixes
...
`getSpecPreset` was removed pre-1.0.0 and has never worked - debug calls
were renamed around 1.1.0.
2021-08-16 18:41:13 +02:00
0xmiel
01f78fb93e
update links to joe's guides ( #2775 )
2021-08-11 15:29:49 +02:00
0xmiel
fe96c3e993
add page on security audit ( #2774 )
...
* add page on security audit
* incorporate feedback
2021-08-11 15:16:02 +02:00
Jacek Sieka
3d7bee8502
REST API client, JSON-RPC cleanups ( #2756 )
...
This refactoring puts the JSON-RPC and REST APIs on more equal footing
by renaming and moving things around, creating a separation between
client and server, and documenting what they are - the aim is to have a
simple-to-use base to start from when developing API clients, as well as
make it easier to navigate the code when looking for the legacy JSON-RPC
interface vs the new REST API.
* move REST client, serialization and supporting types to spec/eth2_apis
* REST stuff now starts with `rest_`, JSON-RPC stuff starts with `rpc_`,
more or less
* simplify imports such that there's a simple module to import for both
server and client
* map REST type and proc names to yaml spec more closely - in
particular, reuse operation and type names in `rest_types` to make
comparisons against spec more easy
* cleaner separation between client and server modules - modules common
between server and client such as `rest_types` and serialization move to
the spec folder - this allows the client to be built with less knowledge
about server internals
2021-08-03 17:17:11 +02:00
0xmiel
bb0a086be3
book updates ( #2721 )
...
* cp
* rename API to JSON-RPC API
* rename api to json-rpc api, add rest api page
* remove extra emacs generated file
* remove extra emacs generated file
2021-07-14 13:14:39 +02:00
0xmiel
3c7d10cd2a
misc book updates ( #2702 )
2021-07-05 16:17:35 +02:00
Ștefan Talpalaru
c0bbdb0f9f
bin dist related docs ( #2684 )
...
* bin dist related docs
* Update docker/README.md
Co-authored-by: 0xmiel <sacha@status.im>
* Update docker/README.md
Co-authored-by: 0xmiel <sacha@status.im>
* Update docker/README.md
Co-authored-by: 0xmiel <sacha@status.im>
* Update docs/the_nimbus_book/src/binaries.md
Co-authored-by: 0xmiel <sacha@status.im>
* Update docs/the_nimbus_book/src/distribution_internals.md
Co-authored-by: 0xmiel <sacha@status.im>
* Update docs/the_nimbus_book/src/distribution_internals.md
Co-authored-by: 0xmiel <sacha@status.im>
* Update docs/the_nimbus_book/src/binaries.md
Co-authored-by: 0xmiel <sacha@status.im>
Co-authored-by: 0xmiel <sacha@status.im>
2021-07-05 12:31:25 +02:00
0xmiel
72544f06c0
Update FAQ + minor edits ( #2678 )
2021-06-25 11:52:06 +02:00
0xmiel
42738848f3
Update keep-updated.md
...
fix typo
2021-06-22 12:05:57 +02:00
0xmiel
fed0a1dc00
update keep updated page ( #2665 )
2021-06-21 22:50:26 +02:00
0xmiel
96c489bb3d
Faq update + misc edits ( #2653 )
...
* update faq with permissions help, link in migration guide and importing keys
* add link to Git for Windows
* update windows install
2021-06-16 11:55:58 +02:00
0xmiel
f2588be9ab
update faq and add example to systemd ( #2645 )
2021-06-11 13:56:15 +02:00
0xmiel
042600a134
Document ncli_db validatorPerf ( #2638 )
...
* add work done so far on ncli_db
* remove file
* Monitor attestation performance: tidy up
* remove test.csv
* tersec's feedback
2021-06-11 11:27:09 +02:00
0xmiel
09a459b1d7
Book updates end may ( #2629 )
...
* break up long commands, geth > infura
* fill out profitability page
* fill in 'increase privacy'
* update systemd
* add tersec's restarting loop
* update privacy page
* consolidate eth1 instructions
* tidy up eth1.md
* fill out health.md
* rm contribute-network.md from toc
* edit eth1.md
* incorporate review feedback modulo profits.md
* update health.md
* remove script to monitor logs
2021-06-03 14:43:20 +02:00
Johann Bauer
c01357c47f
Book: Add instructions on how to download precompiled release ( #2600 )
2021-05-26 10:43:06 +02:00
0xmiel
b7db2f0a29
Book edits ( #2597 )
...
* simplify beacon node quickstart
* remove extra emacs generated file
* focus sync info around slot start message
* sync edits
* log rotate edits + clarifications
* remove validator keys folder
2021-05-24 16:03:45 +02:00
yslcrypto
038102cb92
update toc
2021-05-22 11:24:03 +02:00
yslcrypto
b400243bda
refocus guide around prater
2021-05-22 11:13:27 +02:00
yslcrypto
7088ed8f89
update book toc
2021-05-21 14:54:36 +02:00
0xmiel
4131e0941f
Book updates may 21 ( #2590 )
...
* update deposit page
* edit keys.md
* edit connect-eth2.md
* remove extra emacs generated file
* update run a validator guide
* update system requirements
* update start-syncing.md
2021-05-21 14:49:12 +02:00
Johann Bauer
14c258db8b
Fix typo in book ( #2580 )
2021-05-20 12:41:33 +02:00
yslcrypto
5bf5804bc1
update faq
2021-05-19 16:29:57 +02:00
yslcrypto
8ca2329a20
minor restructure
2021-05-19 16:26:39 +02:00
yslcrypto
62a98e9c6d
minor restructure
2021-05-19 16:21:05 +02:00
TennisBowling
d27c7b1f53
Add clarity to docs surrounding command line arguments, suggest data-dir when syncing, and polishing up for mainnet ( #2527 )
...
* mainnet
* add clarity to command line rules
* add datadir suggestion when syncing
* remind to pass with all calls
* noCommand added into troubleshooting
* review
Co-authored-by: 0xmiel <sacha.saint-leger@ethereum.org>
* review
Co-authored-by: 0xmiel <sacha.saint-leger@ethereum.org>
* review
Co-authored-by: 0xmiel <sacha.saint-leger@ethereum.org>
* review
Co-authored-by: 0xmiel <sacha.saint-leger@ethereum.org>
* typo
* /lib/systemd/system/ lets you enable on startup
Co-authored-by: 0xmiel <sacha.saint-leger@ethereum.org>
Co-authored-by: Jacek Sieka <arnetheduck@gmail.com>
Co-authored-by: 0xmiel <sacha@status.im>
2021-05-19 16:17:07 +02:00
0xmiel
199ebc995b
restructure, merge, simplify ( #2581 )
2021-05-19 16:12:25 +02:00
yslcrypto
07533f41ba
update binaries page
2021-05-19 12:04:10 +02:00
yslcrypto
ed2e1e1c6b
update docker page
2021-05-19 11:58:48 +02:00
0xmiel
3fe589a511
Update migration-options.md
2021-05-18 20:18:17 +02:00
0xmiel
80e11ac002
Update migration-options.md
2021-05-18 20:17:41 +02:00
0xmiel
5eba5b530d
Update migration-options.md
2021-05-18 20:15:39 +02:00
0xmiel
2d3b9e4c07
Update migration-options.md
...
Edits
2021-05-18 18:53:59 +02:00
0xmiel
faf07737de
Sacha book updates (ready for review) ( #2552 )
...
* add doppelganger detection explanation to FAQ and link to Joe's guide from our Pi guide
* Edit CLI options page
* cp
* merge with ith unstable
* prysm migration guide: add steps until import slashing db
* update systemd
* update troubleshooting
* update pi guide
* metrics: replace winners with community
* update migration guide
* cp
* progress with guides, various edits
2021-05-18 18:42:51 +02:00
yslcrypto
4cdbc17e39
remove references to devel
2021-04-28 16:06:00 +02:00
0xmiel
7af4f7c665
Guide updates ( #2525 )
...
* update nimbus book readme
* Revert "update nimbus book readme"
This reverts commit d568f0f7a3
.
* update binaries page
* rm extra emacs generated files
* remove extra emacs generated file
* fix windows typ
* fix eth1 title
* page on adding additional validator
2021-04-28 15:55:43 +02:00
Sacha Saint-Leger
7e31798649
Nimbus guide simplifications ( #2516 )
...
* update nimbus book readme
* Revert "update nimbus book readme"
This reverts commit d568f0f7a3
.
* simplify web3 provider instructions
* add donation address
2021-04-22 13:12:24 +02:00
Sacha Saint-Leger
bf3305fa65
Nimbus guide: add database backup page ( #2505 )
...
* update nimbus book readme
* Revert "update nimbus book readme"
This reverts commit d568f0f7a3
.
* add page on backing up database
2021-04-14 17:00:47 +02:00
Sacha Saint-Leger
f0f6b6869f
Nimbus guide: updates for new release ( #2504 )
...
* update nimbus book readme
* Revert "update nimbus book readme"
This reverts commit d568f0f7a3
.
* backupadd web3 provider pader page
* add checksums page
* update grafana: dashboard challenge recommendations
2021-04-14 16:48:11 +02:00
Jacek Sieka
f821bc878e
Remove `-d:insecure` compile option ( #2468 )
...
With metrics running on top of chronos, the metrics server no longer
needs to be compiled in conditionally - it remains disabled by default.
2021-04-01 14:44:11 +02:00
Jacek Sieka
8f441588cd
Add a few help defaults, format all of them the same ( #2284 ) ( #2467 )
...
No support in confutils, so so this code simply hardcodes it
2021-04-01 12:28:57 +00:00
Sacha Saint-Leger
981e25a99b
Nimbus book: update homepage ( #2466 )
...
* update nimbus book readme
* Revert "update nimbus book readme"
This reverts commit d568f0f7a3
.
* Update homepage
2021-03-31 14:18:20 +02:00