File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51336,6 +51336,10 @@ paths:
5133651336 format: uint64
5133751337 hook_address:
5133851338 type: string
51339+ enrolled_validators:
51340+ type: array
51341+ items:
51342+ type: string
5133951343 default:
5134051344 description: An unexpected error response.
5134151345 schema:
@@ -80089,6 +80093,10 @@ definitions:
8008980093 format: uint64
8009080094 hook_address:
8009180095 type: string
80096+ enrolled_validators:
80097+ type: array
80098+ items:
80099+ type: string
8009280100 nova.v1.QueryEpochResponse:
8009380101 type: object
8009480102 properties:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buf export buf.build/noble-assets/florin:v2.0.0 --output api/proto
1515buf export buf.build/noble-assets/forwarding:v2.0.2 --output api/proto
1616buf export buf.build/noble-assets/globalfee:v1.0.1 --output api/proto
1717buf export buf.build/noble-assets/halo:v2.0.1 --output api/proto
18- buf export buf.build/noble-assets/nova:v1.0.0-alpha.0 --output api/proto
18+ buf export buf.build/noble-assets/nova:v1.0.0-alpha.1 --output api/proto
1919buf export buf.build/noble-assets/rate-limiting:v8.0.0 --output api/proto
2020buf export buf.build/noble-assets/swap:v1.0.2 --output api/proto
2121buf export buf.build/noble-assets/wormhole:v1.0.0 --output api/proto
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
3333 github.com/noble-assets/forwarding/v2 v2.0.2
3434 github.com/noble-assets/globalfee v1.0.1
3535 github.com/noble-assets/halo/v2 v2.0.1
36- github.com/noble-assets/nova v1.0.0-alpha.0
36+ github.com/noble-assets/nova v1.0.0-alpha.1
3737 github.com/noble-assets/wormhole v1.0.0
3838 github.com/ondoprotocol/usdy-noble/v2 v2.0.0
3939 github.com/spf13/cast v1.7.1
Original file line number Diff line number Diff line change @@ -1157,8 +1157,8 @@ github.com/noble-assets/halo/v2 v2.0.1 h1:nHAhTnq5dPJGelcLnKzMviXtk9x0DfMnRPv+CP
11571157github.com/noble-assets/halo/v2 v2.0.1 /go.mod h1:DY4GCfZ/7S3IEjoJBCCh7HRTxirPBOLMVwkT0N6n3bA =
11581158github.com/noble-assets/ibc-apps/middleware/packet-forward-middleware/v8 v8.2.0-noble h1:nxz3n15ChWqK/PvRYg0sGpfsrsIM1uqK4z/I/6CvSbc =
11591159github.com/noble-assets/ibc-apps/middleware/packet-forward-middleware/v8 v8.2.0-noble /go.mod h1:O5H9Ic3Pe6cmJn1eqlj5N48sLb8WQ1VWmDP4/11g/4E =
1160- github.com/noble-assets/nova v1.0.0-alpha.0 h1:e09HzC9v6QJr6eolxQvufDm8iTj2VOs6gkoljtGucfo =
1161- github.com/noble-assets/nova v1.0.0-alpha.0 /go.mod h1:V2CEFyXqKtRqNmG58uP6QYBWrA7OLHdXvUZh4IFOtjQ =
1160+ github.com/noble-assets/nova v1.0.0-alpha.1 h1:HeydhZWJcAtOelp55DMwEAP9Fu4IBv1l7ceAP8DfSMk =
1161+ github.com/noble-assets/nova v1.0.0-alpha.1 /go.mod h1:V2CEFyXqKtRqNmG58uP6QYBWrA7OLHdXvUZh4IFOtjQ =
11621162github.com/noble-assets/wormhole v1.0.0 h1:c3otKgRv6Am4IoB/Vob2ziom02Ptpzv8R1/OtM2gxxI =
11631163github.com/noble-assets/wormhole v1.0.0 /go.mod h1:s7T9FC+bxHwlLED8pmXumdqwhr56CGJqTdhhcIj4A/Q =
11641164github.com/nunnatsa/ginkgolinter v0.16.2 h1:8iLqHIZvN4fTLDC0Ke9tbSZVcyVHoBs0HIbnVSxfHJk =
You can’t perform that action at this time.
0 commit comments