-
## Goal: proof-of-principle prototype of a DAO with 8.8 million members (number of people in this Reddit).
![image](https://user-images.githubusercontent.com/325224/107363712-cf674b00-6ada-11eb-96b6-…
-
Certain complex correlated queries, e.g:
```
trino> explain select a.w_warehouse_sk from hive.tpcds_sf10_orc.warehouse a
where exists (select b.w_warehouse_sk from hive.tpcds_sf10_orc.warehouse b w…
-
Opening this issue to gather ressources and discuss the possibility of using [BLS signatures](https://www.iacr.org/archive/asiacrypt2001/22480516.pdf) in Grin.
## Pro
- Kernel aggregation
- Sim…
-
### About MuSig
For multi-signature accounts and multi-party contracts we need to implement a n-of-n MuSig protocol ([overview](https://blockstream.com/2018/01/23/musig-key-aggregation-schnorr-sign…
-
Hi guys, I'm trying to implement the statecoin protocol, I used the schnorr to handle the multisig between the server and user. We create the signature using this one
``` rust
let sighash = …
-
Currently, the multisig pallet must be used for multisig use cases. That requires each signer to at least have the existential deposit on their account and also comes with higher total fees than sendi…
-
One of the issues faced by Shasper is that bls12-381 verification can be slow. While on Shasper this can also be fixed by using native execution strategy, if the algorithm is commonly used, we may wan…
-
# Notes about MuSig in Wasabi coinjoin protocol
>Disclaimer: This is a very preliminar document where we can discuss the topic. My current understanding of the scheme is very incomplete and the imp…
-
I'm proposing that we add an ecosystem proposal to support MuSig (or similar construction) for the purpose of having a single account key which requires signatures from multiple signers.
This is hi…
-
Kusama blocks containing parachain inherent currently take a lot of time to execute. Verifying bitfield signatures take the bulk of the execution time. Would be good to optimize this. I can think a co…