Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:

- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
with:
version: latest
version: v2.11.4
2,225 changes: 2,201 additions & 24 deletions api/specs/trading-api.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion cmd/generate/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,11 @@ var cmdRegistry = map[string]cmdDef{
},
}

var cmdSkip = map[string]string{}
var cmdSkip = map[string]string{
"GetTokenizationRequests": "tokenization is restricted to Authorized Participants on the Instant Tokenization Network and not exposed via the CLI",
"PostTokenizationMint": "tokenization is restricted to Authorized Participants on the Instant Tokenization Network and not exposed via the CLI",
"SubscribeToActivitiesSSE": "Server-Sent Events streaming endpoint; the CLI's fetch/JSON model does not support long-lived streams",
}

func checkExhaustive(epByOp map[string]*endpointInfo) {
var errs []string
Expand Down
84 changes: 76 additions & 8 deletions internal/api/descriptions.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions internal/api/trading_client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading