james-prysm
|
1a19d82bbc
|
updating tests based on mikhail changes
|
2024-07-08 23:15:03 -05:00 |
james-prysm
|
093590ee11
|
Merge remote-tracking branch 'upstream/deposit-queue' into deposit-queue
|
2024-07-08 16:44:25 -05:00 |
Mikhail Kalinin
|
6ed15b2818
|
Fix electra fork tests
|
2024-07-05 18:49:57 +06:00 |
Mikhail Kalinin
|
5a2f887f76
|
Merge remote-tracking branch 'origin/dev' into deposit-queue
|
2024-07-03 17:30:16 +06:00 |
james-prysm
|
03071df6e3
|
preston's feedback
|
2024-07-02 22:10:15 -05:00 |
james-prysm
|
b2cd3ce9a7
|
fixing comment
|
2024-07-02 15:51:29 -05:00 |
james-prysm
|
b31fa63a4a
|
apply pending deposit tests
|
2024-07-02 15:50:01 -05:00 |
james-prysm
|
077edf8b29
|
Merge branch 'deposit-queue' of github.com:james-prysm/eth2.0-specs-mikhail into deposit-queue
|
2024-07-02 12:04:20 -05:00 |
james-prysm
|
750f7a1bd6
|
adding new test
|
2024-07-02 12:02:40 -05:00 |
james-prysm
|
2af84d8332
|
Update tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_process_pending_deposits.py
Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
|
2024-07-02 08:58:30 -05:00 |
james-prysm
|
e1a4d8b60e
|
added some simple tests
|
2024-07-01 15:26:56 -05:00 |
Alex Stokes
|
090d349faf
|
Merge pull request #3764 from ethereum/electra-fork-tests
Add more Electra fork tests
|
2024-07-01 13:32:45 -06:00 |
Mikhail Kalinin
|
8f6b1e0ba9
|
Merge remote-tracking branch 'origin/dev' into deposit-queue
|
2024-06-28 14:55:54 +06:00 |
Hsiao-Wei Wang
|
f30a3a3b05
|
Update `test_incorrect_not_enough_consolidation_churn_available` and add assertions to test cases
|
2024-06-24 23:38:01 +08:00 |
Mikhail Kalinin
|
fd75470eab
|
Add pending_deposits queue and queue deposit requests
|
2024-06-20 15:48:46 +06:00 |
Hsiao-Wei Wang
|
99dfc9ab5b
|
Update file names
|
2024-06-07 23:41:05 +08:00 |
Preston Van Loon
|
5910aeed4d
|
Rename ExecutionLayerConsolidationRequest->ConsolidationRequest
|
2024-06-05 15:12:56 -05:00 |
Preston Van Loon
|
2e6c59393f
|
Rename ExecutionLayerWithdrawalRequest->WithdrawalRequest
|
2024-06-05 15:12:56 -05:00 |
Hsiao-Wei Wang
|
3644f360b8
|
Merge pull request #3757 from mkalinin/receipt-to-request
Rename DepositReceipt to DepositRequest
|
2024-06-05 14:41:01 +08:00 |
Hsiao-Wei Wang
|
12d95da0da
|
Merge branch 'dev' into pr3757
|
2024-06-05 00:42:37 +08:00 |
Hsiao-Wei Wang
|
4223bc0ae6
|
Merge branch 'dev' into pr3776
|
2024-06-05 00:34:22 +08:00 |
Hsiao-Wei Wang
|
79d67ba8e2
|
minor refactor
|
2024-05-31 21:47:50 +08:00 |
Hsiao-Wei Wang
|
ffebf88de5
|
Fix testgen and test format
|
2024-05-31 19:50:59 +08:00 |
fradamt
|
69ee35d4e3
|
handle top-ups to exiting/exited validators
|
2024-05-22 12:31:22 +02:00 |
fradamt
|
6a731e9115
|
fix lint
|
2024-05-22 10:03:03 +02:00 |
fradamt
|
f0ef76ada1
|
minor fixes
|
2024-05-21 23:03:34 +02:00 |
fradamt
|
6b6936836a
|
Revert "minor fixes, doctoc"
This reverts commit dc2a2bd85a .
|
2024-05-21 22:54:25 +02:00 |
fradamt
|
c17f22fedc
|
add missing decorators
|
2024-05-21 22:46:44 +02:00 |
fradamt
|
dc2a2bd85a
|
minor fixes, doctoc
|
2024-05-21 22:30:14 +02:00 |
fradamt
|
17c51488eb
|
add tests for remaining failure cases
|
2024-05-21 22:29:30 +02:00 |
fradamt
|
c492d6198a
|
adjust consolidations tests for EL consolidations
|
2024-05-21 22:27:06 +02:00 |
Hsiao-Wei Wang
|
8b264704aa
|
Add `test_fork_pre_activation` test case
|
2024-05-13 15:37:32 +03:00 |
Hsiao-Wei Wang
|
01a2c7ba07
|
Add `test_fork_has_compounding_withdrawal_credential` test case
|
2024-05-13 15:27:52 +03:00 |
Mikhail Kalinin
|
d8c486bcc5
|
Rename DepositReceipt to DepositRequest
|
2024-05-07 23:34:03 +06:00 |
Hsiao-Wei Wang
|
871c772e3f
|
Merge pull request #3743 from fradamt/dev
Add .copy() where needed in tests
|
2024-05-06 15:49:57 +08:00 |
Hsiao-Wei Wang
|
bbb506ec75
|
Merge pull request #3741 from ethereum/fix-test_process_consolidation
Add decorator to all "invalid" test cases
|
2024-05-06 15:48:48 +08:00 |
fradamt
|
4487fb88c7
|
Merge branch 'ethereum:dev' into dev
|
2024-05-06 09:04:35 +02:00 |
fradamt
|
b237414910
|
add .copy() where needed in tests
|
2024-05-03 09:43:12 +02:00 |
Hsiao-Wei Wang
|
beea123b0f
|
Add decorator to all "invalid" test cases
|
2024-05-02 17:01:25 +08:00 |
Hsiao-Wei Wang
|
e733388623
|
Remove since they are not valid test vectors
|
2024-04-30 21:55:45 +08:00 |
Hsiao-Wei Wang
|
a4e04ebf64
|
Misc fix
|
2024-04-27 12:11:29 +08:00 |
Hsiao-Wei Wang
|
ef9af0d85e
|
Fix consolidation `test_invalid_*_signature` tests
|
2024-04-26 20:51:11 +08:00 |
Hsiao-Wei Wang
|
7819e7f558
|
Fix and move `test_multiple_consolidations_*` tests to sanity block tests
|
2024-04-25 23:30:40 +08:00 |
Hsiao-Wei Wang
|
e793fe2698
|
Add Electra fork tests
|
2024-04-24 20:08:56 +08:00 |
Hsiao-Wei Wang
|
313ed1a962
|
Fix tests
|
2024-04-18 17:15:43 +08:00 |
Alex Stokes
|
815485b48d
|
Merge pull request #3690 from fradamt/dev
Fix broken exit tests due to change in the churn computation
|
2024-04-17 18:09:29 -06:00 |
fradamt
|
715e754ba3
|
Fix off-by-one error in exit tests due to change in the churn computation
|
2024-04-17 23:47:34 +02:00 |
Alex Stokes
|
82133085a1
|
clarify pending partial withdrawals handling
|
2024-04-17 14:17:07 -06:00 |
Hsiao-Wei Wang
|
947767f3a9
|
Merge pull request #3678 from ralexstokes/7251-in-electra-cleanups
Electra: remove duplicate deposit processing tests
|
2024-04-17 14:24:41 +09:00 |
Hsiao-Wei Wang
|
056e4db3cb
|
Merge pull request #3670 from ethereum/eip7549-tests
Add EIP-7549 tests and Electra random tests
|
2024-04-17 14:24:19 +09:00 |