Commit Graph

8968 Commits

Author SHA1 Message Date
Hsiao-Wei Wang 417b95c3e6
Add basic activation churn limit tests 2023-09-13 17:14:26 +08:00
dapplion 298a6304de review PR 2023-09-13 11:00:22 +02:00
Hsiao-Wei Wang cc3ced5965
Enable eip7668 pytest 2023-09-12 21:48:35 +08:00
Hsiao-Wei Wang fd37ffcb61
Add _features/eip7668 and make linter happy 2023-09-12 21:37:09 +08:00
dapplion e6f7c99b77 Add limit inbound churn 2023-09-12 12:52:08 +02:00
dapplion 4eca8e4292 Add CRS files 2023-09-12 10:23:31 +02:00
Michael Sproul 45a3615816
Allow honest validators to reorg late blocks 2023-09-12 15:27:10 +10:00
Hsiao-Wei Wang c5c7233e49
Merge pull request #3352 from michaelsproul/boost-first-block
Apply proposer boost to first block in case of equivocation
2023-09-12 10:56:58 +08:00
Hsiao-Wei Wang 7a53194e09
Merge pull request #3494 from terencechain/rm-old-warnings
remove: old warnings
2023-09-08 08:21:26 +08:00
Hsiao-Wei Wang 06851de02d
Merge branch 'dev' into pr3494 2023-09-06 12:55:55 +08:00
Hsiao-Wei Wang 25c8aba99c
Merge pull request #3495 from ethereum/curdleproofs
Pin `curdleproofs==0.1.1`
2023-09-06 11:59:52 +08:00
Hsiao-Wei Wang 3eaa184fc7
Pin `curdleproofs==0.1.1` 2023-09-06 11:36:35 +08:00
terence tsao 59680c0470 remove: old warnings 2023-09-05 08:59:14 -07:00
Hsiao-Wei Wang e3a939e439
Merge pull request #3485 from dapplion/whisk-config-move
Whisk: update preset and config files with moved values
2023-08-23 00:00:17 +08:00
dapplion 6a944a60f3 Update preset and config files 2023-08-21 11:58:08 +02:00
Hsiao-Wei Wang fc03e8f714
Rename BLS/KZG suite name 2023-08-20 12:27:19 -06:00
Lion - dapplion eef61448a9
Whisk: don't mutate candidates during cooldown (#3483) 2023-08-20 14:46:22 +03:00
Lion - dapplion 0b751fc259
Whisk move non-preset values to config (#3482) 2023-08-20 14:42:12 +03:00
dapplion a74b4fca10 Use published curdleproofs version 2023-08-18 17:52:39 +02:00
dapplion db502ddd6a force install correct version of curdleproofs 2023-08-17 13:52:15 +02:00
Hsiao-Wei Wang ef434e8716
Merge pull request #3473 from wenceslas-sanchez/multiprocessing-side-effect
🐛 Potential side effects with multiprocessing mode
2023-08-15 20:40:57 +08:00
Hsiao-Wei Wang 8a64a90103
Merge pull request #3476 from zhiqiangxu/fix_wording_about_slashing
fix wording about slashing: "can slashable" => "can be slashable"
2023-08-09 23:17:53 +08:00
zhiqiangxu 6f57e2bd26 "can slashable" => "can be slashable" 2023-08-09 11:13:39 +08:00
WenceslasSANCHEZ 875fabcbd0 🐛 remove lambda definition from `generate_from_tests` 2023-08-06 14:13:11 +02:00
Hsiao-Wei Wang fa1015ca03
Update Capella FC too 2023-08-04 21:58:07 +08:00
Hsiao-Wei Wang 1904b47e3e
Add `test_proposer_boost_is_first_block` test case 2023-08-04 21:41:57 +08:00
Hsiao-Wei Wang 63c39dbaff
Merge branch 'dev' into pr3352 2023-08-04 14:45:47 +08:00
Hsiao-Wei Wang 8d6a40522c
Merge pull request #3468 from wenceslas-sanchez/dev
🐛 Fix redundant SSZ generic tests
2023-08-04 14:29:10 +08:00
Wenceslas Sanchez 522ab42064
Update tests/generators/ssz_generic/ssz_container.py
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
2023-08-03 21:14:45 +02:00
WenceslasSANCHEZ 5612e7a9ee ♻️ refactor 2023-08-03 18:19:33 +02:00
Dmitrii Shmatko 36d9ea6cd1
Fix dimension of nodeId and remove outdated comment (#3445)
* Fix dimension of nodeId and remove incorrect comment

* Remove debugging
2023-08-04 00:12:07 +08:00
Hsiao-Wei Wang 56d6d1a51e
Merge pull request #3463 from ethereum/deneb-fc-tests-take-2
Deneb fork choice tests - take 2
2023-08-03 21:40:24 +08:00
Hsiao-Wei Wang fb6297b8b1
Merge pull request #3471 from potuz/fix_kzg_format_desc
fix test format descrition
2023-08-03 19:13:13 +08:00
Potuz b30990330f Danny's fix 2023-08-02 14:16:31 -03:00
Potuz 7ba238a1e8 fix test format descrition 2023-08-02 10:40:10 -03:00
WenceslasSANCHEZ da2121060e ♻️ refactor + linter comments 2023-08-01 22:19:48 +02:00
WenceslasSANCHEZ 6231dc2e4e 🐛 split variation with and without chaos 2023-08-01 22:09:35 +02:00
WenceslasSANCHEZ 01dfc77202 🐛 remove non-random mode from variation 2023-08-01 21:47:08 +02:00
WenceslasSANCHEZ 872e404bce ️ reset ``chaos`` to False 2023-08-01 21:46:16 +02:00
WenceslasSANCHEZ bd34c6560c 🐛 remove redundant modes for container without offsets 2023-08-01 21:45:30 +02:00
WenceslasSANCHEZ b412bdb34e allow `container_case_fn` to change chaos mode 2023-08-01 21:44:35 +02:00
Hsiao-Wei Wang 48143056b9
Merge pull request #3467 from ethereum/version-bump
Update VERSION.txt to 1.4.0-beta.1
2023-07-31 19:52:13 +08:00
Hsiao-Wei Wang 39134d594a
Change it back to allow empty `blobs` list file 2023-07-31 19:47:53 +08:00
Hsiao-Wei Wang 32056b2d44
PR feedback from @djrtwo 2023-07-31 19:23:17 +08:00
Hsiao-Wei Wang fba7b8e92d
Merge pull request #3464 from ethereum/att-transtion
Move and rework `include_attestation_from_previous_fork_with_new_range` test to a `transition` test
2023-07-31 18:52:16 +08:00
Hsiao-Wei Wang 5dcfbcef5b
Merge pull request #3461 from ethereum/blob-gas
Rename "data gas" to "blob gas"
2023-07-31 18:51:57 +08:00
dapplion 07ab00431d Bump curdleproofs to fix upstream types 2023-07-28 19:55:26 +02:00
WenceslasSANCHEZ 6e4d4896ed 🐛 set chaos to `True` to enable uint variation for non random tests 2023-07-27 21:17:45 +02:00
Danny Ryan 8295416328
Update VERSION.txt to 1.4.0-beta.1 2023-07-27 11:08:04 -06:00
Hsiao-Wei Wang 52c53a91f5
Move and rework `include_attestation_from_previous_fork_with_new_range` test to a `transition` test 2023-07-28 00:54:02 +08:00