question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Multisig Middleware in BnsConnection

See original GitHub issue

x/multisig allows us to create a multisig contract and update the owners per normal transactions. I also allows us to “activate” a multisig by including all needed signatures and then passing the multisig id in a middleware.

We should add support for those transactions and for the usage of multisig. This is an essential feature for launch, and even testnet security

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ethanfreycommented, May 8, 2019

It depends how you add the types.

It may be an optional field in the bcp transactions that is only supported by bns. Or you may make refinements of the types (eg. SendTransaction & WithCreator & WithMultisig) in the iov-bns package.

Requirement is only that it works for bns. How you handle clean APIs and types is your call (may affect bcp if you wish)

0reactions
willclarktechcommented, May 23, 2019

Closed in #985

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multisig Wallets Can Keep Your Coins Safer (If You Use Them ...
Multisignature wallets are cryptocurrency wallets that require two or more private keys to sign and send a transaction.
Read more >
What Is a Multisig Wallet? - Binance Academy
Multisig stands for multi-signature, a specific type of digital signature that makes it possible for two or more users to sign documents as ......
Read more >
The pitfalls of multisig when using hardware wallets
The reason for this is that companies are interested in using multisig as part of coin storage, rate-limiting, or inheritance services. If their ......
Read more >
What is a MultiSig wallet? - Bitstamp Learn Center
An exchange that supports 2-of-3 MultiSig addresses holds one private key online and keeps the second one offline on an isolated device ( ......
Read more >
What is a Multisignature (Multisig) or Shared Wallet?
A multisig wallet (also known as multisignature wallet or shared wallet) is a ... keys are not stored by BitPay or any other...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found