Hoyt Ren
Hoyt Ren
I'm working on this, but because I can't get the unmodified code pass the unit test, I can't create the PR now.
It seems this is done? in the config.toml, I see 'GracePeriod = "1m0s"', and I believe it's spf13/viper handling the duration string.
After reviewed this issue, I find it's not that easy to fix this problem, even the --home could not work, because in start.go of the SDK, it use the homedir...
另外,需要能将点分组,以便显示多条线。或者某些组需要连线,而另一些组可能不需要。比如标记的一些异常点,就不需要连上线。
折线图和散点图的区别在于,折线图每个点的横坐标间隔是固定的(即使有个别点缺失),输入的 X 值只是显示用的标签,和点的位置无关,最多表示点的顺序。而散点图输入的 X 值是在轴上的位置,点和点的 X 间隔是输入值确定的。所以,两种图无法相互替代,不论看上去是不是都是一条线。
I guess this is out of date since here isn't service/header now.
Rebased twice, and it still failed...
happy to see it passed :)
It seems not right, because in header/core/exchange.go Line 85: return ce.getExtendedHeaderByHeight(ctx, nil) and in the definition of getExtendedHeaderByHeight, it call GetBlockInfo without check height. and in the definition of GetBlockInfo...
@vgonkivs I guess here is misunderstand. What I mean is, all these functions never touched the parameter but simply pass it to the SDK, and the function 'Commit', which is...