Alexey

Results 20 comments of Alexey

good points! I'm on the same page 👍

> Currently because we don't know the size of the buffer inside the deserialize method we can't predict if the length is way too large and should error out One...

> Generating random type; We can generate an input for a random nested type, but to generate a proper deserializer we would need to compile it (generate a program, macros...

If go the the "Edit" screen and tap on the account card there, it'll copy the address to the buffer. Currently, that "EDIT ACCOUNT" screen will show up if you...

created a related issue https://github.com/paritytech/parity-signer/issues/173

> Rename the crate folders to match the crate names (chain/chain -> chain/near-chain, runtime/runtime -> runtime/near-runtime, core/store -> core/near-store), so you can easily resolve the use statement into the folder...

The idea is to associate crates which are the core components (direct dependencies) of neard process and their dependencies. > Given the project is nearcore, it implies that everything in...

As a general methodology, I think if we want to define a category it should be valuable and not tautological. In other words the definition should add a value, be...

The "utils" to me is a common code which exists because you don't want to repeat it (and this is a dominating characteristic of it). But in the same time,...