-
Suppose that there are:
- multisig account `msa01` whose signatories are `sig0` and `sig1`
- accounts `sig0` and `sig1`, each has the multisig role for `msa01`
They can be inconsistent e.g. mul…
-
# 🚀 Feature Request Description
Add the ability to simulate a transaction that would be proposed to a multisig account without requiring the transaction to be actually proposed first.
## Motivat…
-
There’s no way for a new member in a multisig to catch up with all previously created registry in a multisig.
version: Current stable release latest/0.2.0-dev4 (2024-11-05)
I’ve created a test c…
-
## Use Case
When working with multisig transactions on Aptos, we often need to encode an `EntryPayload` as a parameter for another transaction. A common example is using `aptos_framework::multisig_…
-
Working on New MultiSig wallet for EuCardano
- [ ] item 1
- [ ] item 2
- [ ] item 3
- [ ] item 4
-
using @sqds/multisig 2.1.3 i run
```
const ix = await multisig.instructions.vaultTransactionExecute({
multisigPda: new PublicKey(multisigAddress),
transactionIndex,
member:…
-
### **Issue Description**
The `multisig_wallet.scilla` contract (referenced in ZRC-4) cannot be deployed on Zilliqa version `v0.3.1-215-g615768e-dirty`. The deployment consistently fails with the fol…
-
We need a way to manage upgrades for chains that use a multisig like OP Mainnet. To do this, we'll need a special broadcaster type for multisig transactions. This broadcaster will aggregate broadcasts…
-
Now that multisig is considered unsafe/experimental, you cannot create and use multisig wallets via RPC, there is no command to enable it for the wallet, so it will always fail unless you create a hac…
-
### Topic Type
User Experience
### Detail of the issue
应用场景中需要构造一个比较复杂的交易,inputs里面既有多签,又有其他的lockscript。
将交易转换成offline交易,用Neuron进行离线多签(提前已经配置好多签地址),报签名失败。
之前用简单的转账交易试过是ok的,所以怀疑是交易input里包含其他locks…