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

Update contracts to use eosio.msig instead of deferred transactions #98

Open
1 of 5 tasks
michaeljyeates opened this issue Jun 16, 2020 · 2 comments
Open
1 of 5 tasks
Assignees
Labels
ContractCode new New feature or request

Comments

@michaeljyeates
Copy link
Contributor

michaeljyeates commented Jun 16, 2020

Once the new eosio.msig contract is deployed we need to update any contracts which currently send deferred transactions directly need to be updated to use eosio.msig.

The contract needs to do the following

  • new inline msig contract deployed onto jungle
  • Build the transaction normally
  • Submit that as in inline action to eosio.msig::propose
  • Submit an inline action to eosio.msig::approve for that transaction
  • Offchain, after the required delay has passed, submit eosio.msig::exec on the transaction

@see https://github.com/EOSIO/eosio.contracts/tree/v1.8.3-inline-msig

@str str added this to the dacfactory-v1.0 milestone Jun 16, 2020
@str str added ContractCode new New feature or request labels Jun 16, 2020
@dallasjohnson
Copy link
Contributor

@michaeljyeates Would you like me to take a look at this for the in-contract changes? I assume you you will be thinking about the off-chain monitoring of these transactions to be able to trigger exec via a cron job of something.

@str
Copy link
Member

str commented Jul 31, 2020

the new inline msig contract was just deployed onto jungle so i think we can start to test that now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ContractCode new New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants