Skip to content

Commit

Permalink
Merge pull request #2907 from CounterpartyXCP/fixes
Browse files Browse the repository at this point in the history
Fix `dispensers` table in State DB
  • Loading branch information
ouziel-slama authored Jan 6, 2025
2 parents 80ebe14 + baf8311 commit 27ecfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fairminters": "tx_hash",
"balances": "address, utxo, asset",
"addresses": "address",
"dispensers": "source, asset",
"dispensers": "source, asset, tx_hash",
"bet_matches": "id",
"bets": "tx_hash",
"order_matches": "id",
Expand Down
1 change: 1 addition & 0 deletions release-notes/release-notes-v10.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- Fix Get Sends By Address endpoint, return also `detach` and `move`
- Fix `transactions.transaction_type` field when destination is `1CounterpartyXXXXXXXXXXXXXXXUWLpVr`
- Catch `OverflowError` on API calls
- Fix `dispensers` table in State DB: include dispensers with same `source` and `asset` but different `tx_hash`

## Codebase

Expand Down

0 comments on commit 27ecfd2

Please sign in to comment.