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
This is not something that has worked in previous versions. I've just assumed that the nodeVersion is versioning a different thing. But seeing the comment here I realized that it actually should be the version for aztec-packages is, 0.67.1 at time of writing.
/** Version as tracked in the aztec-packages repository. */
I can't really find where it is being hard coded, but the current return-value is 0.1.0. Building a block explorer and network dashboard it would help greatly to know what version the node I'm talking to is running on.
The text was updated successfully, but these errors were encountered:
thanks for flagging this, it does appear that we manually update the package.json in our release workflow after the docker images are built, so this value reports wrong
This is not something that has worked in previous versions. I've just assumed that the
nodeVersion
is versioning a different thing. But seeing the comment here I realized that it actually should be the version foraztec-packages
is,0.67.1
at time of writing.aztec-packages/yarn-project/circuits.js/src/contract/interfaces/node-info.ts
Line 10 in c682516
I can't really find where it is being hard coded, but the current return-value is
0.1.0
. Building a block explorer and network dashboard it would help greatly to know what version the node I'm talking to is running on.The text was updated successfully, but these errors were encountered: