Open
Conversation
Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
…in (#1379) Signed-off-by: Miguel Ángel <miguelangel@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders>
) Signed-off-by: Adrian Escacena <adrian@io.builders> Signed-off-by: rbermejo <ruben@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders> Co-authored-by: Adrian Escacena <adrian@io.builders> Co-authored-by: mamoralesiob <miguelangel@io.builders> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Miguel Ángel <miguelangel@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Miguel Ángel <miguelangel@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders> Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Co-authored-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
…1397) Signed-off-by: Ruben Martinez <ruben.martinez@io.builders> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders> Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Co-authored-by: jaime-iobermudez <jaime.bermudez@io.builders> Co-authored-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: mamoralesiob <miguelangel@io.builders>
# Conflicts: # .github/workflows/test-contracts.yaml # .gitignore # README.md # backend/package.json # cli/package.json # contracts/contracts/resolver/resolverProxy/ResolverProxy.sol # contracts/contracts/test/PrecompiledMock.sol # contracts/contracts/test/StableCoinTokenMock.sol # contracts/hardhat.config.ts # contracts/package.json # contracts/scripts/constants.ts # contracts/test/shared.ts # contracts/test/thread0/burnable.test.ts # contracts/test/thread0/customFees.test.ts # contracts/test/thread0/deletable.test.ts # contracts/test/thread0/freezable.test.ts # contracts/test/thread0/hederaReserve.test.ts # contracts/test/thread0/hederaTokenManager.test.ts # contracts/test/thread0/kyc.test.ts # contracts/test/thread0/pausable.test.ts # contracts/test/thread0/roles.test.ts # contracts/test/thread0/supplieradmin.test.ts # contracts/test/thread0/wipeable.test.ts # contracts/test/thread1/businessLogicResolver.test.ts # contracts/test/thread1/diamondCutManager.test.ts # contracts/test/thread1/hold.test.ts # contracts/test/thread1/rescuable.test.ts # contracts/test/thread1/reserve.test.ts # contracts/test/thread1/resolverProxy.test.ts # contracts/test/thread1/roleManagement.test.ts # contracts/test/thread1/stableCoinFactory.test.ts # docs/docusaurus.config.ts # docs/package.json # docs/sidebars.ts # docs/src/components/HomepageFeatures/index.tsx # docs/src/components/HomepageFeatures/styles.module.css # docs/src/css/custom.css # docs/src/pages/index.module.css # docs/src/pages/index.tsx # documentation/backend/README.md # documentation/backend/architecture.md # documentation/client/README.md # documentation/client/architecture.md # documentation/client/quick-start.md # documentation/client/usage.md # documentation/intro.md # documentation/sdk/architecture.md # documentation/sdk/usage.md # documentation/web/architecture.md # documentation/web/quick-start.md # documentation/web/usage.md # package-lock.json # package.json # sdk/__tests__/jest-setup-file.ts # sdk/package.json # sdk/src/domain/context/contract/ContractId.ts # sdk/src/port/out/hs/HTSTransactionBuilder.ts # sdk/src/port/out/hs/HederaTransactionAdapter.ts # sdk/src/port/out/hs/HederaTransactionResponseAdapter.ts # sdk/src/port/out/hs/walletconnect/HederaWalletConnectTransactionAdapter.ts # sdk/src/port/out/response/HTSTransactionResponseAdapter.ts # web/package.json
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
❌ The last analysis has failed. |
themariofrancia
approved these changes
Mar 3, 2026
themariofrancia
approved these changes
Mar 3, 2026
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.
Description:
This pull request introduces significant improvements to the repository, focusing on documentation, CI/CD workflows, Docker configuration, and code quality. The most notable changes are the addition of a comprehensive
README.md, a major refactor of the contracts testing workflow for better caching and modularity, and updates to the backend's Docker setup for reliability and workspace compatibility.Documentation and Project Overview
README.mddescribing Stablecoin Studio's features, architecture, monorepo structure, setup instructions, development workflows, testing standards, and CI/CD integration. This provides clear guidance for new contributors and users.Continuous Integration and Workflow Refactoring
.github/workflows/test-contracts.yamlto split the contracts workflow into build, coverage, and test jobs, with improved caching for dependencies and build artifacts. Added environment variables and permissions for better workflow control.Backend Docker and Compose Improvements
backend/Dockerfileto use workspace-aware dependency installation, separate build and production stages, and correct working directories for backend source and build artifacts. This makes Docker builds more reliable and compatible with monorepo structure. [1] [2] [3]backend/compose.yamlto use the correct context, Dockerfile path, working directory, and command for running the backend service in development mode. This ensures the backend runs correctly in a workspace environment. [1] [2]Code Quality and Versioning
4.0.3to4.1.0inbackend/package.jsonto reflect new features and improvements.TransactionResultinstead ofbooleanfor improved type safety and consistency. [1] [2] [3]Related issue(s):
Fixes #
Notes for reviewer:
Checklist