Sergi Delgado

Results 160 comments of Sergi Delgado

Have you run the test locally? Looks like you've replaced `OrderedDict` by `dict` but you have not updated the methods. Here's the traceback: ``` Traceback (most recent call last): File...

`get_all_appointments` can now be called via `docker exec` since `teos_cli` is a command line tool. However, RPCs cannot be called from the outside from the same exact reason as before....

`gRPC`offers several authentication mechanisms AFAIK, but yeah I think SSL should do. The goal is having something similar to bitcoind, where user and password is required. Currently we are using...

This is partially covered by #124. Replicas of the same appointment within the same user subscription are updates, and only the last one is kept. Copies of the same appointment...

Hi @johnongit Can you provide the steps to reproduce? Have you simply edited the Dockerfile from [c-lightning master](https://github.com/ElementsProject/lightning/blob/master/Dockerfile) and added: ``` RUN mkdir -p /python-plugin/plugins && \ git clone https://github.com/talaia-labs/python-teos.git...

Got it, I was able to reproduce. The issue you're facing comes from a version error so to speak. You're pulling from master which has an updated version of `teos-common`...

Oh sorry, `teos-common` is the package name. The folder is called `common` and is located [in the root of the repo](https://github.com/talaia-labs/python-teos/tree/master/common).

Did that work @johnongit? Can this be closed?

Hi @Jossec101, sorry about that. I've been working on `rust-teos` (the rust version of the tower) in order to deprecate `python-teos` and I completely neglected fixing / documenting this issue....

The two codebase are actually not compatible. There are small discrepancies. I may write a migration script if current users ask for it though. If you are gonna set up...