Skip to content

Tags: blnkfinance/blnk

Tags

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jerry-enebeli jerry enebeli
fix test

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update go.mod to upgrade dependencies and adjust Go version

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add balance reconciliation from transaction source

This commit adds a self-healing reconciliation mechanism for balances:

- Implement database trigger to detect reconciliation flag in metadata
- Recalculate debit and credit balances from transaction history
- Support automatic recalculation when 'BLNK_RUN_RECONCILIATION' flag is set
- Store reconciliation results in metadata with before/after values
- Handle both precise_amount and amount fields for maximum compatibility

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #103 from blnkfinance/redis-fix

Improve Redis URL parsing to handle username and password more effect…

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #102 from blnkfinance/back-dated-transactions

Add effective_date field to transactions and update related logic

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #97 from blnkfinance/jerry/pii-tokenization

Implement tokenization and detokenization for identity PII fields

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was signed with the committer’s verified signature.
jerry-enebeli jerry enebeli
Add envconfig tags to configuration fields for better environment var…

…iable support

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was signed with the committer’s verified signature.
jerry-enebeli jerry enebeli
Add logging for balance snapshot operations and update LastTxID to ha…

…ndle NULL values

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was signed with the committer’s verified signature.
jerry-enebeli jerry enebeli
Update Typesense client initialization to use configuration key

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #96 from blnkfinance/51-implement-historical-balan…

…ce-tracking-system

Add balance snapshotting and historical retrieval functionality