Rusty Russell

Results 308 comments of Rusty Russell

Did you get that transaction from the logs, or the return from the withdraw command? Because it's clearly unfinished... 🤔

Right, so the bug is withdraw returning an unsigned tx. You should, meanwhile, be able to sendpsbt the psbt it returned...

1. STRICT Tables: Enable for developer/testing environments (SQLite 3.37.0+) This seems good, except that it should be enabled by the --developer flag, not random environment variables. We get much of...

This involves: 1. Getting access to category info * Plugins have this I think? May need to expose it. * Builtins have this in documentation, we can extract this for...

BTW, our plan is to deprecate pay in favor of xpay....

I'm deferring this one, as it will need significant rework for the rebase. In particular, we are going to have a way of overriding entropy, so this should use that.

See also: #8425

I wonder if we should avoid -Werror if we're not doing a debug build?

Thanks! Great find! Since this is your first PR I'm going to nitpick! 1. Please write a quick test (perhaps in tests/test_misc.py) which triggers this: you can have it call...