| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-25 | 694 Bytes | |
| start-sdk v2.0.9 source code.tar.gz | 2026-07-25 | 17.1 MB | |
| start-sdk v2.0.9 source code.zip | 2026-07-25 | 18.7 MB | |
| Totals: 3 Items | 35.8 MB | 5 | |
What's Changed
Fixed
sdk.host.getBridgeAddressnow types its result as non-null whenfallbackPortis given.fallbackPortexists precisely so the value is nevernull— it resolves to<osIp>:<fallbackPort>while the dependency is absent — but 2.0.8 typed every callstring | nullregardless, so the one case the option exists for still forced callers to handle anullthat cannot occur. Assigning it straight to a non-nullable config field (Bitcoin'sproxy, LND'stor.socks) failed to compile.getBridgeAddressis now overloaded on the presence offallbackPort, matching the per-package helper it replaced, which carried the same overload