Extend IssuerWallet with balance and redemption queries - #1624
Closed
Soumya8898 wants to merge 27 commits into
Closed
Extend IssuerWallet with balance and redemption queries#1624Soumya8898 wants to merge 27 commits into
Soumya8898 wants to merge 27 commits into
DCO-2 / DCO
succeeded
Jun 5, 2026 in 0s
Check passed!
All commits are signed off, the check passed.
Summary
| Sha | Message | Pass or fail reason | |
|---|---|---|---|
| 🟢 | 14c7fd8 | Add sorting options to ListTokensOptions | Valid sign-off found |
| 🟢 | aefa35c | Add IsSpent and SpentBy fields to IssuedToken | Valid sign-off found |
| 🟢 | 7b0f45e | Add IssuedBalance, RedeemedTokens, RedeemedBalance... | Valid sign-off found |
| 🟢 | c7565cd | Add IssuedBalance, ListRedeemedTokens, RedeemedBal... | Valid sign-off found |
| 🟢 | 24fb917 | Implement IssuedBalance, ListRedeemedTokens, Redee... | Valid sign-off found |
| 🟢 | 25d67cb | Implement IssuerWallet concrete methods for balanc... | Valid sign-off found |
| 🟢 | 698d9d1 | Expose IssuedBalance, ListRedeemedTokens, Redeemed... | Valid sign-off found |
| 🟢 | 9530f44 | Regenerate mocks and add new methods to TokenVault... | Valid sign-off found |
| 🟢 | 8ad2ef5 | Fix nlreturn lint errors in IssuerWallet methods | Valid sign-off found |
| 🟢 | 4dd0de3 | Wire TokenType filter into IssuedBalance, ListRede... | Valid sign-off found |
| 🟢 | 1c2d630 | Add issuer identity filter to IssuedBalance, ListR... | Valid sign-off found |
| 🟢 | 7dcc7b0 | Add time-range filtering, ORDER BY, OutstandingBal... | Valid sign-off found |
| 🟢 | e93c011 | Extend fungible integration test with issuer balan... | Valid sign-off found |
| 🟢 | 2015802 | Exercise WithSortBy and WithTimeRange in tests; re... | Valid sign-off found |
| 🟢 | e3812bc | fix: unmarshal CallView result as []byte before as... | Valid sign-off found |
| 🟢 | 664275c | fix: use self-JOIN on tokens table for redeemed to... | Valid sign-off found |
| 🟢 | 8ab94ff | Fix balance API mismatches after rebase | Valid sign-off found |
| 🟢 | 937d89d | Fix remaining static-analysis and scan issues afte... | Valid sign-off found |
| 🟢 | f1d8fa4 | Fix wallet and SQL lint regressions | Valid sign-off found |
| 🟢 | c480c32 | CI: install configtxgen for all integration jobs | Valid sign-off found |
| 🟢 | 9ba47a8 | CI: enforce FAB_BINS and verify fabric binaries | Valid sign-off found |
| 🟢 | d164c0f | CI: export FAB_BINS in integration run step | Valid sign-off found |
| 🟢 | f1e91ae | Fix nil balance panic in endorsement accept path | Valid sign-off found |
| 🟢 | e9d3875 | fix: correct IssuedBalance/RedeemedBalance queries... | Valid sign-off found |
| 🟢 | 969dd47 | fix: correct IssuedBalance/RedeemedBalance queries... | Valid sign-off found |
| 🟢 | bcca665 | fix: correct IssuedBalance and RedeemedBalance to ... | Valid sign-off found |
| 🟢 | 9a0389b | fix: propagate action-level issuer to burn outputs... | Valid sign-off found |
Loading