Skip to content

Conversation

@github-actions
Copy link

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

* Fix BankTx type classification for LIQ_MANAGEMENT transactions

Previously, all LIQ_MANAGEMENT FiatOutput transactions were blindly
set to BankTxType.INTERNAL, overriding more specific types like SCRYPT,
KRAKEN, or SCB based on the counterparty name.

Add getSpecificType() method to check the BankTx name and assign the
correct type (SCRYPT for Scrypt Digital Trading, KRAKEN for Payward
Trading, SCB for SCB AG) before falling back to INTERNAL.

* Remove INTERNAL fallback - only set specific types (Scrypt/Kraken/SCB)

* Add migration to fix existing Scrypt transactions typed as Internal

* Extend migration to also fix Kraken and SCB transactions

* Refactor: reuse getType() from BankTxService instead of duplicating logic
@TaprootFreak TaprootFreak merged commit bed527f into main Jan 19, 2026
7 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.

2 participants