Skip to content

Commit 98f4c5a

Browse files
committed
deploy: caf52a6
1 parent 3331aa1 commit 98f4c5a

File tree

622 files changed

+4147
-2516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

622 files changed

+4147
-2516
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang=en class="js csstransforms3d"><head><meta charset=utf-8><meta name=description content="User manual for Ogmios, a lightweight protocol translation service for Cardano."><meta name=author content="KtorZ <matthias.benkort@gmail.com>"><link rel=icon href=/images/favicon.png type=image/png><title>404 Page not found</title><link href=/css/nucleus.css?1749560470 rel=stylesheet><link href=/css/fontawesome-all.min.css?1749560470 rel=stylesheet><link href=/css/hybrid.css?1749560470 rel=stylesheet><link href=/css/featherlight.min.css?1749560470 rel=stylesheet><link href=/css/perfect-scrollbar.min.css?1749560470 rel=stylesheet><link href=/css/theme.css?1749560470 rel=stylesheet><link href=/css/hugo-theme.css?1749560470 rel=stylesheet><link href=/css/theme-mine.css?1749560470 rel=stylesheet><style>:root #header+#content>#left>#rlblock_left{display:none!important}p,li,ul{text-align:center}ul{list-style-type:none}</style><style type=text/css>table.clients img{width:96px!important;height:96px!important}@media(max-width:900px){table.clients tr{display:flex;flex-direction:column}table.clients img{width:128px!important;height:128px!important}}table.users{text-align:center;table-layout:fixed;border:none;border-collapse:collapse}table.users td{padding:0;border:none}table.users img{min-width:100px;max-width:100px;max-height:100px;margin:1rem auto!important;border-radius:50%}@media(max-width:1200px){table.users img{min-width:70px;max-width:70px;max-height:70px;margin:.75rem auto!important}table.users tr:nth-child(2n){display:none}}@media(max-width:900px){table.users img{min-width:60px;max-width:60px;max-height:60px;margin:.5rem auto!important}}@media(max-width:500px){table.users img{min-width:40px;max-width:40px;max-height:40px;margin:.5rem .25rem}}</style></head><body data-url=/><section id=body style=margin-left:0><div id=overlay></div><div id=chapter><div id=body-inner><h1>Error</h1><p></p><p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p><p></p><p><a href=/>Go to homepage</a></p><p><img src=/images/gopher-404.jpg style=width:50% alt="Page not found!"></p></div></div></section></body></html>
1+
<!doctype html><html lang=en class="js csstransforms3d"><head><meta charset=utf-8><meta name=description content="User manual for Ogmios, a lightweight protocol translation service for Cardano."><meta name=author content="KtorZ <matthias.benkort@gmail.com>"><link rel=icon href=/images/favicon.png type=image/png><title>404 Page not found</title><link href=/css/nucleus.css?1749746570 rel=stylesheet><link href=/css/fontawesome-all.min.css?1749746570 rel=stylesheet><link href=/css/hybrid.css?1749746570 rel=stylesheet><link href=/css/featherlight.min.css?1749746570 rel=stylesheet><link href=/css/perfect-scrollbar.min.css?1749746570 rel=stylesheet><link href=/css/theme.css?1749746570 rel=stylesheet><link href=/css/hugo-theme.css?1749746570 rel=stylesheet><link href=/css/theme-mine.css?1749746570 rel=stylesheet><style>:root #header+#content>#left>#rlblock_left{display:none!important}p,li,ul{text-align:center}ul{list-style-type:none}</style><style type=text/css>table.clients img{width:96px!important;height:96px!important}@media(max-width:900px){table.clients tr{display:flex;flex-direction:column}table.clients img{width:128px!important;height:128px!important}}table.users{text-align:center;table-layout:fixed;border:none;border-collapse:collapse}table.users td{padding:0;border:none}table.users img{min-width:100px;max-width:100px;max-height:100px;margin:1rem auto!important;border-radius:50%}@media(max-width:1200px){table.users img{min-width:70px;max-width:70px;max-height:70px;margin:.75rem auto!important}table.users tr:nth-child(2n){display:none}}@media(max-width:900px){table.users img{min-width:60px;max-width:60px;max-height:60px;margin:.5rem auto!important}}@media(max-width:500px){table.users img{min-width:40px;max-width:40px;max-height:40px;margin:.5rem .25rem}}</style></head><body data-url=/><section id=body style=margin-left:0><div id=overlay></div><div id=chapter><div id=body-inner><h1>Error</h1><p></p><p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p><p></p><p><a href=/>Go to homepage</a></p><p><img src=/images/gopher-404.jpg style=width:50% alt="Page not found!"></p></div></div></section></body></html>

api/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

api/specification.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ info:
3434
- [ledgerState/rewardAccountSummaries](#operation-publish-/?QueryLedgerStateRewardAccountSummaries)
3535
- [ledgerState/rewardsProvenance](#operation-publish-/?QueryLedgerStateRewardsProvenance)
3636
- [ledgerState/stakePools](#operation-publish-/?QueryLedgerStateStakePools)
37+
- [ledgerState/stakePoolsPerformances](#operation-publish-/?QueryLedgerStateStakePoolsPerformances)
3738
- [ledgerState/tip](#operation-publish-/?QueryLedgerStateTip)
3839
- [ledgerState/treasuryAndReserves](#operation-publish-/?QueryLedgerStateTreasuryAndReserves)
3940
- [ledgerState/utxo](#operation-publish-/?QueryLedgerStateUtxo)
@@ -476,6 +477,20 @@ channels:
476477
oneOf:
477478
- $ref: "#/components/messages/QueryLedgerStateStakePoolsResponse"
478479

480+
/?QueryLedgerStateStakePoolsPerformances:
481+
description: |
482+
<p align="right"><a href="#asyncapi">Top ⬆️</a></p>
483+
publish:
484+
operationId: QueryLedgerStateStakePoolsPerformances
485+
message:
486+
oneOf:
487+
- $ref: "#/components/messages/QueryLedgerStateStakePoolsPerformances"
488+
subscribe:
489+
operationId: QueryLedgerStateStakePoolsPerformancesResponse
490+
message:
491+
oneOf:
492+
- $ref: "#/components/messages/QueryLedgerStateStakePoolsPerformancesResponse"
493+
479494
/?QueryLedgerStateTip:
480495
description: |
481496
<p align="right"><a href="#asyncapi">Top ⬆️</a></p>
@@ -842,6 +857,14 @@ components:
842857
payload:
843858
$ref: "/ogmios.json#/properties/QueryLedgerStateStakePools"
844859

860+
QueryLedgerStateStakePoolsPerformances:
861+
title: QueryLedgerStateStakePoolsPerformances
862+
name: "since v6.13.0"
863+
description: |
864+
Query details about pools performances indicators for the ongoing epoch.
865+
payload:
866+
$ref: "/ogmios.json#/properties/QueryLedgerStateStakePoolsPerformances"
867+
845868
QueryLedgerStateTip:
846869
title: QueryLedgerStateTip
847870
name: "since v6.0.0"
@@ -1006,6 +1029,12 @@ components:
10061029
payload:
10071030
$ref: "/ogmios.json#/properties/QueryLedgerStateStakePoolsResponse"
10081031

1032+
QueryLedgerStateStakePoolsPerformancesResponse:
1033+
title: QueryLedgerStateStakePoolsPerformancesResponse
1034+
name: "since v6.13.0"
1035+
payload:
1036+
$ref: "/ogmios.json#/properties/QueryLedgerStateStakePoolsPerformancesResponse"
1037+
10091038
QueryLedgerStateTipResponse:
10101039
title: QueryLedgerStateTipResponse
10111040
name: "since v6.0.0"

0 commit comments

Comments
 (0)