Skip to content

Implement Multi-Signature Wallet example and related backend mocks#445

Open
OSEH-svg wants to merge 1 commit into
benelabs:mainfrom
OSEH-svg:feat/multisig
Open

Implement Multi-Signature Wallet example and related backend mocks#445
OSEH-svg wants to merge 1 commit into
benelabs:mainfrom
OSEH-svg:feat/multisig

Conversation

@OSEH-svg
Copy link
Copy Markdown

@OSEH-svg OSEH-svg commented Jun 1, 2026

closes #391
closes #194
closes #191
closes #204

This PR implements a minimal Multi-Signature Wallet Soroban contract as an example, and adds mock backend services used for development:

  • examples/multisig: new Soroban contract with initialize/propose/approve/execute and tests.
  • backend/src/services/cache.rs: mock MultiLevelCache (in-memory) with basic TTL.
  • backend/src/services/transformers.rs: simple DataTransformer with normalization/extraction.
  • backend/src/db/seeds.rs: improve error aggregation in run_all.

These are safe, self-contained additions intended to provide a working MVP and test harness. Further integration (Redis, production hooks) can be added in follow-ups.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@OSEH-svg Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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

Labels

None yet

Projects

None yet

1 participant