mm-near

Results 16 issues of 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)

testnet_retrospecive_10_2022

(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...

testnet_retrospecive_10_2022

If we failed to apply the chunk, we'd show it as being in the wrong state (waiting to be requested) after restart.

testnet_retrospecive_10_2022

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...

testnet_retrospecive_10_2022

All the fields that we have in NearConfig, NetworkConfig etc - should be settable/overwritable via JSON file.

testnet_retrospecive_10_2022

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...