roshii
091ce515e9
fix(deps): bencode library
...
style: revert formatting
fix(deps): update fastbencode to use rust variant
style: new line
chore: fix typo
Co-authored-by: Marnix Croes <93143998+MarnixCroes@users.noreply.github.com>
chore(deps): bump fastbencode to v0.3.6
chore(deps): remove fastbencode rust extra
2 months ago
dependabot[bot]
c54c11cd17
Bump twisted from 23.10.0 to 24.7.0
...
Bumps [twisted](https://github.com/twisted/twisted ) from 23.10.0 to 24.7.0.
- [Release notes](https://github.com/twisted/twisted/releases )
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst )
- [Commits](https://github.com/twisted/twisted/compare/twisted-23.10.0...twisted-24.7.0 )
---
updated-dependencies:
- dependency-name: twisted
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Simon Castano
12d6b5aa06
Bump compatible Python version to 3.12
...
Signed-off-by: Simon Castano <roshii@riseup.net>
2 years ago
dependabot[bot]
07bad142ba
Bump cryptography from 41.0.6 to 42.0.4
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.6 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.4 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kristaps Kaupe
b93b6be641
Update version
2 years ago
Kristaps Kaupe
053e9d882c
Release notes and version for v0.9.11
...
Co-authored-by: Marnix <93143998+MarnixCroes@users.noreply.github.com>
2 years ago
Kristaps Kaupe
bd22dd0d9f
Bump pyopenssl from 23.2.0 to 24.0.0
2 years ago
dependabot[bot]
66fcf387b4
Bump twisted from 23.8.0 to 23.10.0
...
Bumps [twisted](https://github.com/twisted/twisted ) from 23.8.0 to 23.10.0.
- [Release notes](https://github.com/twisted/twisted/releases )
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst )
- [Commits](https://github.com/twisted/twisted/compare/twisted-23.8.0...twisted-23.10.0 )
---
updated-dependencies:
- dependency-name: twisted
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kristaps Kaupe
ca33ecafda
Bump txtorcon from 23.0.0 to 23.11.0
2 years ago
Adam Gibson
8254a67341
Update secp256k1 lib deps for pythonbitcointx1.1.5
...
Prior to this commit, code for scalar multiplication the module
secp256k1_main in jmbitcoin relied on direct access to the secp256k1
linked library, but the API for accessing that object has now changed in
python-bitcointx with version 1.1.5 (there is now a Secp256k1 data class
with lib and ctx entries, see the Readme of the project for details).
After this commit, we update our code for that API (but do not make
functional changes to Joinmarket itself).
2 years ago
Kristaps Kaupe
204f1171c2
Drop Python 3.7 support
2 years ago
Kristaps Kaupe
9410b9cbfa
Update libsecp256k1 and python-bitcointx
2 years ago
dependabot[bot]
f40bd649ce
Bump cryptography from 41.0.4 to 41.0.6
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.4 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
roshii
7e045c9ba4
Requires Python <3.12
2 years ago
dependabot[bot]
b2c5603b4e
Bump twisted from 22.4.0 to 23.8.0
...
Bumps [twisted](https://github.com/twisted/twisted ) from 22.4.0 to 23.8.0.
- [Release notes](https://github.com/twisted/twisted/releases )
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst )
- [Commits](https://github.com/twisted/twisted/compare/twisted-22.4.0...twisted-23.8.0 )
---
updated-dependencies:
- dependency-name: twisted
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kristaps Kaupe
70366ffede
Bump cryptography to 41.0.4 for all platforms
2 years ago
roshii
91dacf662d
Rewrite AES code with cryptography
2 years ago
Kristaps Kaupe
1ebb68f119
Update txtorcon to 23.0.0
...
Changes:
* Drop Python2 support
* Fix a bug with stream updates (and CONTROLLER_WAIT)
https://github.com/meejah/txtorcon/releases/tag/v23.0.0
2 years ago
roshii
c8eef50e93
Migrate to modern packaging and src layout
2 years ago