Merged
Conversation
* wallet: Add isWithdrawAllowed test * wallet: Use mockito-kotlin library * wallet: Use assertJ * wallet: Add base class for testing services * wallet: Add is withdraw allowed tests to wallet owner * wallet: Add wallet manager tests * wallet: Add wallet owner manager tests * wallet: Add currency service tests * wallet: Add transfer service tests * wallet: Add more tests to wallet manager * wallet: Improve update balance test coverage * wallet: Improve is withdraw allowed test coverage * wallet: Add is deposit allowed tests * wallet: Refactor wallet owner manager * wallet: Refactor transfer service tests * wallet: Refactor currency service tests * wallet: Organize tests * wallet: Improve wallet manager tests * wallet: Improve currency service tests * wallet: Improve wallet owner manager tests * wallet: Improve wallet owner manager tests * wallet: Improve wallet manager tests * wallet: Improve transfer service tests * wallet: Improve wallet manager tests * wallet: Use onBlocking in tests to support suspend functions * wallet: Refactor tests * wallet: Refactor tests * matching-gateway: Add create order tests * matching-gateway: Improve tests * matching-gateway: Improve kafka health indicator * matching-gateway: Add more tests * api: Add test classes * api: Add symbol mapper tests * api: Add order persister tests * api: Add trade persister tests * api: Add user query handler tests * api: Add market query handler tests * api: Add more order persister tests * api: Add market query handler test stubs * api: Add user query handler test stubs * api: Add stubbing methods * api: Refactor tests given data * maven: Skip tests on build * maven: Fix mockito-kotlin dependencies * maven: Fix mockito-kotlin dependencies * api: Refactor market query handler tests * api: Refactor user query handler tests * api: Refactor market query handler tests * api: Improve tests sample data * api: Remove hardcoded data from tests * api: Improve test case titles * api: Move tests to postgres module * wallet: Move each test to its correspondence module * wallet: Remove base classes * matching-gateway: Remove test base classes * wallet: Remove test folder from wallet-app * wallet: Improve test titles * matching-gateway: Refactor order service tests
…ing gateway (#282) * wallet: Use data classes in models * wallet: Use samples data * wallet: [WIP] Refactor wallet manager * wallet: Use samples in tests * wallet: Refactor tests * wallet: Resolve all failed tests * matching-gateway: [WIP] Add samples object * Use mockK in tests * Convert all doubles to decimal * matching-gateway: Resolve failed tests * wallet: Refactor tests * api: Resolve failed tests * wallet: Remove user limits * accountant: Fix failed tests * GitHub: Add testing step to workflows
* bc-gateway: Add ability to add reserved addresses by file * bc-gateway: Ignore constraint errors when adding address Co-authored-by: ebrahimmfadae <[email protected]>
* bc-gateway: Remove every sync related class * bc-gateway: Code cleanup * bc-gateway: Remove chain_address_types chain uniqueness constraint * bc-gateway: Add wallet sync controller * vault: Add chain scanner secrets * Remove configure.sh * bc-gateway: Fix runtime issues * preferences: Update preferences * preferences: Throw exception on wrong config file * preferences: Fix object notation * vault: Update config file Co-authored-by: ebrahimmfadae <[email protected]>
This reverts commit 27f2723.
Marchosiax
approved these changes
Jun 18, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.