Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Split TransactionQueue up #4855

Merged
merged 6 commits into from
Mar 15, 2019
Merged

Split TransactionQueue up #4855

merged 6 commits into from
Mar 15, 2019

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Mar 13, 2019

I cracked, and split TransactionQueue into three separate classes.

Builds on #4852.

Sorry about the size of this diff. It's mostly just moving things around.

I'm going to use this in queues and things, so it'll be useful to give it more
of a structure.
This is mostly a prerequisite for #4730, but also fits with the general theme
of "move everything off the master that we possibly can".
This is easier than having to have a million fields keyed on destination.
@richvdh richvdh requested a review from a team March 13, 2019 22:10
@codecov
Copy link

codecov bot commented Mar 13, 2019

Codecov Report

Merging #4855 into develop will decrease coverage by <.01%.
The diff coverage is 80.84%.

@@             Coverage Diff             @@
##           develop    #4855      +/-   ##
===========================================
- Coverage    75.34%   75.33%   -0.01%     
===========================================
  Files          340      342       +2     
  Lines        34939    35020      +81     
  Branches      5722     5727       +5     
===========================================
+ Hits         26324    26384      +60     
- Misses        7000     7023      +23     
+ Partials      1615     1613       -2

Copy link
Member

@erikjohnston erikjohnston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think?

@richvdh richvdh merged commit 3b7ceb2 into develop Mar 15, 2019
@richvdh richvdh deleted the rav/refactor_transaction_queue branch March 15, 2019 12:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants