Skip to content

Commit

Permalink
[PSL-1187] support multi-volume registration through cascade registra…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
j-rafique committed Jun 27, 2024
1 parent 3dd25c2 commit 3b365ae
Show file tree
Hide file tree
Showing 12 changed files with 10,850 additions and 2,378 deletions.
8 changes: 8 additions & 0 deletions walletnode/api/design/cascade.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@ var StartCascadeProcessingPayload = Type("StartCascadeProcessingPayload", func()
MaxLength(64)
Example("576e7b824634a488a2f0baacf5a53b237d883029f205df25b300b87c8877ab58")
})
Attribute("burn_txids", ArrayOf(String), func() {
Description("List of Burn transaction IDs for multi-volume registration")
MinLength(64)
MaxLength(64)
Example([]string{
"576e7b824634a488a2f0baacf5a53b237d883029f205df25b300b87c8877ab58",
})
})
Attribute("app_pastelid", String, func() {
Meta("struct:field:name", "AppPastelID")
Description("App PastelID")
Expand Down
2 changes: 2 additions & 0 deletions walletnode/api/gen/cascade/service.go

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

14 changes: 13 additions & 1 deletion walletnode/api/gen/http/cascade/client/cli.go

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

8 changes: 8 additions & 0 deletions walletnode/api/gen/http/cascade/client/types.go

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

14 changes: 14 additions & 0 deletions walletnode/api/gen/http/cascade/server/types.go

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

2 changes: 1 addition & 1 deletion walletnode/api/gen/http/openapi.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3b365ae

Please sign in to comment.