pandanite-crypto / pandanite

Simple, elegant, fast, Layer-1 blockchain based cryptocurrency written in 6k lines of C++
MIT License
30 stars 40 forks source link

update merkle tree and add sha utils #118

Closed HavekHD closed 1 year ago

HavekHD commented 1 year ago

I am not a c++ expert so please review carefully before merging. I have not reviewed all of the sources thoroughly so the sha utils may be addressed somewhere else and not necessary.

This could also break pools since most are using the old merkle implementation. Please review fully and correct any mistakes I may have made or do not merge at all if it does not seem to be an improvement.

J-Ttt commented 1 year ago

Needs to be tested first

HavekHD commented 1 year ago

Do not merge I need to redefine the hasher function which should make it easier if we ever move from sha. I will update more over the weekend

HavekHD commented 1 year ago

Closed until further refined