Closed Isaac-DeFrain closed 5 months ago
Returns
{
"data": {
"blocks": [
{
"stateHash": "3NLSHv2xNnaKgrRmd6yuT9TE3M81qVN1w2NGs8wytHjdBNTSF4MK",
"blockHeight": 9953,
"protocolState": {
"previousStateHash": "3NKHBXudXT8fXihJBZvuiN1rn5j2U5uH3tdh4xCZwSc9dpn3hfUc"
},
"canonical": false
}
]
}
}
@trevorbernard this issue isn't correct but there's definitely a bug here
{
blocks(limit: 1, query: {canonical: true}) {
stateHash
blockHeight
protocolState {
previousStateHash
}
canonical
}
}
does return the best tip 🎉
@trevorbernard this issue isn't correct but there's definitely a bug here
So, this issue is closed, but is the bug tracked in another issue, @Isaac-DeFrain ?
It was resolved in this PR: https://github.com/Granola-Team/mina-indexer/pull/1041