Agnish Ghosh
6e057edc89
initial start fix
2024-10-03 15:43:45 +05:30
Agnish Ghosh
e7f66a6ace
add to deneb view
2024-10-02 19:56:16 +05:30
Agnish Ghosh
190a1dd1c4
logging
2024-10-02 19:54:17 +05:30
Agnish Ghosh
bc780a003f
fix logic
2024-10-02 19:03:55 +05:30
Agnish Ghosh
4f7eedb72b
more logging
2024-10-02 18:21:05 +05:30
Agnish Ghosh
6af7918b78
fix
2024-10-02 17:49:58 +05:30
Agnish Ghosh
b9d8699c52
added more logging
2024-10-02 17:24:16 +05:30
Agnish Ghosh
d71edad9c0
fixes around message router
2024-10-02 16:53:32 +05:30
Agnish Ghosh
1b5e9cf891
couple of more fixes
2024-10-01 18:40:50 +05:30
Agnish Ghosh
4d0c66657f
rework some of the reconstruction publishing logic
2024-09-21 15:47:58 +05:30
Agnish Ghosh
e8b64d8dd2
subnet sampling part 2
2024-09-19 13:36:56 +05:30
Agnish Ghosh
76b53483ff
make debug more crispp
2024-09-12 19:18:13 +05:30
Agnish Ghosh
7d04142e4a
simplify usage of get custody columns
2024-09-09 01:58:21 +05:30
Agnish Ghosh
07d1a26e59
include data columns in addBlock that care about custody
2024-08-28 18:53:28 +05:30
Agnish Ghosh
b0710806da
added more logging
2024-08-27 14:28:38 +05:30
Agnish Ghosh
ef6901f0a9
enable more logging
2024-08-27 12:13:12 +05:30
Agnish Ghosh
a26258a6db
echo out column, kzg proof and commitment length to debug
2024-08-27 11:59:00 +05:30
Agnish Ghosh
93b043f88a
changed data column extraction logic during block proposals
2024-08-27 01:06:54 +05:30
Agnish Ghosh
e9c7a758a0
change get data column sidecar logic in proposer to alpha 4
2024-08-27 00:08:05 +05:30
Agnish Ghosh
4730a4b246
enable blob length clarity for more clarity over the bug
2024-08-26 21:47:26 +05:30
Agnish Ghosh
6c6f33a925
investigate potential disparity between das workers length and extracted data columns length
2024-08-26 21:08:39 +05:30
Agnish Ghosh
3e0992e0be
enabled logging of subnet ids, and data column indices to prevent mismatch
2024-08-26 12:55:17 +05:30
Agnish Ghosh
0f28477295
added debug to subnet ids
2024-08-26 12:19:13 +05:30
Agnish Ghosh
7c33d3f0f4
prevent blob proposal in pd devnet
2024-08-17 23:42:31 +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
cf40d7faae
cleanup for debugs, complete
2024-07-08 11:39:50 +05:30
Agnish Ghosh
5eb854bfcd
checkpoint 2 cleanup
2024-07-07 19:48:56 +05:30
Agnish Ghosh
c14b59264c
add: checkpoints for debug support
2024-07-07 03:01:32 +05:30
Agnish Ghosh
74ee8bb74d
refactor cells and proofs logic + fix edge cases
2024-07-06 13:24:51 +05:30
Agnish Ghosh
adc717c3d0
change return type for get dc
2024-07-06 00:28:55 +05:30
Agnish Ghosh
fab427d65f
enable dc in gossip and message router
2024-07-05 14:34:51 +05:30
Agnish Ghosh
24b30a9cec
test kurtosis
2024-07-04 19:20:53 +05:30
Agnish Ghosh
fe183e7465
change timings
2024-07-04 19:14:16 +05:30
Agnish Ghosh
c6662bd914
reenable blobs in block proposal
2024-07-04 11:46:40 +05:30
Agnish Ghosh
152d276d78
added reconstruction logic
2024-07-03 21:50:52 +05:30
Agnish Ghosh
18e3ba2a39
fix: get_data_column_sidecar
2024-06-26 12:26:37 +05:30
Agnish Ghosh
87bc91febe
fix: message router
2024-06-26 02:38:04 +05:30
Agnish Ghosh
aa390e9ada
rm: message router logic for data column, need to move it
2024-06-26 02:04:06 +05:30
Agnish Ghosh
791d2fb0d1
add: forward and backward syncing for data columns, broadcasting data columns created from blobs, added dc support to sync_queue
2024-06-24 17:32:06 +05:30
Eugene Kabanov
d7c5bc0397
[VC] Add builderBoostFactor support. ( #6294 )
...
* Initial commit.
* Replace localBlockValueBoost with builderBoostFactor.
* Add test.
* Update AllTests.
* Update options.md
* Recover `localBlockValueBoost` for BN-only mode.
* Address review comments.
2024-05-19 04:49:43 +03:00
Jacek Sieka
d191b35e2e
electra: attestatoin sending ( #6296 )
2024-05-17 17:34:46 +02:00
Jacek Sieka
045c4cf185
electra attestation updates ( #6295 )
...
* electra attestation updates
In Electra, we have two attestation formats: on-chain and on-network -
the former combines all committees of a slot in a single committee bit
list.
This PR makes a number of cleanups to move towards fixing this -
attestation packing however still needs to be fixed as it currently
creates attestations with a single committee only which is very
inefficient.
* more attestations in the blocks
* signing and aggregation fixes
* tool fix
* test, import
2024-05-17 15:37:41 +03:00
tersec
b9151d43ce
produce blobs in electra
2024-05-15 14:49:57 +00:00
tersec
c1b9e82502
electra attestation gossip plumbing ( #6287 )
2024-05-14 19:01:26 +03:00
tersec
1c3aaa7be2
add (Signed)AggregateAndProof SSZ tests ( #6285 )
2024-05-14 13:51:06 +02:00
tersec
3f972a2ca5
add some support for electra aggregated attestations ( #6283 )
2024-05-14 06:12:35 +02:00
tersec
6b8061b5d6
automated consensus spec URL updating to v1.5.0-alpha.2 ( #6279 )
2024-05-09 05:03:10 +00:00
Eugene Kabanov
484f48953b
Fix POST to eth/v1/builder/blinded_blocks missing header Eth-Consensus-Version. ( #6256 )
...
* Fix submitBlindededBlock() do not send consensus-version HTTP header.
* Address review comments.
2024-05-03 01:08:16 +00:00
tersec
87452374e4
add Electra SSZ object test fixture ( #6225 )
2024-04-22 09:00:38 +00:00