Rowan de Haas
Rowan de Haas
RootBeer also exposes a few public methods, which some apps call directly instead of using RootBeerNative.checkForRoot(). Using this PR as a basis, I added some hooks to override these methods...
@hikaritenchi this I am not sure about. Perhaps the author of the original PR @prattpratt can answer
I'm also experiencing this when using a MySQL database (5.6.12). It occurs due to a text query being done against a DATE field throwing the following warning at the database...
Thanks @drmathias, there's a related issue with structs being fixed at the moment so I'd imagine this could be done as part of that.
@bokobza what's the status of this? Would you mind if I took a look?
Nice idea 💯 . Would be good if we can make it reusable and apply it in other places where struct deserialization would be useful!
Looks like this problem exists for byte arrays too, see #4099.
I think this is mostly correct, but `0` can be a leaf too. So the maximum is `Int32.MaxValue + 1` = `2^31`.
There is a known issue with this, see https://dev.azure.com/Stratisplatformuk/StratisBitcoinFullNode/_boards/board/t/StratisBitcoinFullNode%20Team/Stories/?workitem=4551. Will PR a fix shortly.