Skip to content

feat: add transaction authorization boundary tests - #197

Merged
El-swaggerito merged 1 commit into
Axionvera:mainfrom
AnnieIj:feat/transaction-authorization-boundary-tests
Jul 22, 2026
Merged

feat: add transaction authorization boundary tests#197
El-swaggerito merged 1 commit into
Axionvera:mainfrom
AnnieIj:feat/transaction-authorization-boundary-tests

Conversation

@AnnieIj

@AnnieIj AnnieIj commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Add comprehensive test suite covering transaction authorization boundaries between account data, wallet secrets, and signing operations.

Tests cover:

  • Transaction preparation without signing (3 tests)
  • Signing requirements and validation (5 tests)
  • Missing/invalid signer scenarios (5 tests)
  • Unsigned transaction submission prevention (4 tests)
  • Multi-signature authorization boundaries (2 tests)
  • Security boundary documentation (5 tests)

Total: 24 new tests, all passing. No regressions in existing 455 tests.

Closes #161

Add comprehensive test suite covering transaction authorization boundaries
between account data, wallet secrets, and signing operations.

Tests cover:
- Transaction preparation without signing (3 tests)
- Signing requirements and validation (5 tests)
- Missing/invalid signer scenarios (5 tests)
- Unsigned transaction submission prevention (4 tests)
- Multi-signature authorization boundaries (2 tests)
- Security boundary documentation (5 tests)

Total: 24 new tests, all passing. No regressions in existing 455 tests.

Closes Axionvera#161
@El-swaggerito
El-swaggerito merged commit 6acf19a into Axionvera:main Jul 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add SDK transaction authorisation boundary tests

2 participants