rust-lightning-bitcoinrpc icon indicating copy to clipboard operation
rust-lightning-bitcoinrpc copied to clipboard

See https://github.com/lightningdevkit/ldk-sample instead.

Results 7 rust-lightning-bitcoinrpc issues
Sort by recently updated
recently updated
newest added

This is a simpler alternative to #8 . Instead of using enums like @TheBlueMatt suggested, I simply handle all arguments as strings and remove the bool type, the type that...

This should make it much easier to add, remove or document parameters. There's probably hundreds of better argument parsers, but I wasn't able to chose, passing integration tetes shouldn't take...

On top of https://github.com/rust-bitcoin/rust-lightning/pull/566

I mined 400 blocks on the backing bitcoind node (pretty normal workflow iiuc for activating segwit?) and got a stack overflow: ``` Connecting block 5903c88b64b4fe48956584008c6c35ef3cfac2b2a0be8fb03ed999dec72648b9 2020-03-03 22:05:34 TRACE [lightning::ln::channelmanager:2858] Block...

I have 2 instances running on different ports. I try to open a channel between them: ``` > n 0264868880feff31f445c1118928974b29d61257c936183e2ede395f254d0eaaaa 10000 5000 Channel created, sending open_channel! > TRACE [lightning::ln::peer_handler :...

At some point, it would be nice if rust-lightning passed in the integration tests in https://github.com/cdecker/lightning-integration . That can happen long before any daemon based on it is ready for...