Blas Rodriguez Irizar
Blas Rodriguez Irizar
hi! I'm hitting the same ``` % curl https://gobinaries.com/madrugada-labs/dorsie@latest | sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100...
I added a very simple patch for taking the previous command when pressing the right arrow. It's far from being ready for a PR. But I just wanted to know...
Hi @mpl ! Thanks a lot! I understand the design trade offs, and it makes sense what you’re saying. Thanks for all your hard work. This package is really awesome.
Hi! What's the status of this? Is there anything I can do to help out?
@akhi3030 I've removed all non signature verification related code. So that hashing related functions are moved onto another NEP (will add it shortly). I'm not sure about https://github.com/near/nearcore/pull/7165#issuecomment-1181830146 What's needed...
finally, got green :)
@jakmeier I just ran it on another machine (M1) using ``` export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1; export CARGO_PROFILE_RELEASE_LTO=fat; ``` ``` Running `target/release/runtime-params-estimator --accounts-num 20000 --additional-accounts-num 20000 --iters 5 --warmup-iters 1 --metric time --costs...
@mina86 from your comments, the only part I'm still uncertain is the return of `get_proof` https://github.com/near/nearcore/pull/7205#discussion_r926581021 `None` would mean -> Key wasn't find `vec![]`-> ?
> TrieProofPath Would this mean that `ViewRuntimeAdapter::view_state` would need to have a parameter that flags whether the proof should or not be included? Can certainly change `Vec` to `Vec` encoded...
A few updates on this PR (thanks @vmarkushin) - Reuse `RawTrieNodeWithSize` in favor of `TrieProofItem` - Introduce non-membership proofs. This means that we can request proof that a key value...