gajinder
17dac8cab9
Update MAX_BLOBS_PER_BLOCK to a higher bound
2023-05-20 19:05:44 +05:30
Hsiao-Wei Wang
696eac6127
Merge pull request #3373 from ethereum/ralexstokes-patch-4
...
Deneb p2p: Clarify indices for blob subnets
2023-05-19 13:42:12 +08:00
Alex Stokes
7097dcf27a
Clarify blob subnets
2023-05-18 15:27:47 -06:00
Danny Ryan
a1c33c9ed0
Merge pull request #3346 from ppopth/sidecar-subnets
...
Specify the number of sidecar subnets
2023-05-18 09:23:25 -06:00
Hsiao-Wei Wang
e18e9743ed
Merge pull request #3347 from ethereum/testgen-refactor
...
Multiprocessing testgen runner
2023-05-18 23:03:17 +08:00
Suphanat Chunhapanya
08a13261c2
Use SubnetID instead of uint64
2023-05-18 21:33:45 +07:00
Suphanat Chunhapanya
2f218f8336
Specify the number of sidecar subnets
...
Previously the number of subnets is equal to MAX_BLOBS_PER_BLOCK which
specifies the number of blobs per block. This commit now makes the
number of subnets equal to BLOB_SIDECAR_SUBNET_COUNT instead.
The advantage of doing this is that we can change MAX_BLOBS_PER_BLOCK
without worrying about the p2p network structure and the number of subnets.
2023-05-18 21:33:45 +07:00
Hsiao-Wei Wang
0ac4329b4a
Merge pull request #3369 from terencechain/patch-141
...
Nitpick: blob -> blob sidecar
2023-05-18 21:27:23 +08:00
Hsiao-Wei Wang
c6b60c688e
Merge pull request #3372 from ethereum/eip6110-ci
...
Fix CircleCI Python version
2023-05-18 21:14:44 +08:00
Hsiao-Wei Wang
44394ad121
Fix CircleCI Python version
2023-05-18 20:58:24 +08:00
terencechain
db2e613aac
Nitpick: blob -> blob sidecar
2023-05-17 11:08:33 -07:00
Justin Traglia
32358e8fad
Add comment about zero elements in batch verification ( #3367 )
2023-05-17 19:24:48 +03:00
Hsiao-Wei Wang
fe9c1a8cbf
Merge pull request #3356 from ethereum/deneb-tests
...
Add `test_zeroed_commitment` test case
2023-05-16 21:25:40 +08:00
Hsiao-Wei Wang
bb38c56ddd
Fix `dump_kzg_trusted_setup_files`. Use Fastest BLS lib ( #3358 )
2023-05-16 15:07:21 +03:00
Hsiao-Wei Wang
0e0b9ac00d
Merge pull request #3363 from ethereum/ralexstokes-patch-3
...
Update fork-choice.md
2023-05-16 10:15:44 +08:00
Alex Stokes
5a6052f46c
Update fork-choice.md
...
Stylistic change to be in line with validations in other specifications
2023-05-15 16:51:52 -06:00
Hsiao-Wei Wang
847553783b
Add `test_zeroed_commitment`
2023-05-15 17:11:50 +08:00
Hsiao-Wei Wang
f7352d18cf
Merge pull request #3341 from ethereum/add-GetPayloadResponse
...
Add `GetPayloadResponse` dataclass for `get_payload` API
2023-05-10 23:33:57 +08:00
Danny Ryan
363209d650
Merge pull request #3312 from AgeManning/attnets-revamp
...
Attnet revamp: Subnet backbone structure based on beacon nodes
2023-05-10 08:22:02 -06:00
Hsiao-Wei Wang
1008714e54
Add `settings.py` of testgen
2023-05-09 21:49:41 +08:00
Hsiao-Wei Wang
d4be8f14c2
Merge branch 'dev' into testgen-refactor
2023-05-09 21:42:26 +08:00
Hsiao-Wei Wang
1c424d76ed
Merge pull request #3340 from ethereum/deneb-tests
...
Deneb refactoring and new tests
2023-05-09 21:40:57 +08:00
Danny Ryan
9c35b7384e
Merge pull request #3348 from ethereum/fix-tests
...
Fix `process_inactivity_updates` test cases
2023-05-08 16:10:08 -06:00
Hsiao-Wei Wang
5e2a18a319
Fix `test_randomized_state` and `test_randomized_state_leaking`
2023-05-06 21:38:03 +08:00
Hsiao-Wei Wang
3ae4bf14f1
Fix and set to `MODE_MULTIPROCESSING`
2023-05-06 21:01:46 +08:00
Hsiao-Wei Wang
98d0ca48b8
Fix `test_randomized_state` and `test_randomized_state_leaking`
2023-05-06 17:45:22 +08:00
Hsiao-Wei Wang
aeccd20fd1
Try multiprocessing
2023-05-06 16:34:14 +08:00
Hsiao-Wei Wang
9f5bb03cb4
Refactor `run_generator`
2023-05-05 16:23:35 +08:00
Hsiao-Wei Wang
b617c62e8d
Merge pull request #3344 from jtraglia/group-invalid-g1-points
...
Add group of invalid G1 points in KZG tests
2023-05-05 01:10:28 +08:00
Hsiao-Wei Wang
5cb2733ed5
Add custom types `NodeID` and `SubnetID` and constant `NODE_ID_BITS`
2023-05-04 18:50:13 +08:00
Hsiao-Wei Wang
79b8a9abec
Apply suggestions from code review
2023-05-04 18:09:01 +08:00
Hsiao-Wei Wang
f1765dfef3
Merge branch 'dev' into deneb-tests
2023-05-04 18:04:20 +08:00
Hsiao-Wei Wang
4244dc8e13
Make `excess_data_gas` a param of `run_block_with_blobs`
2023-05-04 17:55:14 +08:00
Hsiao-Wei Wang
057517526e
Set python_requires=">=3.9" ( #2964 )
2023-05-03 12:25:04 +03:00
Justin Traglia
dfdbe15e42
Fix linter issues
2023-05-02 13:05:41 -05:00
Hsiao-Wei Wang
1946ed6e5a
Merge pull request #3309 from ethereum/eip6110-tests
...
Enable EIP-6110 in pytest
2023-05-02 23:59:22 +08:00
Justin Traglia
ddf7e8013b
Add group of invalid G1 points
2023-05-02 10:57:49 -05:00
Hsiao-Wei Wang
7570445e98
Fix sync testgen
2023-05-02 23:45:21 +08:00
Hsiao-Wei Wang
e117ff4d71
Merge branch 'dev' into eip6110-tests
2023-05-02 21:24:02 +08:00
Hsiao-Wei Wang
acccbd774b
Merge pull request #3308 from saltiniroberto/add_get_boundary_block
...
Add get_checkpoint_block to the fork choice spec
2023-05-01 17:16:00 +08:00
Hsiao-Wei Wang
a044c0c805
Merge branch 'dev' into pr3308
2023-05-01 16:31:45 +08:00
Hsiao-Wei Wang
e31fcbd6a9
Add `GetPayloadResponse` for `get_payload` API
2023-04-28 23:25:13 +08:00
Hsiao-Wei Wang
2a1d998594
Test non zero `excess_data_gas`
2023-04-28 19:01:19 +08:00
Hsiao-Wei Wang
22da92e597
Refactor the spec and add more test cases
2023-04-28 18:26:42 +08:00
Hsiao-Wei Wang
327ef095d0
Add `test_incorrect_blob_tx_type`
2023-04-28 17:37:50 +08:00
Hsiao-Wei Wang
655094ee4a
Add `test_zero_blob` test case
2023-04-28 17:28:11 +08:00
Hsiao-Wei Wang
745d529598
Add `compute_subscribed_subnets` unittests and fix typing errors
2023-04-25 12:57:49 +08:00
Hsiao-Wei Wang
1a38b83e5d
Merge pull request #3337 from benjaminion/move-is-prev-epoch-just
...
Move is_previous_epoch_justified
2023-04-21 16:43:30 +08:00
Ben Edgington
b7f3d37a52
Move is_previous_epoch_justified
2023-04-21 09:16:51 +01:00
Danny Ryan
3c8114cf4c
Merge pull request #3319 from ralexstokes/feat/eip-4788
...
add `EIP-4788` feature
2023-04-20 08:01:34 -06:00