raiden-network / spec

Spec of the Raiden Network protocol
8 stars 19 forks source link

Add ADRs to spec repo #355

Closed karlb closed 2 years ago

karlb commented 2 years ago

Most of these documents are not limited to the python client but explain decisions about the protocol itself, so it makes sense to provide them along with the spec.

karlb commented 2 years ago
  File "/home/docs/checkouts/readthedocs.org/user_builds/raiden-network-specification/envs/355/lib/python3.7/site-packages/sphinxcontrib/soliditydomain/documenters.py", line 226, in generate
    self.document_members(all_members)
  File "/home/docs/checkouts/readthedocs.org/user_builds/raiden-network-specification/envs/355/lib/python3.7/site-packages/sphinxcontrib/soliditydomain/documenters.py", line 127, in document_members
    should_exclude_private = '<private>' in self.options.exclude_members
TypeError: argument of type 'NoneType' is not iterable

@istankovic Any easy explanation for this TypeError?

EDIT: I just removed soliditydomain.