Skip to content

Commit

Permalink
Bump versions to v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Dec 14, 2024
1 parent af49abe commit 23ce1ab
Show file tree
Hide file tree
Showing 11 changed files with 8,372 additions and 18 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,19 @@

## Compatibility

| Ogmios | Cardano-node (mainnet, preview, preprod) |
| --- | --- |
| Ogmios | Cardano-node (mainnet, preview, preprod) |
| --- | --- |
| **`v6.10.*`** | **`10.1.3`** |
| `v6.9.*` | `10.1.2` |
| `v6.8.*` | `9.2.0`, `9.1.1` |
| `v6.7.*` | `9.2.0`, `9.1.1` |
| `v6.6.*` | `9.1.1` |
| `v6.5.*` | `9.0.0`, `9.1.0` |
| `v6.4.*` | `8.9.3` |
| `v6.3.*` | `8.9.2` |
| `v6.2.*` | `8.9.0` |
| `v6.1.*` | `8.7.3` |
| `v5.6.*` | `1.35.4`, `1.35.7` |

[SanchoNet]: https://sancho.network/
| `v6.9.*` | `10.1.2`, `10.1.3` |
| `v6.8.*` | `9.2.0`, `9.1.1` |
| `v6.7.*` | `9.2.0`, `9.1.1` |
| `v6.6.*` | `9.1.1` |
| `v6.5.*` | `9.0.0`, `9.1.0` |
| `v6.4.*` | `8.9.3` |
| `v6.3.*` | `8.9.2` |
| `v6.2.*` | `8.9.0` |
| `v6.1.*` | `8.7.3` |
| `v5.6.*` | `1.35.4`, `1.35.7` |

## QuickStart

Expand Down
2 changes: 1 addition & 1 deletion docs/content/api/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "WebSocket API Reference (v6.9.*)"
title = "WebSocket API Reference (v6.10.*)"
weight = 4
chapter = false
pre = "<b>4. </b>"
Expand Down
5 changes: 5 additions & 0 deletions docs/content/api/v6.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Archive (v6.9.*)"
weight = 989
chapter = false
+++
2 changes: 1 addition & 1 deletion docs/content/http-api/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "HTTP API Reference (v6.8.*)"
title = "HTTP API Reference (v6.10.*)"
weight = 5
chapter = false
pre = "<b>5. </b>"
Expand Down
29 changes: 29 additions & 0 deletions docs/static/api/specification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ info:
- [Error codes](/mini-protocols/local-state-query/#errors)
- [LedgerState/Constitution](#operation-publish-/?QueryLedgerStateConstitution)
- [LedgerState/ConstitutionalCommittee](#operation-publish-/?QueryLedgerStateConstitutionalCommittee)
- [LedgerState/Dump](#operation-publish-/?QueryLedgerStateDump)
- [LedgerState/Epoch](#operation-publish-/?QueryLedgerStateEpoch)
- [LedgerState/EraStart](#operation-publish-/?QueryLedgerStateEraStart)
- [LedgerState/EraSummaries](#operation-publish-/?QueryLedgerStateEraSummaries)
Expand Down Expand Up @@ -260,6 +261,20 @@ channels:
oneOf:
- $ref: "#/components/messages/QueryLedgerStateConstitutionalCommitteeResponse"

/?QueryLedgerStateDump:
description: |
<p align="right"><a href="#asyncapi">Top ⬆️</a></p>
publish:
operationId: QueryLedgerStateDump
message:
oneOf:
- $ref: "#/components/messages/QueryLedgerStateDump"
subscribe:
operationId: QueryLedgerStateDumpResponse
message:
oneOf:
- $ref: "#/components/messages/QueryLedgerStateDumpResponse"

/?QueryLedgerStateEpoch:
description: |
<p align="right"><a href="#asyncapi">Top ⬆️</a></p>
Expand Down Expand Up @@ -668,6 +683,14 @@ components:
payload:
$ref: "/ogmios.json#/properties/AcquireLedgerStateResponse"

QueryLedgerStateDump:
title: QueryLedgerStateDump
name: "since v6.10.0"
description: |
Query the current epoch of the ledger.
payload:
$ref: "/ogmios.json#/properties/QueryLedgerStateDump"

QueryLedgerStateEpoch:
title: QueryLedgerStateEpoch
name: "since v6.0.0"
Expand Down Expand Up @@ -828,6 +851,12 @@ components:
payload:
$ref: "/ogmios.json#/properties/QueryNetworkTip"

QueryLedgerStateDumpResponse:
title: QueryLedgerStateDumpResponse
name: "since v6.10.0"
payload:
$ref: "/ogmios.json#/properties/QueryLedgerStateDumpResponse"

QueryLedgerStateEpochResponse:
title: QueryLedgerStateEpochResponse
name: "since v6.0.0"
Expand Down
Loading

0 comments on commit 23ce1ab

Please sign in to comment.