1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 23:08:39 +01:00
An efficient re-implementation of Electrum Server in Rust
Find a file
Roman Zeyde 3cc7625608
Allow specifying blockheader during transaction lookup via daemon
This would allow to work without daemon's txindex.

Note that seeking inside a block (on a HDD) doesn't take
too much time when compare to reading the whole block and
finding the transaction (even without client-side cache).

Next commit should add support for looking up confirmation
height for a given transaction ID (currently assumes txindex).
2018-06-02 00:43:24 +03:00
src Allow specifying blockheader during transaction lookup via daemon 2018-06-02 00:43:24 +03:00
tools Remove 0MQ Python client 2018-05-24 20:45:54 +03:00
.gitignore Ignore sublime-related files 2018-05-22 09:25:42 +03:00
.travis.yml Don't build on nightly Rust 2018-05-17 12:28:40 +03:00
Cargo.toml Stop indexing after SIGINT 2018-06-01 19:08:22 +03:00
LICENSE Add MIT license and small README 2018-04-08 23:54:29 +03:00
README.rst Update README.md 2018-05-31 15:27:24 +03:00
TODO.txt Stop indexing after SIGINT 2018-06-01 19:08:22 +03:00

Bitcoin indexer and Electrum Server in Rust
===========================================