Hleb Albau
Hleb Albau
Recently, we introduce GPU rank computation, based on Nvidia CUDA framework. As for now, I see a lot of requests for non-nvidia based cards to compute rank. Technically it is...
Currently, we use a linear form of 2D array for GPU calculation. In our usage pattern, we don't have [x][y] access patterns but just iterate over [x] array elements. So,...
Currently, all accounts balances are passed to CUDA. But in a calculation only a few o them are used. To reduce memory requirement we should pass only required accounts. The...
Right now, when someone creates a link with non-existing cid, that cid added to the merkle tree with rank 0. Another option here is to calculate a new cid rank...
## Background There is passed [proposal](https://www.mintscan.io/osmosis/proposals/187) and [its first implementation attempt](https://github.com/osmosis-labs/osmosis/pull/1069). Should we implement it, or it is abandoned idea? ## Suggested Design The same as in PR, but implemented...
 My proposal is to remove menu bar with **edit** **view** **widnow** buttons.
 Should be cyb icon, instead of default one.
Currently there is only way to interact with chain is using cli. Voyager allows send tokens, see validators, delegate and other stuff. I expect this task will not easy one,...
While connection to custom rpc endpoins it is not oblivious on what network you are now. My suggestion is to add chain-id info somewhere in node selection window.
See https://github.com/osmosis-labs/osmosis/pull/2454