|
46 | 46 | "$ref": "#/components/schemas/BLOCK_WITH_TX_HASHES" |
47 | 47 | }, |
48 | 48 | { |
49 | | - "title": "Pending block with transaction hashes", |
| 49 | + "title": "Pre-confirmed block with transaction hashes", |
50 | 50 | "$ref": "#/components/schemas/PRE_CONFIRMED_BLOCK_WITH_TX_HASHES" |
51 | 51 | } |
52 | 52 | ] |
|
83 | 83 | "$ref": "#/components/schemas/BLOCK_WITH_TXS" |
84 | 84 | }, |
85 | 85 | { |
86 | | - "title": "Pending block with transactions", |
| 86 | + "title": "Pre-confirmed block with transactions", |
87 | 87 | "$ref": "#/components/schemas/PRE_CONFIRMED_BLOCK_WITH_TXS" |
88 | 88 | } |
89 | 89 | ] |
|
120 | 120 | "$ref": "#/components/schemas/BLOCK_WITH_RECEIPTS" |
121 | 121 | }, |
122 | 122 | { |
123 | | - "title": "Pending block with transactions", |
| 123 | + "title": "Pre-confirmed block with transactions", |
124 | 124 | "$ref": "#/components/schemas/PRE_CONFIRMED_BLOCK_WITH_RECEIPTS" |
125 | 125 | } |
126 | 126 | ] |
|
157 | 157 | "$ref": "#/components/schemas/STATE_UPDATE" |
158 | 158 | }, |
159 | 159 | { |
160 | | - "title": "Pending state update", |
| 160 | + "title": "Pre-confirmed state update", |
161 | 161 | "$ref": "#/components/schemas/PRE_CONFIRMED_STATE_UPDATE" |
162 | 162 | } |
163 | 163 | ] |
|
913 | 913 | { |
914 | 914 | "not": { |
915 | 915 | "type": "string", |
916 | | - "enum": ["pending"] |
| 916 | + "enum": ["pre_confirmed"] |
917 | 917 | } |
918 | 918 | } |
919 | 919 | ] |
|
1413 | 1413 | ] |
1414 | 1414 | }, |
1415 | 1415 | "PRE_CONFIRMED_STATE_UPDATE": { |
1416 | | - "title": "Pending state update", |
1417 | | - "description": "Pending state update", |
| 1416 | + "title": "Pre-confirmed state update", |
| 1417 | + "description": "Pre-confirmed state update", |
1418 | 1418 | "type": "object", |
1419 | 1419 | "properties": { |
1420 | 1420 | "old_root": { |
|
1634 | 1634 | ] |
1635 | 1635 | }, |
1636 | 1636 | "PRE_CONFIRMED_BLOCK_HEADER": { |
1637 | | - "title": "Pending block header", |
| 1637 | + "title": "Pre-confirmed block header", |
1638 | 1638 | "type": "object", |
1639 | 1639 | "properties": { |
1640 | 1640 | "parent_hash": { |
|
1770 | 1770 | ] |
1771 | 1771 | }, |
1772 | 1772 | "PRE_CONFIRMED_BLOCK_WITH_TX_HASHES": { |
1773 | | - "title": "Pending block with transaction hashes", |
| 1773 | + "title": "Pre-confirmed block with transaction hashes", |
1774 | 1774 | "description": "The dynamic block being constructed by the sequencer. Note that this object will be deprecated upon decentralization.", |
1775 | 1775 | "allOf": [ |
1776 | 1776 | { |
1777 | 1777 | "title": "Block body with transactions hashes", |
1778 | 1778 | "$ref": "#/components/schemas/BLOCK_BODY_WITH_TX_HASHES" |
1779 | 1779 | }, |
1780 | 1780 | { |
1781 | | - "title": "Pending block header", |
| 1781 | + "title": "Pre-confirmed block header", |
1782 | 1782 | "$ref": "#/components/schemas/PRE_CONFIRMED_BLOCK_HEADER" |
1783 | 1783 | } |
1784 | 1784 | ] |
1785 | 1785 | }, |
1786 | 1786 | "PRE_CONFIRMED_BLOCK_WITH_TXS": { |
1787 | | - "title": "Pending block with transactions", |
| 1787 | + "title": "Pre-confirmed block with transactions", |
1788 | 1788 | "description": "The dynamic block being constructed by the sequencer. Note that this object will be deprecated upon decentralization.", |
1789 | 1789 | "allOf": [ |
1790 | 1790 | { |
1791 | 1791 | "title": "Block body with transactions", |
1792 | 1792 | "$ref": "#/components/schemas/BLOCK_BODY_WITH_TXS" |
1793 | 1793 | }, |
1794 | 1794 | { |
1795 | | - "title": "Pending block header", |
| 1795 | + "title": "Pre-confirmed block header", |
1796 | 1796 | "$ref": "#/components/schemas/PRE_CONFIRMED_BLOCK_HEADER" |
1797 | 1797 | } |
1798 | 1798 | ] |
1799 | 1799 | }, |
1800 | 1800 | "PRE_CONFIRMED_BLOCK_WITH_RECEIPTS": { |
1801 | | - "title": "Pending block with transactions and receipts", |
| 1801 | + "title": "Pre-confirmed block with transactions and receipts", |
1802 | 1802 | "description": "The dynamic block being constructed by the sequencer. Note that this object will be deprecated upon decentralization.", |
1803 | 1803 | "allOf": [ |
1804 | 1804 | { |
1805 | 1805 | "title": "Block body with transactions and receipts", |
1806 | 1806 | "$ref": "#/components/schemas/BLOCK_BODY_WITH_RECEIPTS" |
1807 | 1807 | }, |
1808 | 1808 | { |
1809 | | - "title": "Pending block header", |
| 1809 | + "title": "Pre-confirmed block header", |
1810 | 1810 | "$ref": "#/components/schemas/PRE_CONFIRMED_BLOCK_HEADER" |
1811 | 1811 | } |
1812 | 1812 | ] |
|
3029 | 3029 | "block_hash": { |
3030 | 3030 | "title": "Block hash", |
3031 | 3031 | "$ref": "#/components/schemas/BLOCK_HASH", |
3032 | | - "description": "If this field is missing, it means the receipt belongs to the pending block" |
| 3032 | + "description": "If this field is missing, it means the receipt belongs to the pre-confirmed block" |
3033 | 3033 | }, |
3034 | 3034 | "block_number": { |
3035 | 3035 | "title": "Block number", |
3036 | 3036 | "$ref": "#/components/schemas/BLOCK_NUMBER", |
3037 | | - "description": "If this field is missing, it means the receipt belongs to the pending block" |
| 3037 | + "description": "If this field is missing, it means the receipt belongs to the pre-confirmed block" |
3038 | 3038 | } |
3039 | 3039 | } |
3040 | 3040 | } |
|
0 commit comments