KomodoPlatform / zebra

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

Add check for coinbase maturity for transparent outputs #11

Closed dimxy closed 1 year ago

dimxy commented 1 year ago

Currently the original zcash/zebra restriction to spend coinbases to transparent outputs is just disabled to allow syncing to komodod nodes. We need to add code to check coinbase maturity (for SomeTransparentOutputs case)

DeckerSU commented 1 year ago

Implemented in https://github.com/KomodoPlatform/zebra/tree/patch-coinbase-maturity, also covered by unit tests.

Under tests now: full-sync, etc. When tests will be finished - will create PR in main.