CPFP support (#395)

* CPFP support.

fixes #5
fixes #353
fixes #360

* Use effectiveFeePerVsize for mempool statistics.

* Renaming endpoint cpfp-info to just cpfp.

* Renaming decended to BestDescendant.

* Updating language file with new strings.
This commit is contained in:
softsimon
2021-03-18 23:47:40 +07:00
committed by GitHub
parent b2d08d69cf
commit d3c53c7406
19 changed files with 487 additions and 289 deletions

View File

@@ -11,6 +11,7 @@ export interface Transaction {
// Custom properties
firstSeen?: number;
effectiveFeePerVsize?: number;
}
export interface Recent {