Skip to content

feat: add held-balance check on rescue#1491

Closed
themariofrancia wants to merge 39 commits into
mainfrom
develop
Closed

feat: add held-balance check on rescue#1491
themariofrancia wants to merge 39 commits into
mainfrom
develop

Conversation

@themariofrancia

@themariofrancia themariofrancia commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

add held-balance check on rescue

themariofrancia and others added 30 commits February 27, 2026 12:53
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Mario Francia <mario@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: Ruben <ruben@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: Mario Francia <mario@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>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>

# 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>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: rbermejo <ruben@io.builders>
Signed-off-by: Ruben <ruben@io.builders>
Signed-off-by: adrian <adrian@io.builders>
Co-authored-by: adrian <adrian@io.builders>
Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: Ruben Martinez <ruben.martinez@io.builders>
… a multisig account for only using ECDSA accounts (#1430)

Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mario@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
themariofrancia and others added 8 commits March 18, 2026 09:56
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: DustOff <jose.sainz@io.builders>
Signed-off-by: PepeSainzIob <jose.sainz@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Luigi Navarro <luigi@io.builders>
Co-authored-by: Luigi Navarro <luigi@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>

# Conflicts:
#	apps/backend/package.json
#	apps/cli/package.json
#	apps/web/package.json
#	defenders/package.json
#	package-lock.json
#	package.json
#	packages/contracts/package.json
#	packages/sdk/package.json
@themariofrancia themariofrancia requested review from a team as code owners June 26, 2026 09:21
@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for docsstablecoinstudio ready!

Name Link
🔨 Latest commit 6074c08
🔍 Latest deploy log https://app.netlify.com/projects/docsstablecoinstudio/deploys/6a3e482fa9a842000889cd93
😎 Deploy Preview https://deploy-preview-1491--docsstablecoinstudio.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@themariofrancia themariofrancia self-assigned this Jun 26, 2026
@swirlds-automation

swirlds-automation commented Jun 26, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@themariofrancia themariofrancia added New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. documentation Improvements or additions to documentation labels Jun 26, 2026
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
@themariofrancia themariofrancia removed the documentation Improvements or additions to documentation label Jun 26, 2026
@themariofrancia themariofrancia changed the title chore: v4.4.0 — multisig on custom networks and external EVM/Hedera signing in SDK chore: add held-balance check on rescue Jun 26, 2026
@themariofrancia themariofrancia changed the title chore: add held-balance check on rescue feat: add held-balance check on rescue Jun 26, 2026
@themariofrancia

themariofrancia commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

there is a signature error in the develop branch, new PR opened from another branch

@sonarqubecloud

Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

New Feature A new feature, service, or documentation. Major changes that are not backwards compatible.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants