Updated all absolute URLs to the eth2.0-specs repo so that they point to the master branch (instead of dev).

This commit is contained in:
Luke Anderson 2019-05-28 10:48:41 +10:00
parent fa177e0355
commit 56698602ab
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -308,7 +308,7 @@ components:
description: "Globally, the estimated most recent slot number, or current target slot number." description: "Globally, the estimated most recent slot number, or current target slot number."
BeaconBlock: BeaconBlock:
description: "The [`BeaconBlock`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#beaconblock) object from the Eth2.0 spec." description: "The [`BeaconBlock`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#beaconblock) object from the Eth2.0 spec."
allOf: allOf:
- $ref: '#/components/schemas/BeaconBlockCommon' - $ref: '#/components/schemas/BeaconBlockCommon'
- type: object - type: object
@ -316,7 +316,7 @@ components:
body: body:
$ref: '#/components/schemas/BeaconBlockBody' $ref: '#/components/schemas/BeaconBlockBody'
BeaconBlockHeader: BeaconBlockHeader:
description: "The [`BeaconBlockHeader`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#beaconblockheader) object from the Eth2.0 spec." description: "The [`BeaconBlockHeader`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#beaconblockheader) object from the Eth2.0 spec."
allOf: allOf:
- $ref: '#/components/schemas/BeaconBlockCommon' - $ref: '#/components/schemas/BeaconBlockCommon'
- type: object - type: object
@ -352,7 +352,7 @@ components:
description: "The BLS signature of the `BeaconBlock` made by the validator of the block." description: "The BLS signature of the `BeaconBlock` made by the validator of the block."
BeaconBlockBody: BeaconBlockBody:
type: object type: object
description: "The [`BeaconBlockBody`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#beaconblockbody) object from the Eth2.0 spec." description: "The [`BeaconBlockBody`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#beaconblockbody) object from the Eth2.0 spec."
properties: properties:
randao_reveal: randao_reveal:
type: string type: string
@ -362,7 +362,7 @@ components:
eth1_data: eth1_data:
title: Eth1Data title: Eth1Data
type: object type: object
description: "The [`Eth1Data`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#eth1data) object from the Eth2.0 spec." description: "The [`Eth1Data`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#eth1data) object from the Eth2.0 spec."
properties: properties:
deposit_root: deposit_root:
type: string type: string
@ -387,7 +387,7 @@ components:
items: items:
title: ProposerSlashings title: ProposerSlashings
type: object type: object
description: "The [`ProposerSlashing`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#proposerslashing) object from the Eth2.0 spec." description: "The [`ProposerSlashing`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#proposerslashing) object from the Eth2.0 spec."
properties: properties:
proposer_index: proposer_index:
type: integer type: integer
@ -402,7 +402,7 @@ components:
items: items:
title: AttesterSlashings title: AttesterSlashings
type: object type: object
description: "The [`AttesterSlashing`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#attesterslashing) object from the Eth2.0 spec." description: "The [`AttesterSlashing`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#attesterslashing) object from the Eth2.0 spec."
properties: properties:
attestation_1: attestation_1:
$ref: '#/components/schemas/IndexedAttestation' $ref: '#/components/schemas/IndexedAttestation'
@ -413,7 +413,7 @@ components:
items: items:
title: Attestation title: Attestation
type: object type: object
description: "The [`Attestation`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#attestation) object from the Eth2.0 spec." description: "The [`Attestation`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#attestation) object from the Eth2.0 spec."
properties: properties:
aggregation_bitfield: aggregation_bitfield:
type: string type: string
@ -437,7 +437,7 @@ components:
items: items:
title: Deposit title: Deposit
type: object type: object
description: "The [`Deposit`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#deposit) object from the Eth2.0 spec." description: "The [`Deposit`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#deposit) object from the Eth2.0 spec."
properties: properties:
proof: proof:
type: array type: array
@ -455,7 +455,7 @@ components:
data: data:
title: DepositData title: DepositData
type: object type: object
description: "The [`DepositData`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#depositdata) object from the Eth2.0 spec." description: "The [`DepositData`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#depositdata) object from the Eth2.0 spec."
properties: properties:
pubkey: pubkey:
$ref: '#/components/schemas/pubkey' $ref: '#/components/schemas/pubkey'
@ -478,7 +478,7 @@ components:
items: items:
title: VoluntaryExit title: VoluntaryExit
type: object type: object
description: "The [`VoluntaryExit`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#voluntaryexit) object from the Eth2.0 spec." description: "The [`VoluntaryExit`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#voluntaryexit) object from the Eth2.0 spec."
properties: properties:
epoch: epoch:
type: integer type: integer
@ -498,7 +498,7 @@ components:
items: items:
title: Transfer title: Transfer
type: object type: object
description: "The [`Transfer`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#transfer) object from the Eth2.0 spec." description: "The [`Transfer`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#transfer) object from the Eth2.0 spec."
properties: properties:
sender: sender:
type: integer type: integer
@ -533,7 +533,7 @@ components:
Fork: Fork:
type: object type: object
description: "The [`Fork`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#Fork) object from the Eth2.0 spec." description: "The [`Fork`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#Fork) object from the Eth2.0 spec."
properties: properties:
previous_version: previous_version:
type: string type: string
@ -551,7 +551,7 @@ components:
description: "Fork epoch number." description: "Fork epoch number."
IndexedAttestation: IndexedAttestation:
type: object type: object
description: "The [`IndexedAttestation`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#indexedattestation) object from the Eth2.0 spec." description: "The [`IndexedAttestation`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#indexedattestation) object from the Eth2.0 spec."
properties: properties:
custody_bit_0_indices: custody_bit_0_indices:
type: array type: array
@ -575,7 +575,7 @@ components:
$ref: '#/components/schemas/AttestationData' $ref: '#/components/schemas/AttestationData'
AttestationData: AttestationData:
type: object type: object
description: "The [`AttestationData`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#attestationdata) object from the Eth2.0 spec." description: "The [`AttestationData`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#attestationdata) object from the Eth2.0 spec."
properties: properties:
beacon_block_root: beacon_block_root:
type: string type: string
@ -603,7 +603,7 @@ components:
crosslink: crosslink:
title: CrossLink title: CrossLink
type: object type: object
description: "The [`Crosslink`](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#crosslink) object from the Eth2.0 spec, contains data from epochs [`start_epoch`, `end_epoch`)." description: "The [`Crosslink`](https://github.com/ethereum/eth2.0-specs/blob/master/specs/core/0_beacon-chain.md#crosslink) object from the Eth2.0 spec, contains data from epochs [`start_epoch`, `end_epoch`)."
properties: properties:
shard: shard:
type: integer type: integer