HomePhabricator

Refactor fee rules to make them actually readable.
87cce04c1718Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Refactor fee rules to make them actually readable.

This (nearly) doesn't change fee rules at all:

  • To make it into the fee transaction area, the dPriority comparison changed from < to <=
  • We now just ignore transactions > MAX_BLOCK_SIZE/4 instead of doing some calculations to require increasingly large fees as size increases.

Details

Provenance
Matt Corallo <git@bluematt.me>Authored on May 17 2013, 10:07
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGd1020b780a14: Merge pull request #2553 from Diapolo/threads
Branches
Unknown
Tags
Unknown

Event Timeline

Matt Corallo <git@bluematt.me> committed rSTAGING87cce04c1718: Refactor fee rules to make them actually readable. (authored by Matt Corallo <git@bluematt.me>).Jun 14 2013, 11:37