Rdwv

Latest version: v1.0

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

Scan your dependencies

Page 11 of 15

0.8.4

Bitcoin Cash support & misc fixes

This version adds bitcoin cash support plus probably forever fixes unclosed session warning (:

0.8.3

Added BSTY coin

0.8.2

Added validate_key method

You can now use validate_key method to ensure that key you are going to use restore wallet is valid, without actually restoring it.

Examples:

python
>>> c.validate_key("test")
False

>>> c.validate_key("your awesome electrum seed")
True

>>> c.validate_key("x/y/z pub/prv here")
True

0.8.1

Webhooks!

This update adds a new way of receiving updates, start a webhook and daemon will deliver updates to that webhook by itself.

To use that feature, `pip install rdwv[webhook]` for sync version(flask), async version has that built-in(aiohttp).

To use that instead of polling, just replace
`btc.poll_updates()`
with
`btc.start_webhook()`

0.8.0.post4

Remove async warning

This is a follow-up of previous release

0.8.0.post3

Automatic session closing in async!

That's it, no need to use async with or manual .close() anymore in async version!

Page 11 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.