Skip to content

feat: prepare tonutils-bridge v0.5.0 - #2

Merged
TONresistor merged 12 commits into
masterfrom
dev
Aug 27, 2026
Merged

feat: prepare tonutils-bridge v0.5.0#2
TONresistor merged 12 commits into
masterfrom
dev

Conversation

@TONresistor

@TONresistor TONresistor commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • update tonutils-go and normalize the Bridge API responses
  • harden ADNL, overlay, subscription, and lite-server lifecycle behavior
  • support uninitialized-wallet emulation and fix lite.sendAndWatch retry handling
  • pin Staticcheck and document the v0.4 to v0.5 migration

Intentional API changes since v0.4.0

  • ADNL and overlay queries use boxed TL by default; legacy wrapper users must set raw: true
  • transaction lookup methods match the full serialized message hash rather than the body hash
  • lite.getBlockHeader.header_boc contains the verified header cell rather than the Merkle proof

Tonnet Browser does not call these three changed APIs. It does call lite.sendAndWatch, whose retry bug is fixed here.

Validation

  • go build ./...
  • go vet ./...
  • go run honnef.co/go/tools/cmd/staticcheck@v0.8.1 ./...
  • go test ./wsbridge/ -v -count=1

@TONresistor TONresistor changed the title feat: prepare tonutils-bridge release feat: prepare tonutils-bridge v0.5.0 Aug 27, 2026
@TONresistor
TONresistor marked this pull request as ready for review August 27, 2026 06:12
@TONresistor
TONresistor merged commit 2cd73c5 into master Aug 27, 2026
2 checks passed
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