Electrumsv-sdk

Latest version: v0.0.50

Safety actively analyzes 621363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.0.42

- Set the app version number in the terminal window title.
- Prevent all components from binding on `0.0.0.0` because it results in firewall permission
pop-ups. The SDK is now only intended for use on `RegTest` and so there is no reason to bind
on all interfaces like this.

0.0.41

- Add `reference_server` component to the SDK. This server is designed to house all relevant
LiteClient APIs as well as any other APIs specifically needed by ElectrumSV. It functions as a proxy
to multiple backend services in order to unify the full set of APIs as well as the authorization and
account model.
- Add `header_sv` component to the SDK (LiteClient component) - involves download of embedded
Java RE.
- Set terminal window title with the name of the running component.

0.0.40

- Add `simple_indexer` component to the SDK. This component is a very simplistic implementation of
the new set of indexer-backed APIs that ElectrumSV requires moving forward.

0.0.39

- Upgrades to allow for usage of an embedded postgres instance on a non-default port.
- Added the reference implementation of Peer Channels as a new SDK component.
- Use Python3.10 as the recommended version.

0.0.37

- Add comprehensive mypy static type checking to codebase
- Update mAPI version to 1.3.0
- Fix `stop` command on windows to perform `SIGINT` for all of `--inline`, '--background' and
`--new-terminal` modes of exectution.
- Set sockets to `SO_REUSEADDR` mode to prevent TCP cooldown from preventing rapid stop/start
iterations of SDK components.
- Beginning to add portability features by allowing to specify an arbitrary `SDK_HOME` directory
rather than the default os-specific home location. This is part of a new direction of creating
a fully standalone / bundled SDK CLI-Tool (where the user doesn't need to separately install
anything).

0.0.36

- Bump aiorpcX version to 0.22.1 as the minimum.

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.