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
d171303133
update some consensus spec URLs to v1.4.0-beta.1 ( #5287 )
2023-08-12 10:38:06 +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
dependabot[bot]
a18bd40208
Bump pygments from 2.12.0 to 2.15.0 in /docs ( #5206 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.12.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.12.0...2.15.0 )
---
updated-dependencies:
- dependency-name: pygments
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-20 14:25:45 +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
tersec
1e2d3b12c4
update some consensus-specs ref URLs to v1.4.0-beta.0 ( #5163 )
2023-07-05 16:02:55 +00: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
0be95571a7
update some consensus spec URLs to v1.4.0-beta.0 ( #5150 )
2023-06-30 16:12:54 +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
Miran
283f716593
update required mdbook versions ( #5125 )
...
I couldn't install those packages with the versions previously stated.
The new versions install successfully,
and `make publish-book` works without errors.
2023-06-26 16:04:01 +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
591c2246d5
update consensus spec URLs to v1.4.0-alpha.3 ( #5088 )
2023-06-16 16:45:09 +00: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
tersec
6ebcbbdf4e
remove removed Debug/getDebugChainHeads V1 ( #4970 )
...
* remove removed Debug/getDebugChainHeads V1
* REST API tests
2023-06-10 08:07:36 +00:00
Miran
73fc1d5a2b
Update "Getting started" part of the book ( #4938 )
...
* refactor index.md
* move philosophy.md into index.md
* clean up the 'getting started' topic
move how-to's to the how-to section
* cleaner titles
* move prerequisites to the install.md page
* hardware.md: small refactor
* improve quick-start.md
* refactor eth1.md
* refactor validating guide
* reverse the order of BN and LC in the table
* pi-guide.md: minor edit
* Apply suggestions from code review
Co-authored-by: tersec <tersec@users.noreply.github.com>
* make link texts more concrete
* remove comparison to other clients
* add some more explanations to `build.md`
* change 'days' to 'hours'
---------
Co-authored-by: tersec <tersec@users.noreply.github.com>
2023-06-09 23:06:01 +00:00
tersec
30c859e8a4
update some consensus-spec URLs to v1.4.0-alpha.1 ( #5035 )
2023-06-06 17:09:48 +00:00
tersec
f86febc111
update consensus spec URLs to v1.4.0-alpha.1 ( #5027 )
2023-06-04 10:32:50 +00:00
tersec
b076168bf8
State explicitly slashingdb import doesn't destroy existing information ( #4998 )
2023-05-30 11:17:18 +03:00
tersec
1f535336da
automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates ( #4996 )
...
* automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates
* add copyright year headers
2023-05-26 00:14:28 +02:00
Zahary Karadjov
a167424fc0
Version 23.5.1
2023-05-18 20:10:12 +03:00
dependabot[bot]
b3c3b9a7d8
Bump pymdown-extensions from 9.5 to 10.0 in /docs ( #4963 )
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 9.5 to 10.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.5...10.0 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 16:08:41 +00:00
Jacek Sieka
51418a7894
Incremental pruning ( #4887 )
...
* Incremental pruning
When turning on pruning the first time the current pruning algorithm
will prune the full database at startup. This delays restart
unnecessarily, since all of the pruned space is not needed at once.
This PR introduces incremental pruning such that we will never prune
more than 32 blocks or the sync speed, whichever is higher.
This mode is expected to become default in a follow-up release.
2023-05-12 13:37:15 +03:00
Etan Kissling
22c298c07b
final portion of trivial v1.3.0 bumps ( #4926 )
...
* final portion of trivial v1.3.0 bumps
Updates unchanged logic to latest v1.3.0 consensus-specs refs.
```
https://github.com/ethereum/consensus-specs/ (blob|tree)/(?!v1\.3\.0/)
```
* lint
2023-05-11 09:54:29 +00:00
Etan Kissling
b04970189b
more v1.3.0 consensus-specs bumps ( #4915 )
...
More spec references for unchanged logic bumped to v1.3.0.
2023-05-09 17:20:37 +00:00
zah
5bf9284e62
Initial public version of the Verifying Web3Signer functionality ( #4912 )
...
* Allow the list of proved properties for web3signer to be configured
* Document the Web3Signer setups (regular, distributed and verified)
2023-05-09 11:16:43 +03:00
zah
2ae909d9b9
Documentation improvements ( #4794 )
2023-04-28 00:30:58 +03:00
zah
55ae7d3b00
Version 23.4.0 ( #4857 )
...
* Draft release notes for version 23.4.0
* Drop the reference to the Builder API failsafe spec PR
2023-04-25 22:46:38 +03:00
zah
9b2c07c118
Allow exiting multiple validators at once ( #4855 )
2023-04-25 09:44:01 +03:00
Jacek Sieka
58b93ccbe0
era: Capella+ support ( fixes #4752 ) ( #4853 )
...
Post-Capella, historical roots are computed from historical summaries
instead of being directly stored in the beacon state.
Slightly messy to pass both lists around - this is done to avoid
computing the historical root unnecessarily.
2023-04-24 15:26:28 +02:00
tersec
ed7ad56d16
allow for biasing comparisons between engine/builder api bids ( #4847 )
2023-04-23 22:10:34 +03:00
tersec
b390911e93
automatic update of v1.3.0-rc.5 consensus spec URLs to v1.3.0 ( #4848 )
2023-04-21 18:52:43 +00:00
Jacek Sieka
addb7bda2f
Merge remote-tracking branch 'origin/stable' into unstable
2023-04-17 13:41:50 +02:00
liftlines
9bc28254cb
Update index.md
...
Updated the donation address as per announcement.
2023-04-16 17:00:26 +10:00
Miran
0ec7df1042
fix spelling in conf.nim ( #4813 )
2023-04-12 17:01:29 +00:00
Miran
d1318fbe96
Doc fixes, part 2 ( #4806 )
...
* part 2 of the initial doc fixes
- spelling fixes
- grammar fixes
- em-dashes should be em-dashes (`—`): double dashes (`--`) are not rendered properly
- reduce overusage of em-dashes, some of those should be separate sentences
- use the correct syntax for notes, tips and warnings
- every sentence is in a separate line (helps with future diffs)
- add missing dots at the end of list items
- fix some lists
* sentences on separate lines in the remaining files
2023-04-11 18:42:35 +03:00
Etan Kissling
450f06566b
accelerate execution layer sync using light client ( #4805 )
...
Turn on `--sync-light-client` option by default, now that it has shown
stability in local testnets.
2023-04-10 14:28:46 +00:00
zah
1459189e46
Add a guide for withdrawals ( #4790 )
2023-04-05 19:23:23 +03:00