Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy #11

Closed
4 tasks done
Tracked by #7
iboss-ptk opened this issue May 19, 2022 · 0 comments
Closed
4 tasks done
Tracked by #7

Deploy #11

iboss-ptk opened this issue May 19, 2022 · 0 comments
Assignees

Comments

@iboss-ptk
Copy link
Collaborator

iboss-ptk commented May 19, 2022

Deploy

The deployment process = code => [build, optimize, store-code, instantiate], which can have multiple instantiation.
Assumption is, if they use this method, they will just use the same signer...

$ beaker deploy counter --signing-account test1 
$ beaker deploy counter --signing-account test1 
$ beaker deploy counter --signing-account test1 --no-rebuild

args:

contract_name,
raw
chain_id,
signer_args,
gas_args,
timeout_height,
label

Assumptions

Todo

  • use instantiate args & copy instanitate code
  • add store-code logic before instanitate
  • make building and optimizing default, add it to the logic before all
  • add flag --no-rebuild and impl the logic
@iboss-ptk iboss-ptk changed the title Deploy (bundle the above) Deploy May 19, 2022
@iboss-ptk iboss-ptk moved this to Todo in CosmWasm Ecosystem May 19, 2022
@iboss-ptk iboss-ptk self-assigned this May 23, 2022
@iboss-ptk iboss-ptk moved this from Todo to In Progress in CosmWasm Ecosystem May 27, 2022
Repository owner moved this from In Progress to Done in CosmWasm Ecosystem May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant