Shiming

Results 49 issues of Shiming

sorry for raise this issue, I just want to make clear of below questions: I have got btcd testnet up in my server, I want to control a batch of...

Hi, I tried to follow the document to use the modified geth(https://github.com/ewasm/go-ethereum) so that it can support `--vm.evm` flag, but the problem is `ewasm/go-ethereum` fork is not updated for three...

fix below issues: https://github.com/Alethio/web3-multicall-go/issues/8 https://github.com/Alethio/web3-multicall-go/issues/9

hi, I think here is a better multicall, because it doesn't need deploy https://github.com/indexed-finance/multicall but it only supports js, if only you can support it in go :)

hi, if there's space in the method will cause the method extract error ```go vc := multicall.NewViewCall( "0", "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984", "transfer( address, uint256 ) ( bool )", []interface{}{"0x000000000000000000000000000000000000dead","10"}, ) ``` see...

hi, currently the code don't supoort `uint` type, nither for arg type or return type. Actually `uint` == `uint256`.

if use websocket `ethrpc.New("ws://someurl.com")` for rpcClient below code will get error: ```go result, err := multi.Call(multicall.ViewCalls{vc0, vc1}, "latest") if err != nil { t.Fatal("callRaw",err) } ``` ``` Post "ws://someurl.com": unsupported...

如图所示,如果5g etf的代码`sh515050`写成了`sz515050`,`wstock list`虽然会出数据,但是数据全是乱的,不止是5g etf这一条数据是乱的,所有数据都是乱的 ![image](https://user-images.githubusercontent.com/1725060/81763395-b7d64400-9501-11ea-9320-3f1b3228592c.png)

我在`stock.json`里面加了一些代码,我希望`wstock list`代码是有序展示的,但是好像不是 ![image](https://user-images.githubusercontent.com/1725060/81636376-4a191200-9446-11ea-8137-ff801bc92fac.png) 另外这样改config文件的方式肯定不太好,能不能在查看`wstock list`的时候手动调整顺序?向上、向下、置顶、置低之类

我提一个小优化:按字母q退出行情查看 目前好像只能`control + c` 按照类似命令行的惯例,按q是可以退出的,比如说`top`,`htop`都是这样的