Commit 3f23bb3
feat(wallet-postgres): add update_output_basket to PostgresStore (#474)
Implements the new StorageAdapter method added in the UTXO pool work.
Updates both the basket column and the JSONB data blob. Follows the
same pattern as update_output_state.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dd9d5d4 commit 3f23bb3
File tree
1 file changed
+20
-0
lines changed- gem/bsv-wallet-postgres/lib/bsv/wallet_postgres
1 file changed
+20
-0
lines changedLines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
239 | 259 | | |
240 | 260 | | |
241 | 261 | | |
| |||
0 commit comments