Skip to main content

1.0.14-beta

Please report bugs using the issue tracker at GitHub:

https://github.com/flokiorg/tWallet/issues

Notable Changes

Fixes

  • flnd/client.go: PublishTransaction passed a dynamic string as a format string to fmt.Errorf; switched to errors.New since no formatting is needed.
  • Test helper: createTestTempDir had its real os.MkdirTemp implementation restored (it had been replaced with a hardcoded absolute path from a developer machine).
  • Test naming: a function named TestMain but taking *testing.T (not *testing.M) never actually served as the package's test-entry-point hook — it just ran as a regular, very heavy, real-daemon-launching test under a confusing name. Renamed to TestManualFlndTestnetLaunch.
  • Integration tests: all 4 test files in flnd/ spawn a real flnd daemon and/or need live testnet connectivity. Gated behind //go:build integration so a plain go test ./... (used in CI) skips them cleanly; still runnable explicitly with -tags=integration.

CI

  • Added .github/workflows/ci.yaml: runs go build, go vet, and go test on push to main and on pull requests.

Assets

OS/ArchAsset
macOS (Apple Silicon)https://github.com/flokiorg/tWallet/releases/download/v1.0.14-beta/twallet-darwin-arm64-v1.0.14-beta.tar.gz
macOS (Intel)https://github.com/flokiorg/tWallet/releases/download/v1.0.14-beta/twallet-darwin-amd64-v1.0.14-beta.tar.gz
Linux x86_64https://github.com/flokiorg/tWallet/releases/download/v1.0.14-beta/twallet-linux-amd64-v1.0.14-beta.tar.gz
Linux arm64https://github.com/flokiorg/tWallet/releases/download/v1.0.14-beta/twallet-linux-arm64-v1.0.14-beta.tar.gz
Windows x86_64https://github.com/flokiorg/tWallet/releases/download/v1.0.14-beta/twallet-windows-amd64-v1.0.14-beta.zip
Windows 32-bithttps://github.com/flokiorg/tWallet/releases/download/v1.0.14-beta/twallet-windows-386-v1.0.14-beta.zip

Additional builds (ppc64, mips, and *BSD) are available on the GitHub release page.