Describe the problem you discovered
On the testnet, the following request return an error
query {
networkTransactions(page:${page}, type:"hosting") {
address
chainLength
validationStamp {
timestamp
}
data {
}
}
If you remode data / content, the request is ok
It seems that one content provide the crash
Describe the solution you'd like
The invalid content is correctly manages
Epic
No response
Describe the problem you discovered
On the testnet, the following request return an error
query {
networkTransactions(page:${page}, type:"hosting") {
address
chainLength
validationStamp {
timestamp
}
data {
}
}
If you remode data / content, the request is ok
It seems that one content provide the crash
Describe the solution you'd like
The invalid content is correctly manages
Epic
No response