Shiming

Results 49 issues of Shiming

我试了下`wstock add 600127`报下面的错误,而且报错报的也不是很友好 ``` $ wstock add 600127 (node:36075) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'code' of undefined at /Users/shiming/wstock/index.js:172:17 at processTicksAndRejections (internal/process/task_queues.js:97:5) (node:36075) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated...

## 问题描述 我按照readme里面的指引,首先复制了sdk的三个证书文件到resource目录,然后修改了application.yml配置 启动项目报handshake failed错误,message: not an SSL/TLS record ![image](https://user-images.githubusercontent.com/1725060/84119549-1c37e500-aa67-11ea-999e-7ce3db38fb2e.png) ## 版本信息 fisco 2.4.0 国密版 ## 重现步骤 ** step1: 部署链,使用sdk和链交互** [全过程步骤记录](https://gist.github.com/huahuayu/c32bb822786a263954649626803d68e8) **step2: 配置示例springboot sdk项目** 克隆本项目,并将控制台的证书文件拷贝到resource文件夹 ![image](https://user-images.githubusercontent.com/1725060/84121908-49d25d80-aa6a-11ea-942f-049df9038c1f.png) 修改application.yml配置 ``` encrypt-type: #...

readme中的这个链接报404了 https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/sdk.html#sdk

if there's some error returned from the bitcoind, how can I know the error reason, currently every error returns "HTTP error: 500 Internal Server Error"

Hi I have a bitcoind run in testnet, I found the sample code is misleading, people who run it the first time will get 500 internal server error, the full...

hi, the font in the description is different than other fields, would you please make them the same. ![image](https://user-images.githubusercontent.com/1725060/165010742-bffa4aab-b670-4f0a-a39c-fc571d4ac2e4.png)

hi, can I log the git commit metadata for the notes? So the specific code version and notes can be bound together. Otherwise, if I pull the code the line...

In order to unpack input data, I have to [define](https://github.com/huahuayu/go-transaction-decoder/blob/386992bff2efe9d92dac2b633d7cf185176be290/main.go#L46) the input fields. But if I want to make a generic decoder apply to any contract, for any function input,...

main.go line 84 causes a compile error, please check