Skip to content

Commit aed9d04

Browse files
authored
Remove execution requests definition from schema (#649)
Remove exec requests schema
1 parent 5d63406 commit aed9d04

File tree

1 file changed

+0
-59
lines changed

1 file changed

+0
-59
lines changed

src/engine/openrpc/schemas/payload.yaml

-59
Original file line numberDiff line numberDiff line change
@@ -304,62 +304,3 @@ BlobsBundleV2:
304304
type: array
305305
items:
306306
$ref: '#/components/schemas/bytes'
307-
DepositRequestV1:
308-
title: Deposit request object V1
309-
type: object
310-
required:
311-
- pubkey
312-
- withdrawalCredentials
313-
- amount
314-
- signature
315-
- index
316-
properties:
317-
pubkey:
318-
title: Public key
319-
$ref: '#/components/schemas/bytes48'
320-
withdrawalCredentials:
321-
title: Withdrawal credentials
322-
$ref: '#/components/schemas/bytes32'
323-
amount:
324-
title: Deposit amount
325-
$ref: '#/components/schemas/uint64'
326-
signature:
327-
title: Deposit signature
328-
$ref: '#/components/schemas/bytes96'
329-
index:
330-
title: Deposit index
331-
$ref: '#/components/schemas/uint64'
332-
WithdrawalRequestV1:
333-
title: Withdrawal request object V1
334-
type: object
335-
required:
336-
- sourceAddress
337-
- validatorPubkey
338-
- amount
339-
properties:
340-
sourceAddress:
341-
title: Source address
342-
$ref: '#/components/schemas/address'
343-
validatorPubkey:
344-
title: Validator public key
345-
$ref: '#/components/schemas/bytes48'
346-
amount:
347-
title: Withdraw amount
348-
$ref: '#/components/schemas/uint64'
349-
ConsolidationRequestV1:
350-
title: Consolidation request object V1
351-
type: object
352-
required:
353-
- sourceAddress
354-
- sourcePubkey
355-
- targetPubkey
356-
properties:
357-
sourceAddress:
358-
title: Source address
359-
$ref: '#/components/schemas/address'
360-
sourcePubkey:
361-
title: Source validator public key
362-
$ref: '#/components/schemas/bytes48'
363-
targetPubkey:
364-
title: Target validator public key
365-
$ref: '#/components/schemas/bytes48'

0 commit comments

Comments
 (0)