Giulio rebuffo
|
515aedda7b
|
Added Caplin Phase 1 (#7290)
* Introduces full beacon validation
* Removes light client
* NOTE: slow on purpose, I want everything to be BLS verified for now.
|
2023-04-17 18:06:50 +00:00 |
|
Giulio rebuffo
|
c1cf58ef93
|
Added forkchoice rule (#7281)
Added fork choice rule to Erigon-CL
|
2023-04-08 01:01:10 +00:00 |
|
Alex Sharov
|
6339a3c9d1
|
remove lru package alias (#7251)
|
2023-04-04 04:02:23 +00:00 |
|
Giulio rebuffo
|
2f482b8789
|
Fork-choice graph oriented implementation (#7212)
|
2023-03-29 16:16:45 +00:00 |
|
Giulio rebuffo
|
ab3a1d2ce5
|
Remove propagation of lightclient updates (#7192)
|
2023-03-27 22:42:40 +00:00 |
|
Giulio rebuffo
|
540af96ef7
|
removed --el.enabled (#7187)
|
2023-03-27 10:12:31 +00:00 |
|
Giulio rebuffo
|
97e17678ca
|
fixed fork consensus spec test (#7143)
|
2023-03-20 15:25:52 +00:00 |
|
Giulio rebuffo
|
6005bdd8b2
|
removed stream handler (#7142)
|
2023-03-19 23:15:34 +00:00 |
|
Giulio rebuffo
|
fb00d714b5
|
added tests for ssz_static in consensus tests and fixed beacon blocks encoding (#7141)
|
2023-03-19 22:47:27 +00:00 |
|
Giulio rebuffo
|
b129a9415e
|
Update go deps (#7138)
|
2023-03-19 20:13:53 +00:00 |
|
Giulio rebuffo
|
fc10aef874
|
removed database functionality from lightclient (#7135)
|
2023-03-18 20:27:37 +00:00 |
|
Giulio rebuffo
|
35a0ba571d
|
Banning peers sending bad gossip (#7134)
|
2023-03-18 19:45:53 +00:00 |
|
Giulio rebuffo
|
77a8cf9d5b
|
refactored sentinel gossip and only connect to nimbus now (#7127)
|
2023-03-17 21:51:19 +00:00 |
|
Giulio rebuffo
|
36828fbb08
|
Added tool for processing for all mainnet beacon blocks (#7095)
|
2023-03-17 12:37:51 +00:00 |
|
Giulio rebuffo
|
dbf1225cb2
|
Added partial SSZ library (#7083)
Implements SSZ encode/decoding and hashtreeroot for simple list-lacking
data structures. does not account offset case.
|
2023-03-12 14:41:53 +00:00 |
|
Giulio rebuffo
|
d6ba1b65c8
|
Added removeStreamHandler again (#6996)
|
2023-03-02 14:22:03 +00:00 |
|
Alex Sharov
|
d6d142c4b0
|
switch sentinel to lru/v2 generic cache (#6990)
|
2023-03-01 08:00:46 +00:00 |
|
Giulio rebuffo
|
f97550c48f
|
Fixed capella startup for LC (#6989)
|
2023-02-28 21:17:10 +00:00 |
|
Roberto Bayardo
|
f01e3d1717
|
handle nil update return values without panic (#6941)
Saw this when trying to sync goerli today:
```
INFO[02-23|11:10:20.611] [2/15 Headers] Waiting for Consensus Layer...
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x14a58dd]
goroutine 11484998 [running]:
github.com/ledgerwatch/erigon/cl/cltypes.(*LightClientOptimisticUpdate).EncodingSizeSSZ(0x0)
github.com/ledgerwatch/erigon/cl/cltypes/lightclient.go:620 +0x1d
github.com/ledgerwatch/erigon/cmd/sentinel/sentinel/communication/ssz_snappy.EncodeAndWrite({0x77f6a74bc058?, 0xc03912b100?}, {0x2c2f628, 0x0}, {0xc022ad9f
5c, 0x1, 0x1})
github.com/ledgerwatch/erigon/cmd/sentinel/sentinel/communication/ssz_snappy/encoding.go:34 +0xae
github.com/ledgerwatch/erigon/cmd/sentinel/sentinel/handlers.(*ConsensusHandlers).lightClientOptimisticUpdateHandler(0xc021f0d500, {0x2c57c28, 0xc03912b100
})
github.com/ledgerwatch/erigon/cmd/sentinel/sentinel/handlers/lightclient.go:82 +0x19d
github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).SetStreamHandler.func1({0xc085e0fa90, 0x42}, {0x77f6a74bbfe8?, 0xc03912b100})
github.com/libp2p/go-libp2p@v0.25.1/p2p/host/basic/basic_host.go:580 +0x76
created by github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).newStreamHandler
github.com/libp2p/go-libp2p@v0.25.1/p2p/host/basic/basic_host.go:421 +0x74f
```
|
2023-02-27 10:00:49 +00:00 |
|
Giulio rebuffo
|
4525db6a9c
|
Fixed lightclient regression (#6946)
|
2023-02-24 15:11:50 +00:00 |
|
Giulio rebuffo
|
3c069f7cbd
|
added static peers flag (#6884)
|
2023-02-15 17:56:10 +00:00 |
|
Alex Sharov
|
999899d66d
|
e3: read files list from db (#6833)
|
2023-02-13 05:17:01 +00:00 |
|
Alex Sharov
|
d5bb42453a
|
Update lib-p2p to support golang 1.20 (#6848)
|
2023-02-12 11:23:33 +00:00 |
|
ledgerwatch
|
ee83447fa1
|
CL lightclient to create memdb in the tmpdir which gets cleaned up on… (#6829)
… startup
---------
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
|
2023-02-11 20:44:51 +00:00 |
|
Giulio rebuffo
|
f7e58a7964
|
added separable lightclient (#6800)
How to run:
Erigon flags needed: --private.api.addr <ADDR> --externalcl
Lightclient flags needed: --private.api.addr <ADDR>
|
2023-02-08 00:06:07 +01:00 |
|
Giulio rebuffo
|
c92b858888
|
Cleaned up and optimized proposer index retriaval. (#6799)
|
2023-02-07 20:14:04 +01:00 |
|
Alex Sharov
|
4cae1b94e9
|
switch sentinel to native go errors (#6782)
|
2023-02-06 10:15:52 +07:00 |
|
Giulio rebuffo
|
ee4c8ed3bd
|
Added working slot processing. (#6779)
|
2023-02-05 21:53:59 +01:00 |
|
Alex Sharov
|
aaec53857f
|
e3: last reader to close/remove merged files (marked as canDelete ) inside tx.Rollback() (#6738)
|
2023-02-01 15:44:13 +07:00 |
|
Giulio rebuffo
|
72fa9b7f26
|
implemented gossip service hard fork transition (#6692)
|
2023-01-25 00:01:30 +01:00 |
|
Giulio rebuffo
|
f44b22f066
|
Shangai Compatible embedded CL lightclient (#6688)
* LightClientHeader: Capella
* Added versions to lightclient
* TODO: Capella->Bellatrix transition
|
2023-01-24 17:36:02 +01:00 |
|
Giulio rebuffo
|
635fe0cb21
|
Added custom chain flags to embedded consensus lightclient (#6674)
|
2023-01-24 00:03:48 +01:00 |
|
Giulio rebuffo
|
20a4ae4ffb
|
added support for Capella beacon blocks (#6665)
|
2023-01-22 23:39:23 +01:00 |
|
Giulio rebuffo
|
f1dd51ccb3
|
Added Historical Summary and FromBlsToExecution (#6658)
Added Capella specific Data types.
|
2023-01-22 11:48:17 +01:00 |
|
Giulio rebuffo
|
0eebd61ab8
|
separation of state: a continuation (#6647)
|
2023-01-21 22:33:50 +01:00 |
|
Alex Sharov
|
b71725ecb3
|
e3: reverse/limited iterators, stream tooling (#6637)
|
2023-01-20 18:08:20 +07:00 |
|
Giulio rebuffo
|
3f07c66928
|
Fast gossip routine for Sentinel. (#6614)
removed bunch of ugly repetitive routines.
|
2023-01-18 14:30:39 +01:00 |
|
Giulio rebuffo
|
df89a76304
|
fixed concurenncy panics for gossip service (#6607)
|
2023-01-17 19:41:22 +00:00 |
|
Giulio rebuffo
|
4e53a12c53
|
Flexible Blocks and States for easy hard forking (#6566)
Preparation for Shangai Beacon Blocks/Beacon State
|
2023-01-17 02:22:05 +01:00 |
|
Giulio rebuffo
|
77d946ba3e
|
[First PR] Removing FastSSZ and use more efficient hashing with gohashtree (#6520)
|
2023-01-07 12:25:28 +01:00 |
|
Giulio rebuffo
|
f6c25de4d2
|
Added EL <-> CL integration (#6483)
|
2023-01-04 03:02:24 +01:00 |
|
Giulio rebuffo
|
d2bda25b29
|
Added Beacon RPC as a wrapper for Sentinel (#6424)
|
2022-12-23 22:31:08 +01:00 |
|
Giulio rebuffo
|
f655e337d1
|
Added signed block abstraction (Phase0 & Altair & Bellatrix block support) (#6422)
|
2022-12-23 18:39:44 +01:00 |
|
Giulio rebuffo
|
5fd3536ef0
|
Erigon-cl database schema (#6399)
|
2022-12-22 19:59:24 +01:00 |
|
Giulio rebuffo
|
173d11c43c
|
removed retry logic from Erigon-CL (#6389)
|
2022-12-20 22:11:08 +01:00 |
|
Giulio rebuffo
|
bae56ff119
|
Backfilling is now smooth and does not get stuck (#6374)
|
2022-12-19 22:40:34 +01:00 |
|
Giulio rebuffo
|
ed2c79d2ca
|
fixed backfilling algo (#6364)
|
2022-12-18 23:28:30 +01:00 |
|
Giulio rebuffo
|
e640cea7d0
|
no CPU implosion when using sentinel (#6361)
|
2022-12-18 18:57:30 +01:00 |
|
Giulio rebuffo
|
0da12e4c94
|
Verification by root and not by slot (#6243)
|
2022-12-07 21:26:45 +01:00 |
|
Giulio rebuffo
|
6e76643c09
|
Added Handshake protocol to Erigon-CL Lightclient and Fullclient (#6206)
|
2022-12-05 01:25:12 +01:00 |
|