karask / python-bitcoin-utils

Library to interact with the Bitcoin network. Ideal for low-level learning and experimenting.
MIT License
262 stars 99 forks source link

bump ecdsa module to 0.18.0 #96

Closed zingero closed 1 month ago

karask commented 1 month ago

Hi @zingero

Is there any functionality in ecdsa 0.18 that is missing and needed in the library?

Usually, I upgrade cryptographic library only if there is a specific reason.

zingero commented 1 month ago

Hi @karask My application uses some modules and this is one of them. Another module requires the ecdsa module to be in v0.18.0. Since I cannot use different versions of ecdsa, I upgraded the ecdsa version in this module to 0.18.0. Then I ran the tests and verified they passed.