KomodoPlatform / zebra

An ongoing Rust implementation of a Komodo node. 🦓
Apache License 2.0
3 stars 5 forks source link

Patch komodo checkpoint fix check fork #37

Closed dimxy closed 1 year ago

dimxy commented 1 year ago

Refactored komodo_checkpoint and komodo_get_last_block_time as dedicated function, fixed komodo_check_fork_is_valid so finds a branch with nota not assuming nota always in the best chain

dimxy commented 1 year ago

I also rebased the original patch-komodo-checkpoint that's why it's so many commits

dimxy commented 1 year ago

adds a fix to #10 (fix komodo_check_fork_is_valid function so it does not assume that a nota exists in the best chain)

dimxy commented 1 year ago

see also this https://github.com/KomodoPlatform/zebra/issues/10#issuecomment-1476782527

dimxy commented 1 year ago

included in #45