ss
ss
Trade + auto settle features should be a separate API, with frontends updated accordingly. Existing dapps could break if some underlying behaviour changes.
Quantifying, the base fee tier (0.22%) is 440% more than Uniswap v3 (0.05%). Even when 1 million serum tokens are staked (0.1%), it's 100% higher.
Probably collides with https://github.com/project-serum/serum-dex/issues/109
Ping, any updates?
@googlebot I signed it!
same error in python 3.7.5 ```bash pip install scrapy-heroku Collecting scrapy-heroku Downloading https://files.pythonhosted.org/packages/3b/19/876c22d5971aa48b86f7f25ee8abd6326d48f7abf7bf20f1fb799ece95e1/scrapy-heroku-0.7.1.tar.gz Collecting distribute (from scrapy-heroku) Using cached https://files.pythonhosted.org/packages/5f/ad/1fde06877a8d7d5c9b60eff7de2d452f639916ae1d48f0b8f97bf97e570a/distribute-0.7.3.zip Complete output from command python setup.py egg_info: Traceback (most recent...
The `User` field in a `.service` file should be a regular user, not root. Can you get me the results of- ```sh # User under normal operation (hp) echo $USER...
Autocomplete for commands can be implemented with [clap_complete](https://github.com/clap-rs/clap/tree/master/clap_complete) but I have questions: 1. Do we really need auto-complete for core commands like `ser create`, `ser start` or `ser stop`? The...
Can you try building from source with cargo?