Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: optimize masternodes api #1

Merged
merged 1 commit into from
Sep 2, 2020
Merged

Conversation

true-eye
Copy link
Owner

@true-eye true-eye commented Sep 2, 2020

server: masternode syncing conditionally (enabled/disabled)

server: improve PR (optimize masternodes api) wiringbits#185

  • MasternodeRepository, MasternodeSynchronizerActor in seperated file

  • bind MasternodeRepository and its ActorImpl

  • Right now, have an issue with Cyclic Reference

  • fix compiler error

  • handle MasternodeNotFoundError

Code Style

  • Added second MasternodesControllerSpec2 for testing
  • ScalaFmt

server: masternodes testing added

server: MasternodesControllerSpec2 removed

MasternodesControllerSpec class name typo

server: optimize masternodes api minor updates

  • disable ActorsModule while testing
  • get -> getAll, getOne -> find
  • other minor updates

enable the ActorsModule in testing

  • unused import issue fixed

Problem

Explain the context and why you're making that change. What is the
problem you're trying to solve? In some cases there is not a problem
and this can be thought of being the motivation for your change.

Solution

Describe the modifications you've done.

Result

What will change as a result of your pull request? Note that sometimes
this section is unnecessary because it is self-explanatory based on
the solution.

If you changed the UI, please include screenshots.

server: masternode syncing conditionally (enabled/disabled)

server: improve PR (optimize masternodes api) #185

- MasternodeRepository, MasternodeSynchronizerActor in seperated file
- bind MasternodeRepository and its ActorImpl

- Right now, have an issue with Cyclic Reference

- fix compiler error

- handle MasternodeNotFoundError

Code Style

- Added second MasternodesControllerSpec2 for testing
- ScalaFmt

server: masternodes testing added

server: MasternodesControllerSpec2 removed

MasternodesControllerSpec class name typo

server: optimize masternodes api minor updates
- disable ActorsModule while testing
- get -> getAll, getOne -> find
- other minor updates

enable the ActorsModule in testing

- unused import issue fixed
@true-eye true-eye self-assigned this Sep 2, 2020
@true-eye true-eye merged commit f8b0bb7 into true-eye:develop Sep 2, 2020
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