Closed filo87 closed 6 months ago
Manual and CLI deployments of the same code lead to diferent results. CLI deployments lead to empty investorTransactions.
investorTransactions
The same code has been deployed to different slots of pools-multichain project:
pools-multichain
This leads to the following environments:
When the environments are fully synced, when performing the following query
{investorTransactions {nodes { id } } }
Different results are observed
Manual deployment query: https://api.subquery.network/sq/centrifuge/pools-multichain?query={investorTransactions{nodes{id}}}
CLI deployment query: https://api.subquery.network/sq/centrifuge/pools-multichain__Y2Vud?query={investorTransactions{nodes{id}}}
and also the total amount of entries differs:
UPDATE DEPLOYMENT
looks like this solves our issue: 3258b2854e37ba93f2bf70c383c649928002916e
Summary
Manual and CLI deployments of the same code lead to diferent results. CLI deployments lead to empty
investorTransactions
.Description
The same code has been deployed to different slots of
pools-multichain
project:This leads to the following environments:
When the environments are fully synced, when performing the following query
Different results are observed
Manual deployment query: https://api.subquery.network/sq/centrifuge/pools-multichain?query={investorTransactions{nodes{id}}}
CLI deployment query: https://api.subquery.network/sq/centrifuge/pools-multichain__Y2Vud?query={investorTransactions{nodes{id}}}
and also the total amount of entries differs:
Further observations:
UPDATE DEPLOYMENT
on the staging environment leads to an invalid multichain CID