mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 06:18:15 +00:00
Fixed misinterpretation of the proof array in the Deposit object, bumped version.
This commit is contained in:
parent
490cf9e347
commit
8e67dec7e4
@ -2,7 +2,7 @@ openapi: "3.0.2"
|
|||||||
info:
|
info:
|
||||||
title: "Minimal Beacon Node API for Validator"
|
title: "Minimal Beacon Node API for Validator"
|
||||||
description: "A minimal API specification for the beacon node, which enables a validator to connect and perform its obligations on the Ethereum 2.0 phase 0 beacon chain."
|
description: "A minimal API specification for the beacon node, which enables a validator to connect and perform its obligations on the Ethereum 2.0 phase 0 beacon chain."
|
||||||
version: "0.1.1"
|
version: "0.1.2"
|
||||||
license:
|
license:
|
||||||
name: "Apache 2.0"
|
name: "Apache 2.0"
|
||||||
url: "https://www.apache.org/licenses/LICENSE-2.0.html"
|
url: "https://www.apache.org/licenses/LICENSE-2.0.html"
|
||||||
@ -421,17 +421,11 @@ components:
|
|||||||
type: array
|
type: array
|
||||||
description: "Branch in the deposit tree."
|
description: "Branch in the deposit tree."
|
||||||
items:
|
items:
|
||||||
oneOf:
|
type: string
|
||||||
- type: string
|
|
||||||
format: byte
|
format: byte
|
||||||
pattern: "^0x[a-fA-F0-9]{64}$"
|
pattern: "^0x[a-fA-F0-9]{64}$"
|
||||||
- type: integer
|
minItems: 32
|
||||||
format: uint64
|
maxItems: 32
|
||||||
enum: [32]
|
|
||||||
example: 32
|
|
||||||
description: "The DEPOSIT_CONTRACT_TREE_DEPTH value."
|
|
||||||
minItems: 2
|
|
||||||
maxItems: 2
|
|
||||||
index:
|
index:
|
||||||
type: integer
|
type: integer
|
||||||
format: uint64
|
format: uint64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user