issues
search
gcarq
/
rusty-blockparser
Bitcoin Blockchain Parser written in Rust language
GNU General Public License v3.0
370
stars
145
forks
source link
Update unspentcsvdump
#59
Closed
gcarq
closed
4 years ago
gcarq
commented
4 years ago
remove unneeded
Vec<u8> -> String
conversions of txids
remove block height in serialized data to improve memory footprint
improve hashmap lookup performance
Vec<u8> -> String
conversions of txids