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

Fix/smc api refactoring #1209

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open

Fix/smc api refactoring #1209

wants to merge 15 commits into from

Conversation

alzinchenko
Copy link
Collaborator

  • moved the business logic from the SmcApi controller to the service;
  • used StringUtils instead of Strings;
  • renamed the ComplexKey class to ThreeValuesKey;
  • added Range interface and implementation to represent boundaries of something;
  • added query objects (ContractQuery, ContractEventQuery) for filtering smart-contracts and contract events;
  • moved Sort and Range files to utils module;

Copy link
Collaborator

@AndrewBoyarsky AndrewBoyarsky left a comment

Choose a reason for hiding this comment

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

Tests required for SmcContractServiceImpl new methods

@AndrewBoyarsky
Copy link
Collaborator

@alzinchenko Still required unit tests for SmcContractService new methods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants