ergoplatform / ergoplatform/explorer-backend
Input context extension
Open
AI friendly
Bounty 100 ERG
C-enhancement
- Dominant language
- Scala
- Stars
- 23
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Explorer APIs do not return spending proof extensions in transactions. example:
```
https://api.ergoplatform.com/api/v1/transactions/5d59530979239d16538b3dcca4fd6254a6971c236da3707943c1cefa5a5165b3
```
and the node alternative with the spending proof extensions:
```
curl -X 'GET' \
'https://node.sigmaspace.io/blockchain/transaction/byId/5d59530979239d16538b3dcca4fd6254a6971c236da3707943c1cefa5a5165b3' \
-H 'accept: application/json'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.