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

[Feature Request] Allow dev deploy deploy the package to another address #3527

Closed
jolestar opened this issue Jul 13, 2022 · 0 comments · Fixed by #3528
Closed

[Feature Request] Allow dev deploy deploy the package to another address #3527

jolestar opened this issue Jul 13, 2022 · 0 comments · Fixed by #3528
Labels
enhancement Enhancement

Comments

@jolestar
Copy link
Member

Feature Request

Describe the Feature Request

Allow dev deploy to deploy the package to another address.

In the DAO scenario, the package address is the DAO address, and the sender is a user address.

Related Code

Some(sender) => {
ensure!(*sender == package_address, "please use package address({}) account to deploy package, currently sender is {}.", package_address,sender);
}

@jolestar jolestar added the enhancement Enhancement label Jul 13, 2022
@jolestar jolestar linked a pull request Jul 13, 2022 that will close this issue
7 tasks
jolestar pushed a commit that referenced this issue Jul 13, 2022
* Fix #3527 allow dev deploy deploy the package to another address
jiangying000 pushed a commit to jiangying000/starcoin that referenced this issue Jul 22, 2022
…ddress (starcoinorg#3528)

* Fix starcoinorg#3527 allow dev deploy deploy the package to another address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant