Converge into single Spring Boot wallet service (remove task/xxl-job/RabbitMQ; add runtime config and DB models)#26
Merged
GalaxySciTech merged 1 commit intomasterfrom Apr 30, 2026
Conversation
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.
Motivation
Description
com.github.galaxyscitech:tokencore:2.0.0), Docker Compose and port changes (app on port 8080).wallet-taskmodule and associated xxl-job SQL and RabbitMQ/Docker Compose configuration, and stopped publishing task images; simplifiedsettings.gradleand Docker Compose to a singleappservice.build.gradleand added the unifiedtokencore2.0.0;wallet-webapiandwallet-commonnow depend onwallet-hsmwhere required.HsmRequestnow delegates to an in-processHsmXServiceinstead of making HTTP requests, andPushComponentremoved AMQP usage and posts deposit notifications directly to configured endpoints.DynamicTaskSchedulerandRuntimeConfigServiceto run deposit/chain-sync/sweep/fee tasks in-process, driven bysys_configand new DB scheduler tables.wallet_admin_audit_log,wallet_rpc_config,wallet_scheduler_config,wallet_chain_config,wallet_sweep_config,wallet_withdraw_config,wallet_fee_supply_config,wallet_security_config), and corresponding Kotlin/Java domain and repository code.AdminControllergained CRUD endpoints for RPC/scheduler/chain/sweep/withdraw/fee/security configs, audit logging and masking of sensitive values, and persistence through the new repositories.Testing
./gradlew build -x test) to ensure the code compiles after dependency and module changes.Codex Task