Commit 1d92e3f
committed
Use efficient payload reconstruction for HTTP API (#4102)
## Proposed Changes
Builds on #4028 to use the new payload bodies methods in the HTTP API as well.
## Caveats
The payloads by range method only works for the finalized chain, so it can't be used in the execution engine integration tests because we try to reconstruct unfinalized payloads there.1 parent dd124b2 commit 1d92e3f
File tree
3 files changed
+54
-6
lines changed- beacon_node
- beacon_chain/src
- execution_layer/src
- testing/execution_engine_integration/src
3 files changed
+54
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1043 | 1043 | | |
1044 | 1044 | | |
1045 | 1045 | | |
1046 | | - | |
| 1046 | + | |
1047 | 1047 | | |
1048 | 1048 | | |
1049 | 1049 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
1602 | 1604 | | |
1603 | 1605 | | |
1604 | 1606 | | |
1605 | | - | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
| 1639 | + | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
1606 | 1653 | | |
1607 | 1654 | | |
1608 | 1655 | | |
1609 | 1656 | | |
1610 | 1657 | | |
1611 | 1658 | | |
1612 | | - | |
| 1659 | + | |
1613 | 1660 | | |
1614 | 1661 | | |
1615 | 1662 | | |
1616 | 1663 | | |
1617 | 1664 | | |
1618 | 1665 | | |
1619 | 1666 | | |
1620 | | - | |
| 1667 | + | |
1621 | 1668 | | |
1622 | 1669 | | |
1623 | 1670 | | |
| |||
1630 | 1677 | | |
1631 | 1678 | | |
1632 | 1679 | | |
1633 | | - | |
| 1680 | + | |
1634 | 1681 | | |
1635 | 1682 | | |
1636 | 1683 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| 629 | + | |
629 | 630 | | |
630 | 631 | | |
631 | | - | |
| 632 | + | |
632 | 633 | | |
633 | 634 | | |
634 | 635 | | |
| |||
0 commit comments