Vlad Frolov

Results 251 comments of Vlad Frolov

Note that you still need to provide the public validator key there. It is not the account public key there.

@janewang @bowenwang1996 I would like to ask Node Experience team to consider implementing this feature. Currently, Indexer Framework uses `nearcore::config::load_config_without_genesis_records`, but even then it takes tens of minutes to boot...

This feature is not urgent at the moment, but it would help a lot in a face of incidents that may happen any day

@nikurt Hmm, that is odd! Mainnet node starts in 4 seconds: ``` Nov 24 08:33:20.509 INFO indexer_for_explorer: NEAR Indexer for Explorer v0.10.3 starting... Nov 24 08:33:20.511 INFO indexer_for_explorer: construct_near_indexer_config Nov...

I also remember my older experiments with quite ad-hoc switching the validation off and getting "instant" boot on testnet even in debug mode. I cannot take a minute to open...

This is counter-intuitive to me. Is it debug or release build you test there?

@nikurt Was it completely resolved in #5888?

Plan ==== * [ ] Configure the test suite: a. Run `rosetta-cli check:construction` (configure `rosetta.cfg` with some scenarios) b. Run `rosetta-cli check:data` in parallel with `rosetta-cli check:construction` * [x] Add...

This issue is still relevant, but not urgent.

@mina86 Well, actually, we needed to integrate the official Rosetta compliance checks: https://github.com/coinbase/rosetta-cli#checkdata (check:data and check:construction): https://github.com/near/nearcore/issues/3186#issuecomment-675124554 P.S. You may create a new issue if you want to separate the...