Tobin C. Harding

Results 48 comments of Tobin C. Harding

Once #117 through #121 are in I'm going to pick this up and try and rebase it, do you know of any landmines I should know about @apoelstra or @stevenroose?

Adding HTTPS support by way of `minreq` shouldn't be too hard. I doubt it is that much work, for my part I don't like doing things unless I at least...

`minreq` is implemented now and it provides HTTPS, this can be closed.

I think we should move this crate after merging my recent flurry of PRs - #117 - #119 - #120 - #121 - #123

What if we move the new `rust-bitcoind-json-rpc` to `rust-bitcoin` org and put `jsonrpc` crate inside that repo? Its the same reviewers and the same domain.

I"d love it if you took over. Feel free to use any of my work, change it, or drop it as you see fit. No attribution needed. FTR we need...

Hey @oleonardolima you should be good to go after this one goes in: https://github.com/rust-bitcoin/rust-miniscript/pull/688

> > for example what's the benefit here of inlining > > It allows cross-crate inlining without LTO. > > IIUC, by default, an rlib will contain an optimized representation...

I've smashed a bunch of PRs into `rust-bitcoincore-rpc`, if you have any clock cycles spare to review, ACK, NACK, or comment, that would be super useful, thanks.