kirill lykov
kirill lykov
I'm on clean Ubuntu 16.04 and tried to build mitsuba with Qt5. The described modifications are not enough for my case. I did what described in this thread. After that,I...
It worked! I also had to add -std=c++14 to config.py complier flags.
## Cli for new options My understanding is that the desired options are to specify probability of each transaction type. Might be expressed the following way (not sure if optimal...
After discussion with Ella: * we need to extend bench-tps to get more representative metrics when running benchmarks * the proposed way is to extend bench-tps to run different simple...
Interestingly, checks failed while running `/solana/cargo stable audit`. The relevant error message is: ``` error: 1 vulnerability found! │ │ ├── solana-cli 1.12.0 -- │ │ └── solana-bench-tps 1.12.0 ```...
Thanks for reporting! I will check this out soon
In the documentation, we have `The solana deploy and solana program deploy CLI commands use the upgradeable BPF loader.` But in fact, for `solana deploy` we use non-upgradeable loader, see...
> > I wonder if someone is using solana deploy currently and it is important for that user that a particular loader is used. > > It's possible but they...
Similar behavior now for branch v1.11 (e6a9c7e47c26f753f791509c77f6e1e39b8c5cbc) it contains changes which contribute to amplification of the memory in scanner. But it doesn't show the memory growth as for the master...