Add support to search contract by address#19
Conversation
PR SummaryMedium Risk Overview Updates dataset search models by introducing Written by Cursor Bugbot for commit 1abb32f. Configure here. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds support for searching datasets by smart contract address: a new request model, a new client method implementation, and an updated client interface plus URL template for the /datasets/search-by-contract endpoint. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Comment |
| Limit *int32 `json:"limit,omitempty"` | ||
| Offset *int32 `json:"offset,omitempty"` | ||
| Query *string `json:"query,omitempty"` | ||
| ContractAddress *string `json:"contract_address,omitempty"` |
There was a problem hiding this comment.
is this correct. I thought we only support this in a seperate api now?
There was a problem hiding this comment.
good catch, this is leftover
Added
SearchDatasetsByContractAddressmethod.