Skip to content

Commit

Permalink
Bump some versions to address dependabot complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
OisinKyne committed May 10, 2022
1 parent e859f2b commit 1c244f1
Show file tree
Hide file tree
Showing 7 changed files with 2,768 additions and 2,573 deletions.
8 changes: 4 additions & 4 deletions docs/int/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Similar to how roll up technology laid the foundation for L2 scaling implementat

The Obol Network consists of four core public goods:

- The [Distributed Validator Launchpad](./dvk/01_distributed-validator-keys.md), a CLI tool and dApp for bootstrapping Distributed Validators
- [Charon](./dv/01_introducing-charon.md), a middleware client that enables validators to run in a fault-tolerant, distributed manner
- [Obol Managers](./sc/01_introducing-obol-managers.md), a set of solidity smart contracts for the formation of Distributed Validators
- [Obol Testnets](./testnet.md), a set of on-going public incentivised testnets that enable any sized operator to test their deployment before serving for the mainnet Obol Network
- The [Distributed Validator Launchpad](../dvk/01_distributed-validator-keys.md), a CLI tool and dApp for bootstrapping Distributed Validators
- [Charon](../dv/01_introducing-charon.md), a middleware client that enables validators to run in a fault-tolerant, distributed manner
- [Obol Managers](../sc/01_introducing-obol-managers.md), a set of solidity smart contracts for the formation of Distributed Validators
- [Obol Testnets](../testnet.md), a set of on-going public incentivised testnets that enable any sized operator to test their deployment before serving for the mainnet Obol Network

### Sustainable Public Goods

Expand Down
2 changes: 1 addition & 1 deletion docs/int/key-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A distributed validator client intercepts the validator client ↔ consensus cli
- Coming to consensus on a candidate duty for all validators to sign
- Combining signatures from all validators into a distributed validator signature

The only example of a distributed validator client built with a non-custodial middleware architecture to date is [charon](./dv/01_introducing-charon.md).
The only example of a distributed validator client built with a non-custodial middleware architecture to date is [charon](../dv/01_introducing-charon.md).

### Validator Client

Expand Down
26 changes: 13 additions & 13 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ const config = {
defaultMode: 'dark',
disableSwitch: false,
respectPrefersColorScheme: true,
switchConfig: {
darkIcon: '🌙',
darkIconStyle: {
marginLeft: '2px',
},
// Unicode icons such as '\u2600' will work
// Unicode with 5 chars require brackets: '\u{1F602}'
lightIcon: '\u2600',
lightIconStyle: {
marginLeft: '1px',
},
},
// switchConfig: {
// darkIcon: '🌙',
// darkIconStyle: {
// marginLeft: '2px',
// },
// // Unicode icons such as '\u2600' will work
// // Unicode with 5 chars require brackets: '\u{1F602}'
// lightIcon: '\u2600',
// lightIconStyle: {
// marginLeft: '1px',
// },
// },
},
navbar: {
title: 'Obol Network',
Expand Down Expand Up @@ -146,7 +146,7 @@ const config = {
darkTheme: darkCodeTheme,
additionalLanguages: ['solidity', 'json5'],
},
metadatas: [
metadata: [
{property: "og:image", content: "/img/obol_og_image.png"},
{property: "og:image:width", content: "1200"},
{property: "og:image:height", content: "630"}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"version": "docusaurus docs:version"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.9",
"@docusaurus/preset-classic": "2.0.0-beta.9",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
Expand All @@ -28,7 +28,7 @@
"url-loader": "^4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.9",
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
"@tsconfig/docusaurus": "^1.0.4",
"typescript": "^4.3.5"
},
Expand All @@ -44,4 +44,4 @@
"last 1 safari version"
]
}
}
}
8 changes: 4 additions & 4 deletions versioned_docs/version-v0.3.0/int/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Similar to how roll up technology laid the foundation for L2 scaling implementat

The Obol Network consists of four core public goods:

- The [Distributed Validator Launchpad](./dvk/01_distributed-validator-keys.md), a CLI tool and dApp for bootstrapping Distributed Validators
- [Charon](./dv/01_introducing-charon.md), a middleware client that enables validators to run in a fault-tolerant, distributed manner
- [Obol Managers](./sc/01_introducing-obol-managers.md), a set of solidity smart contracts for the formation of Distributed Validators
- [Obol Testnets](./testnet.md), a set of on-going public incentivised testnets that enable any sized operator to test their deployment before serving for the mainnet Obol Network
- The [Distributed Validator Launchpad](../dvk/01_distributed-validator-keys.md), a CLI tool and dApp for bootstrapping Distributed Validators
- [Charon](../dv/01_introducing-charon.md), a middleware client that enables validators to run in a fault-tolerant, distributed manner
- [Obol Managers](../sc/01_introducing-obol-managers.md), a set of solidity smart contracts for the formation of Distributed Validators
- [Obol Testnets](../testnet.md), a set of on-going public incentivised testnets that enable any sized operator to test their deployment before serving for the mainnet Obol Network

### Sustainable Public Goods

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v0.3.0/int/key-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A distributed validator client intercepts the validator client ↔ consensus cli
- Coming to consensus on a candidate duty for all validators to sign
- Combining signatures from all validators into a distributed validator signature

The only example of a distributed validator client built with a non-custodial middleware architecture to date is [charon](./dv/01_introducing-charon.md).
The only example of a distributed validator client built with a non-custodial middleware architecture to date is [charon](../dv/01_introducing-charon.md).

### Validator Client

Expand Down
Loading

0 comments on commit 1c244f1

Please sign in to comment.