golemfactory / golem-core-python

GNU General Public License v3.0
3 stars 2 forks source link

Port `yapapi.DemandBuilder` and `yapapi.props` to golem-core #74

Closed lucekdudek closed 1 year ago

lucekdudek commented 1 year ago

golem_node.GolemNode.create_demand currently is the only place to use DemandBuilder. Unfortunately, we need keep support for this class, because yapapi depends on it.

But, DemandBuilder.subscribe should be removed, as it have different implementation on golem-core.