- Oct 22, 2021
-
-
jt9897253 authored
The recommended pruning parameter `--prune.r.older=2_000_000` prunes too many blocks to successfully sync an Eth2 client. At the time of writing, we're at block 13411141. That means with the above prune parameter, recipes of blocks older than 11411141 are pruned. This misses some required blocks, as the deposit contract was deployed at block 11184524 (see option `--contract-deployment-block` from [here](https://docs.prylabs.network/docs/prysm-usage/parameters/)) Instead, use the new `--prune.r.before 11184524` option together with `--prune htc`
-
Alex Sharov authored
* save * save
-
alex.sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
alex.sharov authored
-
- Oct 21, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- Oct 20, 2021
-
-
alex.sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
PoolV2: Use default crypto context - it's thread-safe - because creation of new one failing in Docker on linux host (#2847)
-
alex.sharov authored
-
- Oct 19, 2021
-
-
alex.sharov authored
-
ledgerwatch authored
-
ledgerwatch authored
This reverts commit 7234210f.
-
ledgerwatch authored
-
ledgerwatch authored
-
Andrea Lanfranchi authored
Setting a period !=0 allows mining of empty blocks
-
- Oct 18, 2021
-
-
Andrea Lanfranchi authored
-
Alex Sharov authored
x
-
- Oct 17, 2021
-
-
ledgerwatch authored
* Update header_algos.go * Update stage_headers.go * Update header_algos.go
-
- Oct 16, 2021
-
-
ledgerwatch authored
* Use decompressor * Use decompressor * Close compressor * Upgrade to latest erigon-lib * Fix compile errors * Fix lint * Remove count from files * Remove count from files Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
e-danko authored
* updated Fermion extradata + fixed bug with PublicKey * Update Fermion extradata: fix genesis hash
-
Alex Sharov authored
-
alex.sharov authored
This reverts commit 7f58290a.
-
alex.sharov authored
-
- Oct 15, 2021
-
-
Alex Sharov authored
-
- Oct 14, 2021
-
-
ledgerwatch authored
-
Igor Mandrigin authored
-
- Oct 13, 2021
-
-
ledgerwatch authored
* Update header_algos.go * Update header_algo_test.go * Update header_algos.go * Update header_data_struct.go
-
e-danko authored
* switched Fermion to Clique * Update Fermion to Clique: updated genesis block hash
-
Alex Sharov authored
-
e-danko authored
* #2658: removed using HeadersSeal function from experiments module * #2658: lint issues * #2658: fix typo
-
Andrew Ashikhmin authored
* Update Ethereum tests to v10.0 * Implement EIP-3607
-
https://chainlist.orgIgor Mandrigin authored
-
- Oct 12, 2021
-
-
Alexandr Borodulin authored
Co-authored-by:
Aleksandr Borodulin <a.borodulin@axioma.lv>
-
Alex Sharov authored
-
Alex Sharov authored
-
- Oct 11, 2021
-
-
ledgerwatch authored
* Change to use Patten inside patricia tree * Huffman codes for compression * Huffman coding of positions, generate tx files to test compression * Split state into 3 files, relative positions, average decoding time * Small optimisations of decompression * Optimise intermediate compression * Update erigon-lib ref * Fix lint Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-