LuYong Chen
LuYong Chen
**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. pip install -r requirements.txt ``` Django>=3.0 ofxtools>=0.8.22 setuptools>=50.3.2 jsonschema>=3.2.0 Markdown~=3.3.4 Pillow>=8.4.0 graphene-django>=2.15.0 Faker>=8.16.0 behave>=1.2.6 ``` 2. python manage.py migrate...
### Description `cannot import name 'url' from 'django.conf.urls'` ### Steps to Reproduce depends django version is 4.0 ### [Informacje o wydaniu Django 4.0](https://docs.djangoproject.com/pl/4.0/releases/4.0/#features-removed-in-4-0) `django.conf.urls.url() is removed.` [more](https://docs.djangoproject.com/pl/3.2/ref/urls/#url) ### solution use...
问题简要说明:请求体返回数据不符合预期 OTC账户UID:8521674 完整的URL请求: ``` https://api.huobi.pro/v2/account/ledger?accountId=8521674&transact-types=transfer&startTime=1602866044000&endTime=1603643644000&AccessKeyId=a533943f-83a6ff27-vf25treb80-dd201&SignatureVersion=2&SignatureMethod=HmacSHA256&Timestamp=2021-03-27T07%3A32%3A26&Signature=Xq5jLCRCqAbeiluBWjPCEn6juFP9gJKNsTxRAHGueM8%3D ``` 完整的JSON格式的参数:无 完整的JSON格式的返回: ``` { "code":200, "message":"success", "data":[ ], "ok":true } ``` 问题出现频率:每次都会出现 签名前字符串: ``` https://api.huobi.be/v2/account/ledger?accountId=8521674&transact-types=transfer&startTime=1602088444000&endTime=1602866044000 ``` 根据 `/example/account/get_account_ledger.py` 的脚本及[接口文档](https://huobiapi.github.io/docs/spot/v1/cn/#2f6797c498),生成以上请求路径,但结果并不符合预期。 我希望能在这个返回结果中看到订单记录,包括:买入、卖出、转入、转出。 无论我是否填写 `transact-types` 字段值,返回内容皆为 `[]`...
Fix buggy testing process `Public Key` should not support hard derivations. see [bip-0032 Implications](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#implications)
config.json ``` "auth_url": "http://192.168.1.6:8000/internal/exchange/user/auth", "sign_url": "http://192.168.1.6:8000/internal/exchange/user/api/auth", ``` --- In ` on_job ` function used in ` auth_url ` parameter service content We didn't in the corresponding application services ` viabtc_exchange_server...