Agnish Ghosh
beb539faa9
remove break condition
2024-10-02 02:03:56 +05:30
Agnish Ghosh
e540c67fd1
enable warning for inconsistent data columns
2024-10-02 01:40:35 +05:30
Agnish Ghosh
2ecdb078b9
fixes
2024-10-02 00:18:00 +05:30
Agnish Ghosh
0b9c48cadb
response cost
2024-10-01 23:02:17 +05:30
Agnish Ghosh
668a92c8ed
increase time
2024-10-01 22:00:08 +05:30
Agnish Ghosh
eeb5319bc6
enable peer quota
2024-10-01 21:13:09 +05:30
Agnish Ghosh
4bd6ead294
disable peer quota
2024-10-01 20:43:30 +05:30
Agnish Ghosh
1b5e9cf891
couple of more fixes
2024-10-01 18:40:50 +05:30
Agnish Ghosh
b8d03ef913
refactor peer selection
2024-09-30 22:17:30 +05:30
Agnish Ghosh
9cab15e2cf
enable better logging for dc by range
2024-09-30 20:19:05 +05:30
Agnish Ghosh
bef7d07105
fix range request issue
2024-09-30 15:48:27 +05:30
Agnish Ghosh
30f8ef9154
bump parallel dc requests
2024-09-23 15:22:08 +05:30
Agnish Ghosh
2ff165d304
fix enr advertising
2024-09-23 14:06:33 +05:30
Agnish Ghosh
d08044f584
rework filtering for root request
2024-09-23 00:03:37 +05:30
Agnish Ghosh
c1cb673d6c
fix bug
2024-09-19 17:22:08 +05:30
Agnish Ghosh
e8b64d8dd2
subnet sampling part 2
2024-09-19 13:36:56 +05:30
Agnish Ghosh
9b79a9df5b
gossip wait time
2024-09-18 14:51:48 +05:30
Agnish Ghosh
880d253dee
fix
2024-09-12 16:19:55 +05:30
Agnish Ghosh
4a006b5584
fix every place to make new custody column function work
2024-09-09 02:09:24 +05:30
Agnish Ghosh
7d04142e4a
simplify usage of get custody columns
2024-09-09 01:58:21 +05:30
Agnish Ghosh
3aa85100f9
move lookupCscFromPeer to Eth2Network, add reqColumns check in data column sidecar range request
2024-09-02 16:45:10 +05:30
Agnish Ghosh
077b59249d
enable logging for root and range requests on successful responses
2024-09-02 13:37:07 +05:30
Agnish Ghosh
66cb3ff54e
only persist data columns after block validity
2024-08-28 18:03:21 +05:30
Agnish Ghosh
da735abd35
patched in pr #6505 , for devnet readiness
2024-08-24 18:50:19 +05:30
Agnish Ghosh
e87871e2cb
save work
2024-08-23 15:56:36 +05:30
Agnish Ghosh
ee9889ca91
disable blobs for syncing because of fake deneb fork
2024-08-23 12:31:54 +05:30
Agnish Ghosh
de7cbd8ca4
reduce gossip wait time for data columns
2024-08-23 11:46:06 +05:30
Agnish Ghosh
bf60839e67
increase waiting time for data column root request
2024-08-23 02:59:45 +05:30
Agnish Ghosh
b4ba4bd7d1
lookup csc fix
2024-08-22 20:09:43 +05:30
Agnish Ghosh
6127bd6ed2
make all csc uint64
2024-08-22 18:34:26 +05:30
Agnish Ghosh
3f56281351
fixed lookup csc from peer
2024-08-22 13:52:41 +05:30
Agnish Ghosh
e163aa08c0
enable filtering of peers during data column root request
2024-08-21 18:23:05 +05:30
Agnish Ghosh
0034fea1d6
reduce outgoing root requests
2024-08-19 20:42:58 +05:30
Agnish Ghosh
f71354b307
experimentally disable verifying data column sidecar before storing block
2024-08-19 13:52:47 +05:30
Agnish Ghosh
635eebbed1
fix response time
2024-08-19 13:17:33 +05:30
Agnish Ghosh
9ed7a193cd
disable rman for blobs
2024-08-19 02:58:50 +05:30
Agnish Ghosh
7e7c14989e
bump up data column gossip wait time
2024-08-18 22:23:33 +05:30
Agnish Ghosh
8bb1145b43
populate dataColumnSidecarByRange with remote custody columns
2024-08-18 21:42:10 +05:30
Agnish Ghosh
f5354eb46d
bump parallel requests for data columns upto 64 for supernode
2024-08-18 12:17:25 +05:30
Agnish Ghosh
04fd58efbf
disable valid csc set experimentally
2024-08-18 04:11:39 +05:30
Agnish Ghosh
cd5532c078
add filtering to peer pool and protocol, remove filtering from SyncManager level
2024-08-17 20:51:36 +05:30
Agnish Ghosh
9be615dff9
add: data column reconstruction and broadcast ( #6481 )
...
* save commit, decouples reconstruction and broadcasting
* save progress
* add: reconstruction event loop, previous reconstruction related cleanups
2024-08-08 17:44:55 +05:30
Agnish Ghosh
b32205de7c
upstream peerdas alpha3 related spec changes + fix upstream related issues ( #6468 )
...
* reworked some of the das core specs, pr'd to check whether whether the conflicting type issue is centric to my machine or not
* bumped nim-blscurve to 9c6e80c6109133c0af3025654f5a8820282cff05, same as unstable
* bumped nim-eth2-scenarios, nim-nat-traversal at par with unstable, added more pathches, made peerdas devnet branch backward compatible, peerdas passing new ssz tests as per alpha3, disabled electra fixture tests, as branch hasn't been rebased for a while
* refactor test fixture files
* rm: serializeDataColumn
* refactor: took data columns extracted from blobs during block proposal to the heap
* disable blob broadcast in pd devnet
* fix addBlock in message router
* fix: data column iterator
* added debug checkpoints to check CI
* refactor if else conditions
* add: updated das core specs to alpha 3, and unit tests pass
2024-08-05 19:27:39 +05:30
Agnish Ghosh
7faec9b7a3
nits
2024-07-23 16:42:36 +05:30
Agnish Ghosh
c6513122b9
fix reviewed code
2024-07-23 12:38:16 +05:30
Agnish Ghosh
b001499281
add: valid custody peer set to RequestManager
2024-07-23 12:36:42 +05:30
Agnish Ghosh
d2c7208492
Eth2Node not needed in sync man
2024-07-22 19:07:51 +05:30
Agnish Ghosh
5265eeb6ea
refactor: sync manager to range request only valid peers if not supernode
2024-07-22 19:04:04 +05:30
Agnish Ghosh
fa5b15436c
add: logic constructing valid set of peers
2024-07-19 13:58:26 +05:30
Agnish Ghosh
b33900bd35
added enr struct
2024-07-15 13:11:09 +05:30