Sandi Fatic

Results 7 comments of Sandi Fatic

So, we have to make sure that the generated config is actually supported by the node before running the tests.

Once rolling this, we will need to update nearup first to use the same RUST_LOG env var, as it depends still on this flag to pass custom logging parameters.

cc: @matklad @ilblackdragon @bowenwang1996

It seems like it does exit once disconnected: ``` [2021-11-09T19:55:53Z TRACE mio::poll] deregistering handle with poller [2021-11-09T19:55:53Z ERROR actix_ratelimit::stores::redis] Error connecting to redis: Connection timed out (os error 110) [2021-11-09T19:55:53Z...

Bumping this issue, as many people have asked us why the APY is zero since launching the pool. @MaximusHaximus

We daily deploy master on betanet, so this would be just the tip of the master and patch that into the Cargo.toml I assume these two lines: (https://github.com/near/near-indexer-for-explorer/blob/master/Cargo.toml#L34-L35). We in...

I agree with @frol and like this kind of feature flags approached, we used a very similar concept in a project I worked before on and this works very well...