Skip to content

Commit

Permalink
deploy: 4fb639f
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 21, 2024
1 parent 834751b commit 5ece112
Show file tree
Hide file tree
Showing 584 changed files with 4,064 additions and 2,243 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"><link rel=icon href=/images/favicon.png type=image/png><title>404 Page not found</title><link href=/css/nucleus.css?1726920596 rel=stylesheet><link href=/css/fontawesome-all.min.css?1726920596 rel=stylesheet><link href=/css/hybrid.css?1726920596 rel=stylesheet><link href=/css/featherlight.min.css?1726920596 rel=stylesheet><link href=/css/perfect-scrollbar.min.css?1726920596 rel=stylesheet><link href=/css/theme.css?1726920596 rel=stylesheet><link href=/css/hugo-theme.css?1726920596 rel=stylesheet><link href=/css/theme-mine.css?1726920596 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>
<!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 <[email protected]>"><link rel=icon href=/images/favicon.png type=image/png><title>404 Page not found</title><link href=/css/nucleus.css?1726935200 rel=stylesheet><link href=/css/fontawesome-all.min.css?1726935200 rel=stylesheet><link href=/css/hybrid.css?1726935200 rel=stylesheet><link href=/css/featherlight.min.css?1726935200 rel=stylesheet><link href=/css/perfect-scrollbar.min.css?1726935200 rel=stylesheet><link href=/css/theme.css?1726935200 rel=stylesheet><link href=/css/hugo-theme.css?1726935200 rel=stylesheet><link href=/css/theme-mine.css?1726935200 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>
48 changes: 47 additions & 1 deletion api/cardano.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
}
, "era":
{ "type": "string"
, "enum": [ "shelley", "allegra", "mary", "alonzo", "babbage" ]
, "enum": [ "shelley", "allegra", "mary", "alonzo", "babbage", "conway" ]
}
, "id": { "$ref": "cardano.json#/definitions/Digest<Blake2b, 256>" }
, "ancestor":
Expand Down Expand Up @@ -1464,6 +1464,52 @@
}
}

, "GovernanceProposalState":
{ "title": "GovernanceProposalState"
, "type": "object"
, "additionalProperties": false
, "required": [ "proposal", "action", "deposit", "returnAccount", "metadata", "since", "until", "votes" ]
, "properties":
{ "proposal":
{ "$ref": "cardano.json#/definitions/GovernanceProposalReference"
}
, "deposit":
{ "$ref": "cardano.json#/definitions/Value<AdaOnly>"
}
, "returnAccount":
{ "$ref": "cardano.json#/definitions/RewardAccount"
}
, "metadata":
{ "$ref": "cardano.json#/definitions/Anchor"
}
, "action":
{ "$ref": "cardano.json#/definitions/GovernanceAction"
}
, "since":
{ "type": "object"
, "additionalProperties": false
, "required": ["epoch"]
, "properties":
{ "epoch": { "$ref": "cardano.json#/definitions/Epoch" }
}
}
, "until":
{ "type": "object"
, "additionalProperties": false
, "required": ["epoch"]
, "properties":
{ "epoch": { "$ref": "cardano.json#/definitions/Epoch" }
}
}
, "votes":
{ "type": "array"
, "items":
{ "$ref": "cardano.json#/definitions/GovernanceVote"
}
}
}
}

, "GovernanceVote":
{ "title": "GovernanceVote"
, "description": "A vote on a governance proposal. The 'anchor' is optional and 'proposal' is only present from Conway onwards. Before Conway, a vote would always refer to all proposals part of the same transaction."
Expand Down
6 changes: 3 additions & 3 deletions api/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/v5.6/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/v6.0/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/v6.1/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/v6.2/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/v6.3/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/v6.4/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/v6.5/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/v6.6/index.html

Large diffs are not rendered by default.

48 changes: 47 additions & 1 deletion cardano.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
}
, "era":
{ "type": "string"
, "enum": [ "shelley", "allegra", "mary", "alonzo", "babbage" ]
, "enum": [ "shelley", "allegra", "mary", "alonzo", "babbage", "conway" ]
}
, "id": { "$ref": "cardano.json#/definitions/Digest<Blake2b, 256>" }
, "ancestor":
Expand Down Expand Up @@ -1464,6 +1464,52 @@
}
}

, "GovernanceProposalState":
{ "title": "GovernanceProposalState"
, "type": "object"
, "additionalProperties": false
, "required": [ "proposal", "action", "deposit", "returnAccount", "metadata", "since", "until", "votes" ]
, "properties":
{ "proposal":
{ "$ref": "cardano.json#/definitions/GovernanceProposalReference"
}
, "deposit":
{ "$ref": "cardano.json#/definitions/Value<AdaOnly>"
}
, "returnAccount":
{ "$ref": "cardano.json#/definitions/RewardAccount"
}
, "metadata":
{ "$ref": "cardano.json#/definitions/Anchor"
}
, "action":
{ "$ref": "cardano.json#/definitions/GovernanceAction"
}
, "since":
{ "type": "object"
, "additionalProperties": false
, "required": ["epoch"]
, "properties":
{ "epoch": { "$ref": "cardano.json#/definitions/Epoch" }
}
}
, "until":
{ "type": "object"
, "additionalProperties": false
, "required": ["epoch"]
, "properties":
{ "epoch": { "$ref": "cardano.json#/definitions/Epoch" }
}
}
, "votes":
{ "type": "array"
, "items":
{ "$ref": "cardano.json#/definitions/GovernanceVote"
}
}
}
}

, "GovernanceVote":
{ "title": "GovernanceVote"
, "description": "A vote on a governance proposal. The 'anchor' is optional and 'proposal' is only present from Conway onwards. Before Conway, a vote would always refer to all proposals part of the same transaction."
Expand Down
6 changes: 3 additions & 3 deletions categories/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions changelog/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 5ece112

Please sign in to comment.