Skip to content

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

@michaeljyeates

Description

@michaeljyeates

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

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions