Pamphile Roy

Results 452 comments of Pamphile Roy

This might be a 2.0 event. I've been looking at the whole API and there are a lot of potential for cleaning/improvements. On the topic of import, there is the...

I see, thanks for the perspectives. Whatever we go for, I think it's important to be clear from a user perspective with what is public, private and how to access...

Sure, e.g. I had to make a call to a contract so I took the code from https://github.com/StellarCN/py-stellar-base/blob/main/examples/soroban_payment.py and made a helper like: ```python def soroban_invoke(secret_key: str, contract_id: str, level:...

@overcat Is there any action to take here? I am happy to try to propose something. In general, I am looking to contribute to the project actually 😄

Ok I understand. I will think about doing that. Anyway, I am keen on helping out if there is need elsewhere 😃

Just so I know, I see you own `soroban-sdk` on PyPi. If I were to work on that project, would you be open to give let me use this name?

@overcat FYI, I started a project here https://github.com/tupui/soroban-cli-python 😄

> This looks very cool! Thanks, feel free to "stop by" and I might have done some wrong things 😅 (Also I actually forgot to add in the readme some...

> PR welcome @LeTristanB ! I am not sure though 😅 To be honest the stats team has a lot to do with the new infrastructure and all such issues...

Totally agree. Nothing is trivial and it's not because it can be written in a single line of code that everyone can write such a line. Such functions are really...