gcarq / rusty-blockparser

Bitcoin Blockchain Parser written in Rust language
GNU General Public License v3.0
370 stars 145 forks source link

Is this project still maintained? #73

Closed mariopaolo closed 1 year ago

mariopaolo commented 3 years ago

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

Congyuwang commented 3 years ago

There are still quite a few numbers of TODOs in the source code. The implementation of script interpreter is apparently still not complete.

Congyuwang commented 3 years ago

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

gcarq commented 2 years ago

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.

gcarq commented 1 year ago

Functionality of #62 has been implemented, most of major issues have been fixed but there are still a few rough edges, especially for altcoins.

gcarq commented 1 year ago

For bitcoin this can be considered maintained