Ivan Kalinin
Ivan Kalinin
I confirm this. After running deferred example it slowly but constantly uses more and more memory. Windows 10 1909, NVIDIA GeForce GTX 1070 with drivers 451.48
Faced a similar error. These messages appear consistently every few minutes. ``` 16:08:08 ... possible Instant clock skew detected: a poll's end timestamp was before its start timestamp start =...
I think there is no guarantee that two `Instant`s created sequentially on different cores will also be sequential. https://stackoverflow.com/questions/46893072/clock-gettimeclock-monotonic-monotonicity-across-cores-threads
Yes, `span::Entered` is not `Send`, so this skew is strange. But maybe one of the calls of the `PollStats::start_poll` or its contents are missing somewhere under strange conditions?
Btw there is probably a bug in `Base64::decode`. [This](https://gist.github.com/Rexagon/43acd9ab183f969c384b09afa715af12) encoded transaction should be 5194 bytes long, but it is decoded as 5192 bytes. Why is it truncating last null bytes...
> Do we need to create online account for user to receive coins? You just need to compute the address from pubkey. Explicit account deployment is not required, it occurs...
And there is another issue. The debug grid/objects are shifted by a half of tile. Screenshot: http://i.imgur.com/djTVb2Z.png
I'm sorry, but it's too late. A couple of minutes ago I have started writing map classes using tmxparser, so I deleted my last work). But I think that the...
The problem with account deletion is that the previously large contract could accumulate a fairly large debt (for example due to `FastStorage` "feature"), and now, when it goes into a...
Thanks for the report, will be fixed soon!