Exchanges: Remove WalletAddress (#1882)

* Exchanges: Remove cancel order walletAddress

* Order: Refactor TestMatchFilter

TestMatchFilter had inconsistent testing of empty values, and was
painful when a field was removed due to index methodology.
This should provide equal test clarity, but improve maintainability and
improve coverage on empty values.
This commit is contained in:
Gareth Kirwan
2025-04-30 09:10:36 +02:00
committed by GitHub
parent 88ac5274c9
commit c2d876d8b0
29 changed files with 5321 additions and 5375 deletions

View File

@@ -4948,9 +4948,6 @@
"assetType": {
"type": "string"
},
"walletAddress": {
"type": "string"
},
"side": {
"type": "string"
}
@@ -4986,9 +4983,6 @@
"assetType": {
"type": "string"
},
"walletAddress": {
"type": "string"
},
"side": {
"type": "string"
}