Skip to content

Commit

Permalink
Update grest changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Aug 24, 2024
1 parent 77ec835 commit f7077c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/grest-changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1540,9 +1540,9 @@ <h3 id="new-endpoints-added">New endpoints added:<a class="headerlink" href="#ne
</ul>
<h3 id="data-inputoutput-changes">Data Input/Output Changes:<a class="headerlink" href="#data-inputoutput-changes" title="Permanent link">⚓︎</a></h3>
<ul>
<li>Input - <code>/policy_asset_mints</code> , <code>/policy_asset_info</code>, <code>/asset_info</code> - Will return latest mint transaction that has metadata (instead of latest mint transaction) details (excluding burn transactions) <a href="https://github.com/cardano-community/koios-artifacts/pull/298">#298</a></li>
<li>Input - <code>/block_tx_info</code>, <code>/tx_info</code> - <code>collateral_tx_out</code> -&gt; <code>asset_list</code> - Outputs for collateral tx out are never created on-chain and thus, cannot be queried from <code>ma_tx_out</code>. Instead a rough description of assets involved are saved , which is now returned as info from ledger. This is returned as-is from dbsync and does not adhere to <code>asset_list</code> schema we use in other endpoints. <a href="https://github.com/cardano-community/koios-artifacts/pull/298">#298</a></li>
<li>Input - <code>/tx_info</code> , <code>/block_tx_info</code> - These endpoints now require you to specify what all information you'd like to retrieve from a transaction, providing flags <code>_inputs</code> , <code>_metadata</code>, <code>_assets</code> , <code>_withdrawals</code>, <code>_certs</code>, <code>_scripts</code>, <code>_bytecode</code>, <code>_governance</code> <a href="https://github.com/cardano-community/koios-artifacts/pull/298">#298</a></li>
<li>Output - <code>/policy_asset_mints</code> , <code>/policy_asset_info</code>, <code>/asset_info</code> - Will return latest mint transaction that has metadata (instead of latest mint transaction) details (excluding burn transactions) <a href="https://github.com/cardano-community/koios-artifacts/pull/298">#298</a></li>
<li>Output - <code>/account_info</code> , <code>/pool_info</code> , <code>/pool_list</code> - Add <code>deposit</code> field to output for deposit associated with registration <a href="https://github.com/cardano-community/koios-artifacts/pull/298">#298</a></li>
<li>Output - <code>/account_info</code> - Add <code>delegated_drep</code> field to the output <a href="https://github.com/cardano-community/koios-artifacts/pull/298">#298</a></li>
<li>Output - <code>/block_tx_info</code> , <code>/tx_info</code> - Add <code>treasury_deposit</code>, <code>voting_procedures</code> and <code>proposal_procedures</code> to the output <a href="https://github.com/cardano-community/koios-artifacts/pull/298">#298</a></li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit f7077c9

Please sign in to comment.