Roman Zeyde

Results 503 comments of Roman Zeyde

tACK https://github.com/bitcoin/bitcoin/commit/7d301184016a3f59c2e363dff631263cdbe21da0 Tested with both [electrs](https://github.com/romanz/electrs) and [bindex](https://github.com/romanz/bindex-rs).

Low-latency HTTP request benchmark improvement - compared with https://github.com/bitcoin/bitcoin/pull/32541#discussion_r2169518557's taking ~130ms per request: ``` $ ab -k -c 1 -n 100000 http://localhost:8332/rest/txfromblock/000000000000000000017bfd05b5fa367a424c4a565a4baf7950d9e8605df8ec-5000.bin Document Path: /rest/txfromblock/000000000000000000017bfd05b5fa367a424c4a565a4baf7950d9e8605df8ec-5000.bin Document Length: 234 bytes Concurrency...

The latency of 404 response has improved too: ``` $ ab -k -c 1 -n 100000 http://localhost:8332/rest/ ... Time taken for tests: 2.876 seconds Complete requests: 100000 Failed requests: 0...

Good catch, thanks!

I will update the docs, and prepare a new signed PyPI release :)

Unfortunately, it seems the PyPI doesn't support PGP signatures :( https://blog.pypi.org/posts/2023-05-23-removing-pgp/

I will make sure the git tags are signed using https://romanzey.de/pgp.txt - so you should be able to verify them using: ``` git tag -v v0.15.0 object 868975fb0cf2941bad51d283f64e1661ace4c8f4 type commit...

Would https://github.com/romanz/trezor-agent/releases/tag/v0.15.0 be OK?

Not sure, but https://github.com/orgs/community/discussions/45830 may be an issue...

> Concept ACK Thanks! > Can you add the schema of the index and the expected arguments for the REST API to the pull request description? Sure - updated in...