KomodoPlatform / zebra

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

Add test for chain value pool with interest #57

Open dimxy opened 1 year ago

dimxy commented 1 year ago

Motivation

We need a test to verify komodo code changes related to interest calculation are valid. In this case we need to verify that the code that calculates chain value pool (with interest) works correctly.

Related Work

See other tests that verify that interest is calculated correctly for given tx lock time and tests that verify the code that validates that the tx lock time is not too old.