Camille
Camille
Here is the fix for tests. Your work looks great, I didn't found any way to calculate the time in milliseconds in pure "bash", I used this framework because it's...
It's true it's not obvious to use the consumer part of the lib, we should probably improve it. I don't like the approach to create a new Fiber each time...
I definitely agree with the benchmark approach. I will try to run some bench this week to get the answer.
now the user can request the pin to be sent again.
We need to introduce new roles into abilities.yaml: - org-admin - org-member - org-accountant Then we need to create new abilities for platform operators to manage the organizations: ```yaml admin_permissions:...
When an admin use the ability AdminSwitchSession to switch to a **user** we set the same user role to his session. When an admin use the ability AdminSwitchSession to switch...
You can find a docker image of electrum compatible with peatio here: https://github.com/openware/images/tree/master/electrum
ElextrumX is an other software than Electrum, it probably needs a specific peatio plugin. Though it's very interesting if it supports main UTXO base currencies. We would need to review...
We would need more details/resources in this document. 1. I can't find proper specification of Session Keys in Ethereum ERCs, can you link the resources you based your research on?...
I started a PR with a first attempt to use OpenZepplin Deploy https://github.com/layer-3/clearsync/pull/138 I think the product allows to do what we want, if we can make it work. I...