Skip to content

Commit 6d2f01e

Browse files
committed
chore: bump nova module
1 parent ada91b7 commit 6d2f01e

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

api/gen/swagger.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

api/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buf export buf.build/noble-assets/florin:v2.0.0 --output api/proto
1515
buf export buf.build/noble-assets/forwarding:v2.0.2 --output api/proto
1616
buf export buf.build/noble-assets/globalfee:v1.0.1 --output api/proto
1717
buf 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
1919
buf export buf.build/noble-assets/rate-limiting:v8.0.0 --output api/proto
2020
buf export buf.build/noble-assets/swap:v1.0.2 --output api/proto
2121
buf export buf.build/noble-assets/wormhole:v1.0.0 --output api/proto

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,8 +1157,8 @@ github.com/noble-assets/halo/v2 v2.0.1 h1:nHAhTnq5dPJGelcLnKzMviXtk9x0DfMnRPv+CP
11571157
github.com/noble-assets/halo/v2 v2.0.1/go.mod h1:DY4GCfZ/7S3IEjoJBCCh7HRTxirPBOLMVwkT0N6n3bA=
11581158
github.com/noble-assets/ibc-apps/middleware/packet-forward-middleware/v8 v8.2.0-noble h1:nxz3n15ChWqK/PvRYg0sGpfsrsIM1uqK4z/I/6CvSbc=
11591159
github.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=
11621162
github.com/noble-assets/wormhole v1.0.0 h1:c3otKgRv6Am4IoB/Vob2ziom02Ptpzv8R1/OtM2gxxI=
11631163
github.com/noble-assets/wormhole v1.0.0/go.mod h1:s7T9FC+bxHwlLED8pmXumdqwhr56CGJqTdhhcIj4A/Q=
11641164
github.com/nunnatsa/ginkgolinter v0.16.2 h1:8iLqHIZvN4fTLDC0Ke9tbSZVcyVHoBs0HIbnVSxfHJk=

0 commit comments

Comments
 (0)