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
We deploy a "tardis" contract that uses at-block to pull historical information from CityCoins contracts. It's a very basic contract and used in conjunction with a vote contract as seen here:
The core contract that the tardis contract queries for information did increase slightly in size, and I think I have a workaround, but it would've been nice if the cost testing showed this could be a potential issue.
We deploy a "tardis" contract that uses
at-block
to pull historical information from CityCoins contracts. It's a very basic contract and used in conjunction with a vote contract as seen here:For an upcoming vote, we've deployed a new tardis / GitHub and it is failing because it exceeds the read length (107905 / 100000):
When testing a similar, local version of the contract, the output of
clarinet test --costs
shows this value as much lower:The core contract that the tardis contract queries for information did increase slightly in size, and I think I have a workaround, but it would've been nice if the cost testing showed this could be a potential issue.
See citycoins/contracts#208 for more detail.
The text was updated successfully, but these errors were encountered: