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

Integrate multisig #310

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Integrate multisig #310

wants to merge 2 commits into from

Conversation

samuelmanzanera
Copy link
Member

This PR supports multisig for bridge contracts management.
It adds two commands:

  • deploy_multisig: convert the master chain into a multisig
  • get_router_address: to get the address of the router from the keychain service derivations

To test this PR:

  • Init the keychain: node dex init_keychain
  • Deploy the factory: node dex deploy_factory
  • Change the master to multisig: node dex deploy_multisig
  • Get the router address: node dex get_router_address
  • Fund this address (either via multisig or faucet)
  • Deploy the router without the initial funding: node dex deploy_router --without_funding
  • To update the pool with multisig: node dex update_router --with_multisig
  • Confirm the multisig transaction
    • Through the UI
    • Using the CLI: node multisig.js confirm-transaction

Others update commands have been updated as:

  • update_protocol_fee
  • update_pools
  • update_lp_fee
  • update_farms
  • update_farm_dates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant