2021-06-07 12:12:15 +02:00
|
|
|
* utxo data encryption for recipient as for mining
|
|
|
|
- combine privkey hash and ethereum public key = address
|
2021-06-09 12:56:33 +02:00
|
|
|
* outputs merging (second snark with 32 inputs) (poma)
|
|
|
|
* wasmsnark (poma)
|
2021-06-07 12:12:15 +02:00
|
|
|
* relayer
|
2021-06-09 12:56:33 +02:00
|
|
|
|
|
|
|
* design
|
|
|
|
* race condition ? (sequencer or something)
|
|
|
|
* the current trusted setup is not secure
|
2021-06-15 22:02:59 +02:00
|
|
|
|
|
|
|
How we do transaction inside pool of A amount.
|
|
|
|
1. sort inputs by amount
|
|
|
|
2. try to take 1 or 2 smallest inputs to satisfy A amount. Get 16 inputs if it's not possible using the same way
|
|
|
|
3. Also you can always use transaction to merge your inputs with change (especially in 16 inputs case)
|