nucypher / nucypher-porter

Gateway to TACo nodes of the threshold network
GNU Affero General Public License v3.0
2 stars 8 forks source link

Porter Updates associated with `nucypher` 7.3.0 #69

Closed derekpierre closed 6 months ago

derekpierre commented 6 months ago

Related to https://github.com/nucypher/nucypher-contracts/pull/240 and https://github.com/nucypher/nucypher/pull/3431.

Most of the diff is the relocking of dependencies.

derekpierre commented 6 months ago

Once merged - we need to do a release for Porter.

@KPrasch, @manumonti could use some help via a joint session: bumpversion, release etc.

derekpierre commented 6 months ago

LGTM

I don't see any downstream changes for taco-web, please correct me if I'm wrong.

Good question - the sampling endpoints /get_ursulas and /bucket_sampling now take an extra optional parameter for duration (defaults to 0 if not provided); related to https://github.com/nucypher/nucypher-contracts/pull/240.

AFAIK taco-web doesn't do any sampling (?), so taco-web is probably fine for now, unless I'm mistaken, but perhaps in the future if it adds any sampling functionality.

piotr-roslaniec commented 6 months ago

taco-web doesn't do any sampling at the moment. Perhaps in the future, we will make use of these endpoints once we develop a ritual initiation user flow.