-
In writing https://github.com/TheBlueMatt/rust-lightning-bitcoinrpc I almost misused ChainWatchInterface, almost calling ChannelManager::block_connected and PeerHandler::block_connected instead of onl…
-
...
-Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/moc_optionsmodel.o build/moc_optionsmodel.cpp
/usr/bin/rcc -name bitcoin src/qt/bitcoin.qrc -o qrc_bitcoin.cpp
g++ -c -pipe -fs…
-
Unrelated to any specific test, randomly a BadStatusLine might raise when reading the response.
This only happens on travis, so assigning low priority.
Recent examples:
* https://travis-ci.org/…
-
I ran into this writing a regression test; it is a weird edge case with the headers-first logic.
The setup:
Create a 200-block blockchain with blocks that have 'old' timestamps
(see https://github…
-
-
Hi - thank you for this great (and light) library!
Upon exiting the script, I often get the following warning:
```
/lib/python3.9/site-packages/httpx/_client.py:1781: UserWarning: Unclosed .
S…
-
To prepare the setup over Webbrowser in future versions, its needed to re-arrange the setup flow in that way that all setup-data (names, password, seeds, ) are gathered up-front and then are written t…
-
I'm successfully running docker-peercoind with testnet (curl test provides a result):
```
docker run -p 9904:9904 --name testnet-peercoind -d peercoin/peercoind \
-rpcallowip=0.0.0.0/0 \
-rp…
-
In this commit https://github.com/encode/httpx/commit/397aad98fdc8b7580a5fc3e88f1578b4302c6382, it is clearly stated that usage of `data` kwarg in [`BitcoinRPC.acall`](https://github.com/bibajz/bitcoi…
-
This could probably be pretty easily done by taking code from rust-lightning-bitcoinrpc: https://github.com/TheBlueMatt/rust-lightning-bitcoinrpc/blob/master/src/main.rs#L247