Copy minor bits from yapapi to golem-core
Closed this issue · 0 comments
lucekdudek commented
- Copy
DEFAULT_DRIVER, DEFAULT_NETWORK, DEFAULT_SUBNET
to golem-core- make sure to replace all
"public"
subnet strings with reference to newDEFAULT_SUBNET
in golem-core
- make sure to replace all
- Copy blender image source code (used in examples) from yapapi to golem-core-python
- Copy fstring from
__str__
method fromNoPaymentAccountError
toNoMatchingAccount
- Copy
is_intermittent_error
- Copy
_is_gsb_endpoint_not_found_error
- Copy
_YagnaDatetimeFormatter
to golem-core