chore(deps): bump stablesats proto#450
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the generated JavaScript protobuf + gRPC stubs for the dealer-price PriceService, consistent with a “bump stablesats proto” dependency refresh.
Changes:
- Regenerated
price_service_pb.jsmessage code (notably thetoObject()output formatting). - Updated
price_service_grpc_pb.jsto pass an explicit service name togrpc.makeGenericClientConstructor.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 34 comments.
| File | Description |
|---|---|
| core/api/src/services/dealer-price/proto/services/price/v1/price_service_pb.js | Regenerated protobuf JS message definitions for PriceService types. |
| core/api/src/services/dealer-price/proto/services/price/v1/price_service_grpc_pb.js | Regenerated gRPC client/service bindings; adds explicit 'PriceService' name to the client constructor. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -449,7 +449,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateBuyRequest.prototype.toObjec | |||
| */ | |||
| proto.services.price.v1.GetCentsFromSatsForImmediateBuyRequest.toObject = function(includeInstance, msg) { | |||
There was a problem hiding this comment.
'proto' is not defined.
| @@ -449,7 +449,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateBuyRequest.prototype.toObjec | |||
| */ | |||
| proto.services.price.v1.GetCentsFromSatsForImmediateBuyRequest.toObject = function(includeInstance, msg) { | |||
| var f, obj = { | |||
There was a problem hiding this comment.
'f' is defined but never used.
| var f, obj = { | |
| var obj = { |
| @@ -579,7 +579,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateBuyResponse.prototype.toObje | |||
| */ | |||
| proto.services.price.v1.GetCentsFromSatsForImmediateBuyResponse.toObject = function(includeInstance, msg) { | |||
There was a problem hiding this comment.
'proto' is not defined.
| @@ -579,7 +579,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateBuyResponse.prototype.toObje | |||
| */ | |||
| proto.services.price.v1.GetCentsFromSatsForImmediateBuyResponse.toObject = function(includeInstance, msg) { | |||
| var f, obj = { | |||
There was a problem hiding this comment.
'f' is defined but never used.
| var f, obj = { | |
| var obj = { |
| @@ -709,7 +709,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateSellRequest.prototype.toObje | |||
| */ | |||
| proto.services.price.v1.GetCentsFromSatsForImmediateSellRequest.toObject = function(includeInstance, msg) { | |||
There was a problem hiding this comment.
'proto' is not defined.
| @@ -2359,8 +2359,8 @@ proto.services.price.v1.GetSatsFromCentsForFutureSellRequest.prototype.toObject | |||
| */ | |||
| proto.services.price.v1.GetSatsFromCentsForFutureSellRequest.toObject = function(includeInstance, msg) { | |||
| var f, obj = { | |||
There was a problem hiding this comment.
'f' is defined but never used.
| var f, obj = { | |
| var obj = { |
| @@ -2519,7 +2519,7 @@ proto.services.price.v1.GetSatsFromCentsForFutureSellResponse.prototype.toObject | |||
| */ | |||
| proto.services.price.v1.GetSatsFromCentsForFutureSellResponse.toObject = function(includeInstance, msg) { | |||
There was a problem hiding this comment.
'proto' is not defined.
| @@ -2519,7 +2519,7 @@ proto.services.price.v1.GetSatsFromCentsForFutureSellResponse.prototype.toObject | |||
| */ | |||
| proto.services.price.v1.GetSatsFromCentsForFutureSellResponse.toObject = function(includeInstance, msg) { | |||
| var f, obj = { | |||
There was a problem hiding this comment.
'f' is defined but never used.
| var f, obj = { | |
| var obj = { |
| @@ -2750,7 +2750,7 @@ proto.services.price.v1.GetCentsPerSatsExchangeMidRateResponse.prototype.toObjec | |||
| */ | |||
| proto.services.price.v1.GetCentsPerSatsExchangeMidRateResponse.toObject = function(includeInstance, msg) { | |||
There was a problem hiding this comment.
'proto' is not defined.
| @@ -2750,7 +2750,7 @@ proto.services.price.v1.GetCentsPerSatsExchangeMidRateResponse.prototype.toObjec | |||
| */ | |||
| proto.services.price.v1.GetCentsPerSatsExchangeMidRateResponse.toObject = function(includeInstance, msg) { | |||
| var f, obj = { | |||
There was a problem hiding this comment.
'f' is defined but never used.
| var f, obj = { | |
| var obj = { |
dfdd944 to
ee32188
Compare
No description provided.