Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions raiden/network/transport/matrix/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ def __init__(
else:
self.retry_delay = retry_delay

@property
def base_url(self) -> str:
return self._base_url

def _send(self, method: str, path: str, *args: Any, **kwargs: Any) -> Dict:
# we use an infinite loop + time + sleep instead of gevent.Timeout
# to be able to re-raise the last exception instead of declaring one beforehand
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ matplotlib-inline==0.1.2
# via
# -r requirements-dev.txt
# ipython
matrix-client==0.3.2
matrix-client==0.4.0
# via -r requirements-dev.txt
matrix-synapse==1.33.0
# via -r requirements-dev.txt
Expand Down Expand Up @@ -777,6 +777,7 @@ unpaddedbase64==1.1.0
urllib3==1.26.5
# via
# -r requirements-dev.txt
# matrix-client
# requests
# responses
varint==1.0.2
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ marshmallow-polyfield==5.10
# via -r requirements.txt
matplotlib-inline==0.1.2
# via ipython
matrix-client==0.3.2
matrix-client==0.4.0
# via -r requirements.txt
matrix-synapse==1.33.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -657,6 +657,7 @@ unpaddedbase64==1.1.0
urllib3==1.26.5
# via
# -r requirements.txt
# matrix-client
# requests
# responses
varint==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ marshmallow-dataclass[union]
marshmallow-polyfield
marshmallow
marshmallow_enum
matrix-client==0.3.2
matrix-client==0.4.0
mirakuru==2.1.2
netifaces
psutil
Expand Down
6 changes: 4 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ marshmallow-enum==1.5.1
# via -r requirements.in
marshmallow-polyfield==5.10
# via -r requirements.in
matrix-client==0.3.2
matrix-client==0.4.0
# via -r requirements.in
mirakuru==2.1.2
# via -r requirements.in
Expand Down Expand Up @@ -269,7 +269,9 @@ typing-inspect==0.4.0
ulid-py==1.1.0
# via -r requirements.in
urllib3==1.26.5
# via requests
# via
# matrix-client
# requests
varint==1.0.2
# via multiaddr
web3==5.21.0
Expand Down