arweave-python-client
arweave-python-client copied to clipboard
This client allows you to integrate your python apps with the Arweave network allowing you to perform wallet operations and transactions
Snyk has created this PR to upgrade arweave from 1.10.23 to 1.11.3.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
**Describe the bug** ArQL is old, slow and unmaintained. You cannot just deprecate the immutable, but the endpoint is as close to this as is possible. ArQL queries are getting...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [arweave](https://github.com/ArweaveTeam/arweave-js). These dependencies need to be updated together. Removes `axios` Updates `arweave` from 1.10.23 to 1.14.4 Release notes Sourced from...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
arql wih transaction data was not returning a list of transactions (it was only returning `None`. It has been refactored to return `None` early and return transactions on the happy-path....
when user provide reward param in Transaction's init() function (eg: t = arweave.Transaction(wallet, data='123', reward='10000000000')), it will always be overwrited.
**Describe the bug** The get_reward() function from arweave_lib.py fails randomly because of poor variable usage. My guess is that the following code fails when the status.code is different than 200....