tersec
883518fdcc
mention publicness of fee recipients ( #5840 )
...
* mention publicness of fee recipients
* grammar
2024-01-31 02:00:41 +00:00
tersec
32ccc03bac
replace Goerli relay overview link with Holesky relay overview link ( #5841 )
2024-01-30 15:04:26 +00:00
tersec
6c53dc1e11
automated consensus spec URL updating to v1.4.0-beta.6 ( #5804 )
2024-01-20 11:19:47 +00:00
Jacek Sieka
3ff9b69bf1
simplify eth2_network error handling ( #5765 )
...
This PR gets rid of a bunch of redundant exception handling through
async raises guarantees.
More can be removed once libp2p gets properly annotated.
2024-01-19 21:05:52 +00:00
Jacek Sieka
b98f46c04d
Avoid global in p2p macro ( fixes #4578 ) ( #5719 )
...
* Avoid global in p2p macro (fixes #4578 )
* copy p2p macro to this repo and start de-crufting it
* make protocol registration dynamic, removing light client hacks et al
* split out light client protocol into its own file
* cleanups
* Option -> Opt
* remove more cruft
* further split beacon_sync
this allows the light client to respond to peer metadata messages
without exposing the block sync protocol
* better protocol init
* "constant" protocol index
* avoid casts
* copyright
* move some discovery code to discovery
* avoid extraneous data copy when sending chunks
* remove redundant forkdigest field
* document how to connect to a specific peer
2024-01-13 11:54:24 +02:00
tersec
bf5611cf7c
rm aspirational reference to EL-unimplemented pull request from docs ( #5673 )
2024-01-11 22:46:43 +00:00
omahs
1befbefe05
docs: fix typos ( #5689 )
...
* fix typos
* fix typos
* fix typo
* fix typo
2024-01-03 12:48:08 +00:00
Miran
f125a5c189
fix #2176 , add eth1 upgrading instructions ( #5643 )
...
* fix #2176 , add eth1 upgrading instructions
Also fixes some existing outdated/broken links.
* Update docs/the_nimbus_book/src/eth1.md
---------
Co-authored-by: zah <zahary@status.im>
2023-12-16 18:34:07 +02:00
Kim De Mey
44db870f59
Remove downloaded mentioned twice from keep-updated.md ( #5666 )
2023-12-13 16:11:25 +01:00
Miran
2f694b9279
update external links in the guide ( #5651 )
2023-12-06 12:09:48 +00:00
tersec
9efb2958ec
automated consensus spec URL updating to v1.4.0-beta.5 ( #5647 )
2023-12-05 03:34:45 +01:00
Etan Kissling
7ba6f13312
bump `chronicles` to `a5c81f3012d7a397e608cfe3d861c02419fa731e` ( #5634 )
...
- abbreviate `NOTICE` with `NTC` instead of `NOT`
2023-11-29 15:13:18 +01:00
Miran
b92a0d631d
fix #4065 , explicitly mention trusted node sync ( #5611 )
...
* fix #4065 , explicitly mention trusted node sync
* Update docs/the_nimbus_book/src/migration.md
Co-authored-by: tersec <tersec@users.noreply.github.com>
---------
Co-authored-by: tersec <tersec@users.noreply.github.com>
2023-11-27 17:48:48 +00:00
Miran
1bbd6283a6
add dark theme for nimbus.guide ( #5564 )
2023-11-10 13:53:32 +01:00
tersec
7e3aeaea09
automated consensus spec URL updating to v1.4.0-beta.4 ( #5577 )
2023-11-08 05:28:03 +00:00
xiaolou86
40196b75d0
docs: fix typos ( #5571 )
2023-11-06 03:56:07 +00:00
Etan Kissling
29fe958908
allow to pass trusted node sync options during BN startup ( #5545 )
...
Using trusted node sync currently requires to run two commands -
first the `trustedNodeSync` command to initialize the database,
followed by the regular startup command to continue syncing.
The `trustedNodeSync` options are now also available during regular
startup, and are used when the database is empty to simplify setting up
a new Nimbus beacon node. This also aligns behaviour closer with other
Ethereum consensus implementations.
The new logic only applies if the database has not yet been initialized;
same as before. Also, the database needs to be removed under the same
conditions as before when a fresh sync is desired.
2023-11-03 16:07:49 +01:00
tersec
4ddd771127
automated consensus spec URL updating to v1.4.0-beta.3 ( #5514 )
2023-10-19 10:26:38 +00:00
zah
35bf03a3fb
Add the --verifying-web3-signer-url configuration option ( #5504 )
2023-10-13 15:42:00 +03:00
tersec
a4cf203849
fix mainnet bootstrap node comment parsing; fix nimbus guide grammar ( #5486 )
2023-10-06 19:26:30 +00:00
Miran
e9c8f82282
mention Holesky in the book ( #5460 )
2023-09-28 11:35:42 +01:00
tersec
2895a9a05c
automated consensus spec URL updating to v1.4.0-beta.2 ( #5453 )
2023-09-21 18:06:51 +00:00
Miran
7eaa8f832b
Fix #2013 , add images to the repo ( #5438 )
...
* add img for health.md
* add imgs for metrics.md
* add imgs for email.md
* add img for developers.md
* add imgs for grafana/readme.md
---------
Co-authored-by: Etan Kissling <etan@status.im>
2023-09-19 08:00:48 +02:00
Miran
244f930f42
update Holesky docs ( #5435 )
...
* update Holesky docs
* Update docs/the_nimbus_book/src/holesky.md
Co-authored-by: Jacek Sieka <jacek@status.im>
---------
Co-authored-by: Jacek Sieka <jacek@status.im>
Co-authored-by: Etan Kissling <etan@status.im>
2023-09-19 08:00:27 +02:00
Tanguy
4918a4e2e0
Fix direct peers ( #5427 )
...
* Fix direct peers
* Support ENRs in DP, use DP in local testnet
* fix docs
* bump libp2p
2023-09-15 18:45:55 +00:00
tersec
5a29ad7e4f
update some consensus-spec URLs to v1.4.0-beta.1 ( #5429 )
2023-09-14 18:23:59 +00:00
Miran
73ab2e5f39
styling improvements for holesky.md ( #5420 )
...
- compact syntax for different options (as in the rest of the guide)
- correct numeration of the list (continuation vs starting from 1)
- add links to useful resources
- a note stating that Prater is deprecated
2023-09-12 13:53:55 +03:00
Zahary Karadjov
de8d52eb1a
Add Holesky section to the guide
2023-09-12 03:50:29 +03:00
Zahary Karadjov
88e8a2818a
Add the new options to the Nimbus guide
2023-09-08 14:31:57 +03:00
zah
2b5bd74e15
Rename --validator-source to --web3-signer-url and document it ( #5389 )
...
Also allows multiple instances to be configured
2023-09-06 22:04:10 +03:00
Eugene Kabanov
afb5fdae34
Dynamic validators loop ( #5385 )
...
* Add periodic dynamic validators polling.
* Add dynamic validators tests.
2023-09-04 22:14:58 +03:00
tersec
f99bb881f4
use finalized checkpoint as default trusted node documented target ( #5382 )
2023-09-02 05:10:54 +00:00
Eugene Kabanov
757328372a
Dynamic validators set. ( #5366 )
...
* Initial commit.
* Fix argument to be optional.
* Adopt options.md.
2023-08-31 15:16:15 +03:00
tersec
295c3e2e41
rm `state_sim`; capella genesis for `block_sim` ( #5331 )
...
* rm state_sim; capella genesis for block_sim
* copyright year
2023-08-21 09:10:15 +00:00
tersec
85e1976ac3
automated consensus spec URL updating to v1.4.0-beta.1 ( #5280 )
2023-08-09 03:58:47 +00:00
tersec
2c424cac87
Merkle is someone's name ( #5265 )
2023-08-07 10:06:47 +00:00
Miran
a15cc10463
update FAQ ( #5211 )
...
* update FAQ
* address review comments
2023-08-02 11:53:24 +00:00
Miran
92da61ce88
update the RPi guide regarding overclocking ( #5135 )
2023-07-17 10:26:38 +02:00
Miran
f2785e3339
add a trusted node sync step to the guide ( #5161 )
2023-07-07 11:02:58 +02:00
Miran
038c97fdf3
various small docs improvements ( #5059 )
2023-07-05 15:43:43 +02:00
tersec
ad3b2fb5ed
correct execution client link in docs ( #5159 )
2023-07-04 10:54:32 +00:00
tersec
ba94dc849f
opt-out support for v1.4.0 attestation stability subnets ( #5128 )
...
* opt-out support for v1.4.0 attestation stability subnets
* document debug-prefix-flag-policy and remove temporary from flag name
2023-06-30 05:23:15 +00:00
tersec
614202e30d
automated consensus spec URL updating to v1.4.0-beta.0 ( #5121 )
2023-06-24 15:43:30 +00:00
Miran
cabb2779b4
Make the validating guide self-contained ( #5076 )
...
* make the validating guide self-contained
Instead of having links to the three separate how-to guides,
now everything is under one umbrella.
* fix all now-broken links
* Apply suggestions from code review
Co-authored-by: tersec <tersec@users.noreply.github.com>
* address review comments
---------
Co-authored-by: tersec <tersec@users.noreply.github.com>
2023-06-20 14:38:10 +00:00
tersec
bb63f8e0ec
update docs to reflect default pruning change ( #5103 )
2023-06-20 14:25:13 +00:00
Zahary Karadjov
883468eb22
Update the guide to match the new default for the --history option
2023-06-20 12:59:36 +03:00
tersec
939b3002e4
remove removed getDebugChainHeadsV1; fix API links in documentations ( #5058 )
2023-06-15 09:58:38 +00:00
tersec
788cdb7133
automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates ( #5065 )
2023-06-13 14:03:49 +00:00
tersec
22208836b1
automated v1.4.0-alpha.1 to v1.4.0-alpha.2 consensus spec URL updates ( #5056 )
2023-06-10 09:56:54 +00:00
tersec
1b77831758
Revert "remove removed Debug/getDebugChainHeads V1 ( #4970 )" ( #5057 )
...
This reverts commit 6ebcbbdf4e
.
2023-06-10 08:08:01 +00:00