Lucas Ontivero

Results 84 issues of Lucas Ontivero

Coinjoing requires scarce resources like CPU, memory, bandwidth and Tor circuits among others. Coinjoin clients compete for those resources with other coinjoin clients and every additional client reduces the availability...

stale

In its current state Wasabi can work with pruned nodes if they contain **all** the blocks after segwit activation height. However, pruned nodes cannot keep a transaction index and for...

size/M

### TorMonitor also uses connections from the pool Can any of these things be improved? Needs the TorMonitor to use a connection really? ### 20 * 3 retries and its...

Do not penalize so hard coins if their values can be also expressed and combination of other outputs. Imagine these are the ourputs of a cj tx and for the...

size/M

Review the dev-2.0.1 branch commit by commit and pay the debt.

When we have a right recursion we have to do something like this: ``` javascript Statements = head:Statement tail:(__ Statement)* { var result = [head]; for (var i = 0;...

feature

This guys https://bitcoinheiros.com have a couple of videos about Wasabi in Portuguese, it would be good to include them: * https://youtu.be/0tSIOUAKDyY * https://youtu.be/LTvTK0J1hRI * https://youtu.be/De1m-XXuMtA

This PR adds end-to-end support for taproot, starting by allowing the generation/management of keys under the `m/86'`derivation path and ending by allowing the participation in round that support inputs and/or...

size/XXL

This is a first step in implementing https://github.com/zkSNACKs/WalletWasabi/issues/6067 The idea is to abort in case the client detects that coins that it didn't register are included in the round. This...

size/L

Bitcoin core is moving to change the way the RBF transactions are treated because the are some hypothetical situations where opt-out transactions can be used to deny propagation of multiparty...