Support Multisig Middleware in BnsConnection
See original GitHub issuex/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:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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)
Closed in #985