Results 45 comments of Marton

@JoeGruffins since these adaptor signatures use schnorr signatures rather than ecdsa as was in the C library, I've updated the tx scripts to use `OP_CHECKSIGALT` instead of `OP_CHECKMULTISIG`.

> I haven't looked at the DLEQ dep for correctness, but aside from the last nit in my most recent comment, the adaptor sig code looks accurate and reasonably efficient....

We can only see the transactions that were made by an address, not ones that sent funds to an address. To see the receiving transactions, we will need to connect...

> Could you please test this on simnet. Looks like it did the internal transfers, but I got a bunch of negative balance errors. I've taken out the logs for...

We should change it to be called "RPC provider" instead of "API provider"

Same issue using intel mac on v26.0.

> This works with eth pol ? Those aren't tokens right. I thought it would just be tokens. It bridges between ETH on Ethereum and weth on Polygon, and between...

I've removed support for bridging the POL token. It requires a different type of bridging involving multiple completion transactions when withdrawing to Ethereum. I'll add it in a follow-up.