Skip to content

Commit

Permalink
Retire v0 endpoint SQLs
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jun 13, 2024
1 parent e8fe7d2 commit ca22600
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1,227 deletions.
2 changes: 1 addition & 1 deletion files/grest/rpc/blocks/block_tx_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ BEGIN
)
END
) AS reference_script,
REPLACE(multi_assets_descr,'fromList ','') AS asset_descr
REPLACE(multi_assets_descr,'fromList ','')::jsonb AS asset_descr
FROM
collateral_tx_out AS tx_out
INNER JOIN tx ON tx_out.tx_id = tx.id
Expand Down
2 changes: 1 addition & 1 deletion files/grest/rpc/transactions/tx_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ BEGIN
)
END
) AS reference_script,
REPLACE(multi_assets_descr,'fromList ','') AS asset_descr
REPLACE(multi_assets_descr,'fromList ','')::jsonb AS asset_descr
FROM
collateral_tx_out AS tx_out
INNER JOIN tx ON tx_out.tx_id = tx.id
Expand Down
76 changes: 0 additions & 76 deletions files/grest/rpc/v0/00_blockchain.sql

This file was deleted.

184 changes: 0 additions & 184 deletions files/grest/rpc/v0/account.sql

This file was deleted.

Loading

0 comments on commit ca22600

Please sign in to comment.