KomodoPlatform / zebra

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

Add komodo miners fee validation (mempool level) #25

Closed dimxy closed 1 year ago

dimxy commented 1 year ago

Add mempool-level checks for miners fee:

Add 'absurdly high fees' check in mempool Add 'not enough fees' (less than min txfee) in mempool (if no joinsplits) Add komodo rate limiter

Take into account komodo interest

dimxy commented 1 year ago

Partially fixed for komodo interest checks in #2 TODO: add tests for komodo rate limiter

dimxy commented 1 year ago

found a bug in rate limiter result check - fixed in #43