drcpu-github

Results 46 comments of drcpu-github

@aesedepece Would it make sense to have a getFloat RADON function that allows to specify thousand and decimal separators for greater parsing flexibility? Example `getFloat("gram", thousand=" ", decimal=",")` for a...

> For broader context, I've always run off this idea because of the indistinguishability between missing votes and intentionally censored votes. In other words, a mechanism like this could be...

> Hi, so we haven't made any changes to the `ConsensusConstants` struct since before mainnet, so I'm not sure how would that work. Most probably we can use TAPI to...

Implemented WIP0022-guards around the relevant code. Made sure that all tests pass when the ratio is not activated by setting the accepted ratio to `u64::MAX`. All tests can be run...

Did you install all dependencies as per [the docs](https://docs.witnet.io/developer-reference/compile-from-source-code)? It looks like you don't have the protobuf compiler installed.

> Seems to work just fine 👍 Would appreciate feedback from @drcpu-github, who I suspect that will be the main user for this feature for the time being! I'll try...

@tmpolaczyk I have been testing this branch in the test version of my explorer and it works like a charm! I don't really notice any slowdown in either address lookups...

Seems like this is a sub-dependency of prettytable-rs which has not been updated for 2 years, so dirs won't be subsituted by dirs-next either.

> We could fix this by indexing all the blocks after a master key change, but this will not be easy to implement. Maybe it would be enough to iterate...

A couple of remarks / questions: 1. Is priority here defined as `absolute fee / transaction weight`? Just wondering because the priorities used as an example are quite high. 2....