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

Adding upgrade functionality & meta tx #6

Merged
merged 6 commits into from
Mar 24, 2021
Merged

Adding upgrade functionality & meta tx #6

merged 6 commits into from
Mar 24, 2021

Conversation

ilblackdragon
Copy link
Contributor

@ilblackdragon ilblackdragon commented Mar 21, 2021

  • Adds new method with parameters to configure the contract
  • Adds stage_upgrade to upload upgrade
  • Adds deploy_upgrade to execute upgrade after pre-specified delay
  • Adds meta_call to execute meta tx call (fixes Implement meta_call function in contract #4)

@artob artob self-assigned this Mar 21, 2021
@ilblackdragon ilblackdragon changed the title Adding upgrade functionality Adding upgrade functionality & meta tx Mar 22, 2021
Copy link
Contributor

@artob artob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thanks for this, @ilblackdragon!

@artob artob added the C-enhancement Category: New feature or request label Mar 24, 2021
@artob artob merged commit 2657f23 into master Mar 24, 2021
@artob artob deleted the upgrade branch March 24, 2021 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement meta_call function in contract
3 participants