Oleksandr
Oleksandr
Fix FinishReceiving not being called in normal flow of OnReceived Tweak FinishReceiving to not do ReturnTransport (it pollutes transport pool) Not changing version, cause unsure, how to (Ref issue #4)
When validating, validator-engine memory usage raises gradually over time until the VE gets reaped by OOM killer. I have tried to collect some evidence with jemalloc (kudos to Arseny for...
I have discovered a possible dangerous attack, that can be carried out on config contract. To perform the attack you just have to be a validator (no matter how much...
Calling impure functions from pure should at least emit a warning or be forbidden overall. Because pure function can be optimized out along with their impure function calls it can...
This PR implements an `implicit` keyword that allows to define functions that should not be followed by arguments tuple. This way it is possible to more beautifully implement something more...
_This PR is splitted from #220 into seperate branch for maintainability._ This massive (in terms of lines, to say the least) upgrade adds a counting `-u` flag that allows to...
This PR implements a `-t` flag that activates error tracing mode. That would cause detailed backtrace be printed as WARN and INFO in cause of error during compilation or interpretation...
Fix a check in manual DNS management Fift script, that verifies the category number as an signed `int256` instead of unsigned `uint256,` that this number is actually treated as later...
Inlay function parameter name hints are displayed even if the provided argument is a variable of the same name as the parameter. Example:  Usually, in such case, they are...
Greetings, Patrick! It seems that information about PV3 and PV4 is not obtained when two EP600s are connected in parallel (DC PV x2 and AC PV x3 are only loaded...