Vlad Frolov

Results 251 comments of Vlad Frolov

Do you want to have a tool that will re-submit all the transactions to a regularly running network or use `runtime-standalone` and only check the state? FYI, some preliminary infrastructure...

@bowenwang1996 do you want to introduce `GenesisConfig` struct that matches the network or what? I don't believe it is feasible. I believe we should ensure that the key-values in the...

Mental note: we will need to make some sort of migration once implementing this as otherwise, we will either discard the DBs with the older hash or DBs with the...

@bowenwang1996 Indeed, it does not affect nodes that track all shards, and that is the current state of things, but when we move on from it, both RPC and archival...

The node was running fine and I expect it not to produce ERROR message unless those need to be addressed. I still think those messages are valiable, so we may...

> That happens when a peer is behind the head of the network or the head is close to the epoch boundary. I can change the log level. I think...

It was not near-sdk, but near-jsonrpc-client-rs, which depends on near-primitives, and I tried to compile near-cli-rs for x32 platform and failed. Given that it was just one thing that borked,...

Yeah, I think I need to take my time and dump this knowledge.

I have the same issue. Does anyone know how to organize a moduled API service so `api/spec.html` will be generated for all modules?

Just for your information, since I found this project I have also tried two others that I can recommend now since this one is kind of dead: - [flask-RESTplus](https://github.com/noirbizarre/flask-restplus) (I...