hello_loopring
hello_loopring copied to clipboard
hello_loopring
Hello, it would be great if the package could be installable via `pip`, either hosted on PyPI (voluntary) or at least from the repo directly. It would need a `setup.py`...
How's it going mate can I have my ether back now 🤔 😀 😳 😬 😕?
Fixed typo
resolved typo on line 28 (fucntion to function)
When opening RestClient multiple times you get error: "OSError: [Errno 24] Too many open files", which is caused because Pool's are not closing automatically. This commit fixes that with calling...
Hi, I have exported my [account data](https://docs.loopring.io/en/basics/key_mgmt.html), I can run the basic keygen example (using `python poseidon_hash_sample.py -a sign -i 1,2,3 -k 0x1`), however I'm confused as to what data...
- aligned RestClient.request data input parameters with Request classparameters. - Added timeout to requests commant preventing infinite waiting for the result.