Commit 101bde5
committed
Merge #300: Add HTTPS to supported RPC Proxy protocols
2fabb36 Add HTTPS to supported RPC Proxy protocols (mhh)
Pull request description:
Allows using HTTPS URLs when configuring a Bitcoin proxy:
```python
import bitcoin.rpc
btc_proxy = bitcoin.rpc.Proxy(
service_url="https://<some-rpc-id>.btc.quiknode.pro/<api-secret>"
)
```
Top commit has no ACKs.
Tree-SHA512: 190dd5ce30e4a31da81c5a06161739b10e34279458821fa0c4be952033d6aaf7a0380e3edecd49c6b9f0984f6d62488e9f5be1efe50f683bab5edca0c2d137521 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
226 | | - | |
227 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
228 | 235 | | |
229 | 236 | | |
230 | 237 | | |
| |||
0 commit comments