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
I think it would be great if we can prevent beaker from uploading the same contract multiple times on the testnet. For example keep track of hashes/uploader address and if a hash was previously uploaded by the same address then return the existing code instead.
I think it would be great if we can prevent beaker from uploading the same contract multiple times on the testnet. For example keep track of hashes/uploader address and if a hash was previously uploaded by the same address then return the existing code instead.
Upload contract:
Keep track of the
artifact/counter.wasm
hash & code_id and admin address?If the users runs the same command again and the hash of the wasm is the same as the one previously uploaded, then return the code_id instead.
This can be added as low priority to the backlog for now.
The text was updated successfully, but these errors were encountered: