Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/electroncash/util.py", line 225, in run_jobs
job.run()
File "/usr/lib/python3.10/site-packages/electroncash/synchronizer.py", line 418, in run
self.wallet.synchronize()
File "/usr/lib/python3.10/site-packages/electroncash/wallet.py", line 3132, in synchronize
self.synchronize_sequence(False)
File "/usr/lib/python3.10/site-packages/electroncash/wallet.py", line 3123, in synchronize_sequence
self.create_new_address(for_change, save=False)
File "/usr/lib/python3.10/site-packages/electroncash/wallet.py", line 3111, in create_new_address
address = self.pubkeys_to_address(x)
File "/usr/lib/python3.10/site-packages/electroncash/wallet.py", line 3209, in pubkeys_to_address
return Address.from_pubkey(pubkey)
File "/usr/lib/python3.10/site-packages/electroncash/address.py", line 435, in from_pubkey
return cls(hash160(pubkey), cls.ADDR_P2PKH)
File "/usr/lib/python3.10/site-packages/electroncash/address.py", line 100, in hash160
return ripemd160(sha256(x))
File "/usr/lib/python3.10/site-packages/electroncash/address.py", line 92, in ripemd160
h = _new_hash('ripemd160')
File "/usr/lib64/python3.10/hashlib.py", line 166, in __hash_new
return __get_builtin_constructor(name)(data)
File "/usr/lib64/python3.10/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type ripemd160
This update has been submitted for testing by jonny.
This update's test gating status has been changed to 'ignored'.
Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/electroncash/util.py", line 225, in run_jobs job.run() File "/usr/lib/python3.10/site-packages/electroncash/synchronizer.py", line 418, in run self.wallet.synchronize() File "/usr/lib/python3.10/site-packages/electroncash/wallet.py", line 3132, in synchronize self.synchronize_sequence(False) File "/usr/lib/python3.10/site-packages/electroncash/wallet.py", line 3123, in synchronize_sequence self.create_new_address(for_change, save=False) File "/usr/lib/python3.10/site-packages/electroncash/wallet.py", line 3111, in create_new_address address = self.pubkeys_to_address(x) File "/usr/lib/python3.10/site-packages/electroncash/wallet.py", line 3209, in pubkeys_to_address return Address.from_pubkey(pubkey) File "/usr/lib/python3.10/site-packages/electroncash/address.py", line 435, in from_pubkey return cls(hash160(pubkey), cls.ADDR_P2PKH) File "/usr/lib/python3.10/site-packages/electroncash/address.py", line 100, in hash160 return ripemd160(sha256(x)) File "/usr/lib/python3.10/site-packages/electroncash/address.py", line 92, in ripemd160 h = _new_hash('ripemd160') File "/usr/lib64/python3.10/hashlib.py", line 166, in __hash_new return __get_builtin_constructor(name)(data) File "/usr/lib64/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type ripemd160
This update has been obsoleted by electron-cash-4.2.10-2.fc36.
Has this been fixed since it was updated, @imaginaryusername ?