Skip to content

chore(crypto): add static fee exceptions#3214

Merged
faustbrian merged 1 commit intodevelopfrom
faustbrian-patch-1
Nov 6, 2019
Merged

chore(crypto): add static fee exceptions#3214
faustbrian merged 1 commit intodevelopfrom
faustbrian-patch-1

Conversation

@faustbrian
Copy link
Contributor

@faustbrian faustbrian commented Nov 6, 2019

Summary

Exceptions for 312abcf

SELECT id FROM transactions WHERE type = 0 AND type_group = 2 AND fee < 5000000000;
SELECT id FROM transactions WHERE type = 1 AND type_group = 2 AND fee < 5000000000;
SELECT id FROM transactions WHERE type = 2 AND type_group = 2 AND fee < 5000000000;
SELECT id FROM transactions WHERE type = 3 AND type_group = 2 AND fee < 5000000000;
SELECT id FROM transactions WHERE type = 4 AND type_group = 2 AND fee < 5000000000;
SELECT id FROM transactions WHERE type = 5 AND type_group = 2 AND fee < 5000000000;

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@ghost ghost added Complexity: Low labels Nov 6, 2019
@codecov
Copy link

codecov bot commented Nov 6, 2019

Codecov Report

Merging #3214 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #3214   +/-   ##
========================================
  Coverage    49.08%   49.08%           
========================================
  Files          428      428           
  Lines        12068    12068           
  Branches      1623     1623           
========================================
  Hits          5924     5924           
  Misses        6123     6123           
  Partials        21       21

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb2c9a3...4252b68. Read the comment docs.

@faustbrian faustbrian marked this pull request as ready for review November 6, 2019 07:04
@faustbrian faustbrian merged commit b31d758 into develop Nov 6, 2019
@ghost ghost deleted the faustbrian-patch-1 branch November 6, 2019 07:05
@ghost ghost removed the Status: Needs Review label Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant