Kacper Sawicki
Kacper Sawicki
## Motivation Issue https://github.com/spacemeshos/go-spacemesh/issues/5321 Listening for \q will allow smapp to gracefully shutdown the node.
License
Could you add a commercial friendly license? (e.g MIT)
The ask is to fix a problem with incorrect parent in parents map and there is also a problem with occasional panics because of root node detection. Fixed a problem...
PostConfig is missing in v2alpha1. This PR introduces new service which returns post config. ``` message PostConfigResponse { uint32 bits_per_label = 1; uint64 labels_per_unit = 2; uint32 min_num_units = 3;...
## Description Currently, API for malfeasance is only present in V1. The ask is to create v2alpha1 malfeasance service for list and stream. ``` message MalfeasanceProof { SmesherId smesher_id =...
## Description The request is to prepare APIs in the v2beta1 namespace. A breaking change will involve switching requests from POST to GET. Some of the resources like ParseTransaction/SubmitTransaction will...