Skip to content

Commit 827c24d

Browse files
committed
add metadata to QueuedStrategyWithdrawal
1 parent 843cd49 commit 827c24d

File tree

36 files changed

+2333
-5704
lines changed

36 files changed

+2333
-5704
lines changed

gen/api-ts/eigenlayer/sidecar/v1/protocol/common.pb.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export type QueuedStrategyWithdrawal = {
3737
strategy?: string
3838
amount?: string
3939
blockNumber?: string
40+
transactionHash?: string
41+
logIndex?: string
4042
}
4143

4244
export type StakerWithdrawal = {

gen/openapi/api.public.swagger.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,8 +2444,15 @@
24442444
"type": "integer",
24452445
"format": "uint64"
24462446
},
2447+
"logIndex": {
2448+
"type": "integer",
2449+
"format": "uint64"
2450+
},
24472451
"strategy": {
24482452
"type": "string"
2453+
},
2454+
"transactionHash": {
2455+
"type": "string"
24492456
}
24502457
}
24512458
},

gen/openapi/api.swagger.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,8 +3527,15 @@
35273527
"type": "integer",
35283528
"format": "uint64"
35293529
},
3530+
"logIndex": {
3531+
"type": "integer",
3532+
"format": "uint64"
3533+
},
35303534
"strategy": {
35313535
"type": "string"
3536+
},
3537+
"transactionHash": {
3538+
"type": "string"
35323539
}
35333540
}
35343541
},

gen/openapiv2/apidocs.swagger.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,6 +2538,13 @@
25382538
"blockNumber": {
25392539
"type": "string",
25402540
"format": "uint64"
2541+
},
2542+
"transactionHash": {
2543+
"type": "string"
2544+
},
2545+
"logIndex": {
2546+
"type": "string",
2547+
"format": "uint64"
25412548
}
25422549
}
25432550
},

gen/protos/eigenlayer/pds/v1/aprs.pb.go

Lines changed: 47 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)