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
1c424d76ed
Merge pull request #3340 from ethereum/deneb-tests
...
Deneb refactoring and new tests
2023-05-09 21:40:57 +08: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
5cb2733ed5
Add custom types `NodeID` and `SubnetID` and constant `NODE_ID_BITS`
2023-05-04 18:50:13 +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
e117ff4d71
Merge branch 'dev' into eip6110-tests
2023-05-02 21:24:02 +08:00
Hsiao-Wei Wang
a044c0c805
Merge branch 'dev' into pr3308
2023-05-01 16:31:45 +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
85c8daf085
bump version.txt to 1.3.0
2023-04-18 18:34:12 +08:00
Roberto Saltini
313439a04b
Fix lint erorrs
2023-04-18 13:54:31 +10:00
Roberto Saltini
b5bd90dd5f
Applied changes to tests
2023-04-18 13:51:13 +10:00
Mikhail Kalinin
1505a04a94
Make linter happy
2023-04-10 16:08:13 +06:00
Mikhail Kalinin
e49a30f85b
Fix deposit transition tests
2023-04-10 13:47:21 +06:00
Mikhail Kalinin
c2473e7b8a
Make transition tests comply to sanity format
2023-04-07 14:20:28 +06:00
Hsiao-Wei Wang
d78c7ada03
Fix previous fork version
2023-04-06 20:08:23 +08:00
Hsiao-Wei Wang
11842c9e2a
Update test generators. Move `test_deposit_transition` to `sanity/blocks/`
2023-04-06 20:04:33 +08:00
Mikhail Kalinin
389b79408b
Add EIP6110 operations gen, and to fork upgrades list
2023-04-06 17:39:19 +06:00
Mikhail Kalinin
108f1eed86
Rebase EIP6110 to Deneb
2023-04-06 16:53:31 +06:00
Mikhail Kalinin
80e6b0d665
Add deposits transition tests
2023-04-05 19:46:28 +06:00
Mikhail Kalinin
502745e012
Port tests from bellatrix and capella
2023-04-04 16:30:44 +06:00
Mikhail Kalinin
4c401d6575
Port process_deposit tests
2023-04-03 18:17:03 +06:00
Hsiao-Wei Wang
0dd8db76cd
Make linter happy. Add `SUBNET_DURATION_IN_EPOCHS` definition.
2023-03-30 14:51:41 +08:00
Hsiao-Wei Wang
9dfee5ef48
Update execution_payload helpers for new EIP-6110 field
2023-03-28 15:21:09 +08:00
Hsiao-Wei Wang
cd7783e59d
EIP-6110: Fix `compute_fork_version` and add light client specs
2023-03-28 15:08:03 +08:00
Hsiao-Wei Wang
8acc31adce
Fix the default testing genesis by setting `deposit_receipts_start_index` and fork versions
2023-03-28 14:23:23 +08:00
Hsiao-Wei Wang
d0839dfec4
Add EIP-6110 to the pytest scope
2023-03-27 21:31:03 +08:00
Hsiao-Wei Wang
024cec5fc9
bump version.txt to 1.3.0-rc.5
2023-03-20 18:26:17 +08:00
George Kadianakis
1219beae26
Add some basic bls_modular_inverse() tests
2023-03-17 12:24:06 +02:00
Hsiao-Wei Wang
02a8420dc5
Merge pull request #3293 from ethereum/bump-version
...
bump version.txt
2023-03-16 11:47:34 +08:00
Hsiao-Wei Wang
debf51e87a
Fix `get_sample_opaque_tx` call signature
2023-03-16 10:16:03 +08:00
Hsiao-Wei Wang
de57f2ac91
Merge pull request #3284 from etan-status/lc-forkversion
...
Check correct fork version in LC sync protocol
2023-03-16 09:08:01 +08:00
Aditya Asgaonkar
5a217607b0
shift all f.c. tests to altair & later
2023-03-15 16:32:57 -07:00
Danny Ryan
67984b5665
bump version.txt
2023-03-15 11:30:46 -06:00
Danny Ryan
985fcc2525
Merge pull request #3283 from ethereum/deneb-crypto-coverage
...
Deneb crypto helpers test coverage
2023-03-15 11:28:43 -06:00
Aditya Asgaonkar
e9551715d5
large fork choice upgrade
2023-03-13 11:52:43 -07:00
Dankrad Feist
723e8a11fe
Remove unused imports/functions in test_validator.py
2023-03-12 23:07:19 +00:00
Dankrad Feist
96ad61bcec
Add tests for blob sidecar signature
2023-03-12 23:05:01 +00:00
Dankrad Feist
29b5309f7d
Add proofs to validate_blobs_and_kzg_commitments
2023-03-11 23:02:35 +00:00
Dankrad Feist
5e74c51411
Tests for validate_blobs_and_kzg_commitments and fix
2023-03-11 22:34:41 +00:00
Dankrad Feist
a5333a1d10
Remove useless test_kzg.py
2023-03-10 11:43:05 +00:00
Etan Kissling
43e714e60f
Check correct fork version in LC sync protocol
...
- Sync committee is determined by signature_slot
- Signature fork version is determined by max(signature_slot, 1) - 1
- Attested block fork version can be anything < signature_slot
Old logic incorrectly derived signature fork version from signature_slot
and did not subtract a slot. Extended tests to check this edge case.
2023-03-08 15:34:56 +01:00
Dankrad Feist
08ba1f6406
Merge branch 'dev' into deneb-crypto-coverage
2023-03-07 22:17:58 +00:00
Dankrad Feist
b4c130a4a2
Remove state from unit tests
2023-03-07 21:57:45 +00:00
dankrad
15033d28b9
Modify compute_[blob_]kzg_proof to remove superfluous computations ( #3280 )
...
Add parameter `commitment` to `compute_blob_kzg_proof` and output `y` to `compute_kzg_proof`
2023-03-07 17:50:56 +00:00
Dankrad Feist
cce82b4938
Remove spec. for getting BLS_MODULUS
2023-03-07 10:56:16 +00:00