Vanya Sergeev

Results 12 issues of Vanya Sergeev

Blocks that have forked for running still indirectly hold references to the other blocks in the flow graph, which includes any variables or memory allocated in their `instantiate()` and `initialize()`...

enhancement
core

When a child block process exits due to a runtime error, the error is not propagated to the top-level process. The exit information is available from `waitpid()` in `CompositeBlock:_reap()`, and...

enhancement

This primitive allows for the creation of view-only getters to contracts that call dynamic external libraries with `delegatecall`. It is inspired by Gnosis' `StorageSimulation` ( https://github.com/gnosis/util-contracts/blob/main/contracts/storage/StorageSimulation.sol ), but this implementation...

Currently, there is no easy way to resume from the door state in some GRBL configurations, like the one used by Carbide 3D Nomad 3, because keyboard shortcuts and macros...

enhancement

I was wondering if there was a technical reason why the sorted leaves are stored backwards in the merkle tree. With the current construction, the lowest leaf index corresponds to...

Add configurable statistics time window, so users can select between, for example, 6 - 72 hrs.

Allow for filtering of trades by token or relay. Perhaps an input box at the top of the trades list, where a user can type in a token symbol or...

Decimal formatting for quantities and prices is currently hardcoded to 6 significant digits.

Currently, statistics are recomputed for every new trade, across all trades. This is very inefficient.

Many non-US users have their locale set to `en-US`, but expect metric units by default.

enhancement