Slixe
Slixe
delete mainnet folder and do a full resync
Closing as completed, if you guys have any new issue, please open a new one. Thanks for running a node!
I also have a need of this feature which would greatly help with easier error handling when dealing with Ref/RefMut.
Make sure to sync your time using NTP correctly, because block time are really short and the "delta" of future timestamp allowed is only 2s, you can get such errors,...
hey there, lgtm, thanks for your time ! :)
According to bench, I'm getting the following performance boost: ``` Compute Rank time: [46.144 ms 46.204 ms 46.271 ms] change: [-27.123% -26.847% -26.590%] (p = 0.00 < 0.05) Performance has...
Hey @michaelsutton sorry to ping you, would mind giving me a review on this?
Of course, sorry for not providing more context I thought the code change was obvious enough. Well, `convert_to_float` is much faster without unsafe & MaybeUninit because it is directly allocated...
You are right. Would it be easier to directly append the #[cfg] on the generated glue code? So it’s compatible no matters the scenarios selected?
looks cool! thanks But, I was waiting on Captain to have another signature function to implement it for permissions because: - SignData is exposed, relying on it would be a...