You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
If we want to keep the UI for block detail pages useful (with the ability to see the breakdown of transaction types in each block, like this:
), then we would probably need 2 related API changes:
inside the block 'metadata' (/blocks/:height), if we could get a breakdown of the transaction types, in addition to the transaction_count field, we could populate the transaction types widget at the top with that info. For example:
We would need the ability to filter by transaction types when fetching the transactions from a block. Right now there is just /blocks/:height/transactions, and a cursor query param. We would need a filter_types param like the /activity endpoint has.
The text was updated successfully, but these errors were encountered:
Related to this PR for Explorer: helium/explorer#718
If we want to keep the UI for block detail pages useful (with the ability to see the breakdown of transaction types in each block, like this:
), then we would probably need 2 related API changes:
/blocks/:height
), if we could get a breakdown of the transaction types, in addition to thetransaction_count
field, we could populate the transaction types widget at the top with that info. For example:/blocks/:height/transactions
, and acursor
query param. We would need afilter_types
param like the/activity
endpoint has.The text was updated successfully, but these errors were encountered: