Thomas Jay Rush
Thomas Jay Rush
chifra export --accounting should do a "final" reconciliation that balances out to current end of chain balances Otherwise, the balance history charts (and balance sheets) represent last purchased price. They...
A number of issue were marked as TA-Delayed and closed. Re-open them.
The link in your README to the murmerhash algorithm goes to a dead link.
Perhaps we can get a repo on the EthMagicians or EF github. Just putting this here for discussion.
I suggest strong CSV as it is significantly small than JSON. Some of us (me) are working on very small machines such as desktop computers. The small the data the...
There's a fair bit of confusion in the community about how this calculation works. I suggest we all agree on the same set of terms for the various components of...
I read your entire README file. It's pretty good, but at one point I found something very confusing... You say, at one point: ``` A downside for appending is that...
I feel like our API is odd. Shouldn't it be ``` http://localhost:8080/blocks/:id/ ``` or maybe even ``` http://localhost:8080/v3/blocks/:id/ ``` (with a version string?) Then we can remove things like `http://localhost:8080/blocks?blocks=12`...