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
RN, dev-deploy.sh always redeploys the contract. This is slow, unnecessary, and it bloats NEAR's testnet.
Tasks:
Create a script that: 1) checksums the contract source, 2) if a checksum file (let's call it contract.sum) DNE or it contains a different checksum, then write to the checksum file and output a truthy value, otherwise output a falsy value
In dev-deploy.sh, only deploy the contract if the checksum script outputs a truthy value.
The text was updated successfully, but these errors were encountered:
RN,
dev-deploy.sh
always redeploys the contract. This is slow, unnecessary, and it bloats NEAR's testnet.Tasks:
contract.sum
) DNE or it contains a different checksum, then write to the checksum file and output a truthy value, otherwise output a falsy valuedev-deploy.sh
, only deploy the contract if the checksum script outputs a truthy value.The text was updated successfully, but these errors were encountered: