lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.2k stars 483 forks source link

support channel sign without adding timestamp to signature #3694

Open tzarebczan opened 1 year ago

tzarebczan commented 1 year ago

Basically add a param to make this part optional - https://github.com/lbryio/lbry-sdk/blob/3e3974f81392ae2f95f20487ca08dd4ad2b62922/lbry/extras/daemon/daemon.py#L2975

It can return a bogus release time

Odysee is trying to use these signatures as a URL parameter for verification of unlisted content, so we now need to pass both the signature and signingts, which makes the URL even longer.