Skip to content

chore(deps): bump stablesats proto#450

Closed
blinkbitcoinbot wants to merge 1 commit intomainfrom
bot-bump-stablesats-proto
Closed

chore(deps): bump stablesats proto#450
blinkbitcoinbot wants to merge 1 commit intomainfrom
bot-bump-stablesats-proto

Conversation

@blinkbitcoinbot
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings February 7, 2026 18:11
@github-actions github-actions Bot added the core label Feb 7, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.js message code (notably the toObject() output formatting).
  • Updated price_service_grpc_pb.js to pass an explicit service name to grpc.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) {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'proto' is not defined.

Copilot uses AI. Check for mistakes.
@@ -449,7 +449,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateBuyRequest.prototype.toObjec
*/
proto.services.price.v1.GetCentsFromSatsForImmediateBuyRequest.toObject = function(includeInstance, msg) {
var f, obj = {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'f' is defined but never used.

Suggested change
var f, obj = {
var obj = {

Copilot uses AI. Check for mistakes.
@@ -579,7 +579,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateBuyResponse.prototype.toObje
*/
proto.services.price.v1.GetCentsFromSatsForImmediateBuyResponse.toObject = function(includeInstance, msg) {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'proto' is not defined.

Copilot uses AI. Check for mistakes.
@@ -579,7 +579,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateBuyResponse.prototype.toObje
*/
proto.services.price.v1.GetCentsFromSatsForImmediateBuyResponse.toObject = function(includeInstance, msg) {
var f, obj = {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'f' is defined but never used.

Suggested change
var f, obj = {
var obj = {

Copilot uses AI. Check for mistakes.
@@ -709,7 +709,7 @@ proto.services.price.v1.GetCentsFromSatsForImmediateSellRequest.prototype.toObje
*/
proto.services.price.v1.GetCentsFromSatsForImmediateSellRequest.toObject = function(includeInstance, msg) {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'proto' is not defined.

Copilot uses AI. Check for mistakes.
@@ -2359,8 +2359,8 @@ proto.services.price.v1.GetSatsFromCentsForFutureSellRequest.prototype.toObject
*/
proto.services.price.v1.GetSatsFromCentsForFutureSellRequest.toObject = function(includeInstance, msg) {
var f, obj = {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'f' is defined but never used.

Suggested change
var f, obj = {
var obj = {

Copilot uses AI. Check for mistakes.
@@ -2519,7 +2519,7 @@ proto.services.price.v1.GetSatsFromCentsForFutureSellResponse.prototype.toObject
*/
proto.services.price.v1.GetSatsFromCentsForFutureSellResponse.toObject = function(includeInstance, msg) {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'proto' is not defined.

Copilot uses AI. Check for mistakes.
@@ -2519,7 +2519,7 @@ proto.services.price.v1.GetSatsFromCentsForFutureSellResponse.prototype.toObject
*/
proto.services.price.v1.GetSatsFromCentsForFutureSellResponse.toObject = function(includeInstance, msg) {
var f, obj = {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'f' is defined but never used.

Suggested change
var f, obj = {
var obj = {

Copilot uses AI. Check for mistakes.
@@ -2750,7 +2750,7 @@ proto.services.price.v1.GetCentsPerSatsExchangeMidRateResponse.prototype.toObjec
*/
proto.services.price.v1.GetCentsPerSatsExchangeMidRateResponse.toObject = function(includeInstance, msg) {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'proto' is not defined.

Copilot uses AI. Check for mistakes.
@@ -2750,7 +2750,7 @@ proto.services.price.v1.GetCentsPerSatsExchangeMidRateResponse.prototype.toObjec
*/
proto.services.price.v1.GetCentsPerSatsExchangeMidRateResponse.toObject = function(includeInstance, msg) {
var f, obj = {
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'f' is defined but never used.

Suggested change
var f, obj = {
var obj = {

Copilot uses AI. Check for mistakes.
@blinkbitcoinbot blinkbitcoinbot force-pushed the bot-bump-stablesats-proto branch from dfdd944 to ee32188 Compare April 1, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants