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
api: fetch blocks and transactions from indexer rather than app BlockStore
these endpoints now fetch blocks from indexer, return just `header` and include `txCount`
* /chain/blocks
* /chain/blocks/{height}
* /chain/blocks/hash/{hash}
this new endpoint fetches the full tx from indexer, and includes `subtype` and `signer` fields
* /chain/transactions/{hash}
this legacy endpoint is now marked as deprecated
* /chain/transactions/{height}/{index}
this endpoint now accepts more filter params (subtype, signer)
* /chain/transactions
refactor:
* api: rename chainBlockHandler -> chainBlockByHeightHandler
0 commit comments