Is this project still maintained?
I see the last commit is from August 2020. Does this mean the code is now stable and feature complete, or it means this project is not maintained anymore?
thanks
There are still quite a few numbers of TODOs in the source code. The implementation of script interpreter is apparently still not complete.
I somehow decided to finish some of the TODOs of the project by myself (ie. mainly to support classifying Multisig script.)
https://github.com/Congyuwang/BitcoinQueryPy
- Uses rust/bitcoin library.
- Add support for txindex levelDB, allowing looking up transactions by
txid. - Add support for MUlTISIG script identification and address extraction.
It is no longer actively maintained, once a year I touch it again if I want to get some analytics data, however with #62 it shouldn't require much of attention since most of the moving parts are outsourced to rust-bitcoin.
Functionality of #62 has been implemented, most of major issues have been fixed but there are still a few rough edges, especially for altcoins.
For bitcoin this can be considered maintained