Danny Ryan
|
0da78ebc4b
|
Merge branch 'withdrawals-push' into 00-to-01
|
2022-03-22 08:19:31 -06:00 |
Danny Ryan
|
a2db44693b
|
build
|
2022-03-22 08:14:38 -06:00 |
Danny Ryan
|
c10d219664
|
Merge branch 'dev' into withdrawals-push
|
2022-03-22 08:11:09 -06:00 |
Danny Ryan
|
43ce98b541
|
Merge branch 'withdrawals-push' of github.com:ethereum/eth2.0-specs into withdrawals-push
|
2022-03-22 08:10:53 -06:00 |
Danny Ryan
|
03f9503de0
|
Apply suggestions from code review
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
|
2022-03-22 08:03:55 -06:00 |
Danny Ryan
|
9a8ff4f3ab
|
topo sort
|
2022-03-22 08:00:53 -06:00 |
Danny Ryan
|
493b169022
|
refine naming for withdrawals
|
2022-03-22 07:55:45 -06:00 |
Danny Ryan
|
f5b5f638f4
|
Merge pull request #2857 from terencechain/patch-133
EIP4844: fix a minor typo
|
2022-03-21 12:18:05 -06:00 |
terence tsao
|
36b0044569
|
EIP4844: fix a minor typo
|
2022-03-20 08:20:08 -07:00 |
Danny Ryan
|
79cdb88e66
|
wip 00 to 01 cred change
|
2022-03-16 15:41:37 -06:00 |
Danny Ryan
|
36aae1d848
|
add tests for process_withdrawals
|
2022-03-16 13:35:29 -06:00 |
Danny Ryan
|
255e942f64
|
add validator and fork-choice mods for withdrawals in capella
|
2022-03-16 12:01:42 -06:00 |
Mikhail Kalinin
|
cc347c6ff4
|
Merge pull request #2851 from mkalinin/safe-head
Add safe_block_hash to notify_forkchoice_updated
|
2022-03-16 13:29:23 +06:00 |
Alex Stokes
|
0afa7e1b38
|
update language to reflect latest work on withdrawals
|
2022-03-15 18:01:47 -06:00 |
Danny Ryan
|
80292f7957
|
Update specs/bellatrix/validator.md
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
|
2022-03-15 13:14:40 -06:00 |
Danny Ryan
|
b8c061cfd7
|
Merge pull request #2850 from protolambda/eip4844
EIP-4844: consensus-layer specs of Shard Blob Transactions
|
2022-03-15 13:13:48 -06:00 |
protolambda
|
dc5f9dffa0
|
eip4844: process_blob_kzgs - move TODO to issue, add missing input argument
|
2022-03-14 21:50:07 +01:00 |
protolambda
|
9b760dfb54
|
eip4844: beacon doc - update TOC
|
2022-03-14 19:08:50 +01:00 |
protolambda
|
45e207be4d
|
EIP-4844 consensus-specs review fixes
Co-Authored-By: terenc3t <terence@prysmaticlabs.com>
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
|
2022-03-14 18:57:11 +01:00 |
Hsiao-Wei Wang
|
3458d12c2b
|
Merge pull request #2849 from ethereum/yield-attester-slashing
Output `attester_slashing` data to fork choice test vectors
|
2022-03-14 07:14:14 -07:00 |
Mikhail Kalinin
|
84ab086d94
|
Add safe_block_hash to notify_fc_updated
|
2022-03-14 19:09:21 +06:00 |
Danny Ryan
|
3dd83cf4ee
|
minor withdrawals renamings
|
2022-03-10 12:30:51 -07:00 |
Danny Ryan
|
507f550cb1
|
Merge branch 'dev' into withdrawals-push
|
2022-03-10 10:27:20 -07:00 |
protolambda
|
8ec4773339
|
EIP-4844: consensus layer changes
|
2022-03-10 06:52:27 +01:00 |
Hsiao-Wei Wang
|
3cdc0e61ed
|
Add `on_attester_slashing` execution step
|
2022-03-09 10:18:00 +08:00 |
Hsiao-Wei Wang
|
95c712598a
|
Fix `test_discard_equivocations` test vectors
|
2022-03-09 10:16:37 +08:00 |
Danny Ryan
|
825a39577e
|
Merge pull request #2845 from ethereum/discard-equivocations
Remove equivocating validators from fork choice consideration
|
2022-03-08 11:41:04 -07:00 |
Danny Ryan
|
bd6d2ad4ce
|
minor copy edit
|
2022-03-08 11:33:59 -07:00 |
Danny Ryan
|
0197a1464c
|
Merge pull request #2846 from nisdas/patch-2
Ignore Aggregates Which Are Following the Wrong Finalized Checkpoint
|
2022-03-08 11:28:20 -07:00 |
Aditya Asgaonkar
|
a0ba6b2a1a
|
Add note about syncing
|
2022-03-08 06:52:03 -08:00 |
Danny Ryan
|
75f94cbc74
|
Merge pull request #2848 from ethereum/fix-updatetimeout-typo
Fix UPDATE_TIMEOUT unit typo
|
2022-03-04 10:44:41 -07:00 |
Aditya Asgaonkar
|
1e10e7dc1c
|
Fix UPDATE_TIMEOUT unit typo
|
2022-03-03 20:16:32 -08:00 |
Danny Ryan
|
e1b9cf97e2
|
add withdrawal index to wihdrawal transaction
|
2022-03-03 14:02:52 -07:00 |
Danny Ryan
|
15a90407ef
|
minor comment change
|
2022-03-03 13:50:05 -07:00 |
Aditya Asgaonkar
|
37b8a89bb1
|
Apply code review from @djrtwo
|
2022-03-03 11:43:52 -08:00 |
Danny Ryan
|
0b883a8692
|
Merge pull request #2844 from sigp/opt-import
Optimistically import any post-merge block
|
2022-03-03 09:46:15 -07:00 |
Paul Hauner
|
bf25d323fc
|
Use merge consistently
|
2022-03-02 19:03:06 +11:00 |
Nishant Das
|
70e8243450
|
Update p2p-interface.md
|
2022-03-02 12:39:21 +08:00 |
Aditya Asgaonkar
|
7f31c80b8f
|
Fix lint & CI
|
2022-03-01 11:47:45 -08:00 |
Aditya Asgaonkar
|
4fbe162655
|
Add on_attester_slashing() and related test
|
2022-03-01 11:42:49 -08:00 |
Paul Hauner
|
f071931e46
|
Address indenting
|
2022-03-01 18:46:39 +11:00 |
Paul Hauner
|
c2ff09441d
|
Allow any non-merge block
|
2022-03-01 18:34:53 +11:00 |
Danny Ryan
|
72d4597131
|
Merge pull request #2828 from ethereum/is_finality_update
Refactoring: add `is_finality_update` helper
|
2022-02-28 08:39:38 -07:00 |
Danny Ryan
|
3f2d5ecda7
|
Merge pull request #2838 from ethereum/revert-dupe-condition
revert removal of aggregate deduplication condition from #2183
|
2022-02-28 08:19:45 -07:00 |
Danny Ryan
|
22e476b666
|
Merge pull request #2840 from ethereum/bump-version
bump VERSION.txt to 1.1.10
|
2022-02-25 11:23:42 -07:00 |
Danny Ryan
|
1fb7a95329
|
bump VERSION.txt to 1.1.10
|
2022-02-25 11:23:15 -07:00 |
Danny Ryan
|
bbdb50278c
|
Merge pull request #2830 from status-im/ignore-atts
Ignore attestations voting for the wrong finalized checkpoint
|
2022-02-25 11:18:41 -07:00 |
Danny Ryan
|
03f0f6762a
|
revert removal of aggregate deduplication condition from #2183
|
2022-02-25 10:25:27 -07:00 |
Danny Ryan
|
0a55f062d7
|
fix execution paylaod tests
|
2022-02-24 15:38:23 -07:00 |
Danny Ryan
|
f5dab5b666
|
fix fully withdrawal tests
|
2022-02-24 15:06:31 -07:00 |