Commit 2d7698d
committed
Add Pectra related API endpoints:
- Add `GET /eth/v2/validator/aggregate_attestation`
- Add `GET /eth/v2/beacon/blocks/{block_id}/attestations`
- Add `GET /eth/v2/beacon/pool/attestations`
- Add `GET /eth/v2/beacon/pool/attester_slashings`
- Add `POST /eth/v2/beacon/pool/attester_slashings`
- Add `POST /eth/v1/beacon/states/{state_id}/validator_identities`
- Add `POST /eth/v2/validator/aggregate_and_proofs`1 parent dbae6e1 commit 2d7698d
File tree
8 files changed
+388
-57
lines changed- http_api/src
- operation_pools/src/attestation_agg_pool
- types/src
8 files changed
+388
-57
lines changedSubmodule grandine-snapshot-tests updated 21 files
- mainnet/mainnet/genesis/128-slots/standard-read-only/blocks-123-attestations-v2.request+2
- mainnet/mainnet/genesis/128-slots/standard-read-only/blocks-123-attestations-v2.response+9
- mainnet/mainnet/genesis/128-slots/standard-read-only/blocks-128-attestations-v2.request+2
- mainnet/mainnet/genesis/128-slots/standard-read-only/blocks-128-attestations-v2.response+268
- minimal/minimal/quick-start/all-keys/standard-read-only/blocks-0-attestations-v2.request+2
- minimal/minimal/quick-start/all-keys/standard-read-only/blocks-0-attestations-v2.response+12
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validator-identities-ssz.request+7
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validator-identities-ssz.response
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validator-identities.request+6
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validator-identities.response+331
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validators-identities-0-mixed.request+5
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validators-identities-0-mixed.response+21
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validators-identities-0-pubkey.request+5
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validators-identities-0-pubkey.response+16
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validators-identities-0.request+5
- minimal/minimal/quick-start/all-keys/standard-read-only/states-0-validators-identities-0.response+16
- minimal/rapid-upgrade/quick-start/all-phases-all-keys/standard-read-only/blocks-head-attestations-v2.request+2
- minimal/rapid-upgrade/quick-start/all-phases-all-keys/standard-read-only/blocks-head-attestations-v2.response+31
- minimal/rapid-upgrade/quick-start/none/validator-flow/18-publish-aggregates-and-proofs-slot-0-v2.request+198
- minimal/rapid-upgrade/quick-start/none/validator-flow/18-publish-aggregates-and-proofs-slot-0-v2.response+4
- minimal/rapid-upgrade/quick-start/none/validator-flow/19-take-messages.response+209-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
225 | 228 | | |
226 | 229 | | |
227 | 230 | | |
228 | | - | |
229 | | - | |
230 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
231 | 235 | | |
232 | 236 | | |
233 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
199 | | - | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| |||
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
211 | 234 | | |
212 | 235 | | |
213 | 236 | | |
| |||
371 | 394 | | |
372 | 395 | | |
373 | 396 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
| 397 | + | |
383 | 398 | | |
384 | 399 | | |
385 | 400 | | |
| |||
393 | 408 | | |
394 | 409 | | |
395 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
307 | 310 | | |
308 | 311 | | |
309 | 312 | | |
| 313 | + | |
310 | 314 | | |
311 | 315 | | |
312 | 316 | | |
| |||
323 | 327 | | |
324 | 328 | | |
325 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
326 | 334 | | |
327 | 335 | | |
328 | 336 | | |
| |||
345 | 353 | | |
346 | 354 | | |
347 | 355 | | |
348 | | - | |
| 356 | + | |
349 | 357 | | |
350 | 358 | | |
351 | 359 | | |
| |||
359 | 367 | | |
360 | 368 | | |
361 | 369 | | |
362 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
363 | 376 | | |
364 | 377 | | |
365 | 378 | | |
| |||
385 | 398 | | |
386 | 399 | | |
387 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
388 | 411 | | |
389 | 412 | | |
390 | 413 | | |
| |||
407 | 430 | | |
408 | 431 | | |
409 | 432 | | |
410 | | - | |
411 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
412 | 437 | | |
413 | 438 | | |
414 | 439 | | |
| |||
544 | 569 | | |
545 | 570 | | |
546 | 571 | | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
547 | 580 | | |
548 | 581 | | |
549 | 582 | | |
| |||
0 commit comments