Commit b4f0997
feat: refresh balance allowance cache after order approval settles
After an on-chain approval transaction confirms, trigger a server-side
cache refresh so the next order placement sees up-to-date allowances.
Refreshes COLLATERAL for buy orders and CONDITIONAL (with tokenId) for
sell orders. No-ops when existing allowance is already sufficient.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 482e250 commit b4f0997
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
143 | 152 | | |
0 commit comments