Podcastindex-org / podping-hivewriter

The hive writer component of podping.
MIT License
15 stars 5 forks source link

Skip posting key authorized check on startup #50

Closed agates closed 2 years ago

agates commented 2 years ago

Recent distributions of linux ship with openssl 3 and ripemd160 disabled by default. Since lighthive uses the ripemd160 implementation from hashlib, which uses openssl in the background, we will disable this check to avoid any startup issues.

Transactions will still fail with a signing error

Fixes #47