Skip to content

TCP Socket Support

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 22 Mar 19:41
· 27 commits to master since this release
898ddf5

This release adds support for connecting to a node via a passed in TCP socket which is available in NodeJS and React Native environments and does not require a TLS or Proxied connection. Also included is a fix for env checking that works in all envs as well as a depency change for secp256k1 which reduces the bundle size and execution speed.

Changelog:

  • chore: replace secp256k1 to @noble/secp256k1 #22
  • fix: support SW usage #23
  • 0.1.0-0.3.0 - Feature: TCP Socket #24