-
Notifications
You must be signed in to change notification settings - Fork 9
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
[PLA-1659] Remove decoder from submodules #33
Conversation
PR Description updated to latest commit (2f3bc9f) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Type
enhancement
Description
platform-decoder
submodule from the project, simplifying the architecture.decoder
image from Docker Hub instead of building from a local context.wallet-daemon
submodule to prevent a newline error.Changes walkthrough
.gitmodules
Removal of `platform-decoder` submodule and URL correction
.gitmodules
platform-decoder
submodule.wallet-daemon
submodule to ensure it does notinclude a newline.
docker-compose.yml
Simplify `decoder` service configuration in Docker Compose
docker-compose.yml
decoder
service, now solely relying onDocker Hub image.
platform-decoder
Removal of `platform-decoder` submodule reference
platform-decoder
platform-decoder
submodule reference.wallet-daemon
Update `wallet-daemon` submodule reference
wallet-daemon
wallet-daemon
submodule reference.