Uh oh!
There was an error while loading. Please reload this page.
Fix/smc api refactoring - #1209
Conversation
alzinchenko
commented
Jan 19, 2022
- 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;
…pollo into fix/smc-api-refactoring
…pollo into fix/smc-api-refactoring
…boundaries of something; added query objects (ContractQuery, ContractEventQuery) for filtering smart-contracts and contract events; moved Sort and Range files to utils module;
…into fix/smc-api-refactoring
…into fix/smc-api-refactoring
Uh oh!
There was an error while loading. Please reload this page.
AndrewBoyarsky
left a comment
There was a problem hiding this comment.
Tests required for SmcContractServiceImpl new methods
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AndrewBoyarsky
commented
Feb 11, 2022
@alzinchenko Still required unit tests for SmcContractService new methods |