Skip to content

refactor: upgrade campfire SDK to v0.17.0 (dontguess-a9a) - #119

Open
baron-3dl wants to merge 1 commit into
mainfrom
work/dontguess-a9a
Open

refactor: upgrade campfire SDK to v0.17.0 (dontguess-a9a)#119
baron-3dl wants to merge 1 commit into
mainfrom
work/dontguess-a9a

Conversation

@baron-3dl

Copy link
Copy Markdown
Contributor

Summary

  • Upgrades github.com/campfire-net/campfire from v0.14.1 to v0.17.0
  • Fixes all protocol.Init() call sites: new signature returns (*Client, *InitResult, error); use _ for unused InitResult
  • No behavioral changes — signature fixes only

Call sites fixed

  • pkg/exchange/init.go
  • cmd/dontguess/serve.go (2 sites)
  • cmd/dontguess/convention_supersede.go
  • cmd/seller/main.go
  • Test files: pkg/exchange/init_test.go, pkg/exchange/views_test.go, cmd/dontguess/convention_supersede_test.go

Test plan

  • go build ./... exits 0
  • go test ./pkg/exchange/... ./cmd/dontguess/... ./cmd/seller/... — all pass

Closes dontguess-a9a

🤖 Generated with Claude Code

Fix protocol.Init() call sites to handle new 3-value return signature
(*Client, *InitResult, error); no behavioral changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant