mm-near
mm-near
We should export the current 'approval height' that given node is sending (currently this data is available only on the Validator debug page)
(in this case, it was caused by 'syncing - so no block production'). In such scenario, we should mention it explicitly on the debug page. Also, if the block didn't...
If we failed to apply the chunk, we'd show it as being in the wrong state (waiting to be requested) after restart.
Currently the block will just 'stay there' in the list, without any additional info. We should cover cases like: - error when processing the block - block wasn't added to...
All the fields that we have in NearConfig, NetworkConfig etc - should be settable/overwritable via JSON file.
Currently this library (near-api-kotlin) is missing a bunch of features, which are making it quite hard to use in real projects (for example currently it requires wallet login -- which...