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:PublishTransactionpassed a dynamic string as a format string tofmt.Errorf; switched toerrors.Newsince no formatting is needed.- Test helper:
createTestTempDirhad its realos.MkdirTempimplementation restored (it had been replaced with a hardcoded absolute path from a developer machine). - Test naming: a function named
TestMainbut 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 toTestManualFlndTestnetLaunch. - Integration tests: all 4 test files in
flnd/spawn a realflnddaemon and/or need live testnet connectivity. Gated behind//go:build integrationso a plaingo test ./...(used in CI) skips them cleanly; still runnable explicitly with-tags=integration.
CI
- Added
.github/workflows/ci.yaml: runsgo build,go vet, andgo teston push tomainand on pull requests.
Assets
Additional builds (ppc64, mips, and *BSD) are available on the GitHub release page.