Modship

Results 13 issues of Modship

* [ ] document all added functions * [X] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile * [...

* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...

* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] if part of node-launch, checked using the `resync_check` flag * [ ] unit...

* execute_read_only_call ExecuteReadOnlyCallRequest has the 'call' and 'target' field, which is an Option, but in the code, we return an error if it is None * get_datastore_entries ``` message DatastoreEntry...

bug
api
need spec

The `update_ask_operation` function in `retrieval.rs` of operation_handler poorly handles peer disconnections. ⚠️ Sometimes spamming `Failed to send AskForOperations message to peer: {}` when a peer is disconnected. `on_operations_announcements_received` is called...

protocol

We should change all the bidirectional gRPC streams that are not truly necessary into unidirectional streams (server -> client). This would enable gRPC streaming to work from the web (such...

api

* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] if part of node-launch, checked using the `resync_check` flag * [ ] unit...

blocked

### Is there an existing issue for this? - [X] I have searched the existing issues ### YACE version 0.53.0 (docker) ### Config file ```yml apiVersion: v1alpha1 discovery: jobs: -...

bug

First * merge https://github.com/massalabs/massa-web3/blob/c87fa592dd86a30099e061c9c1aacb7a4a5fba50/packages/massa-web3/open_rpc/massa.api.json (public api part is up to date) And then we should also : - Update massa Amount serializer/deserializer str to accept string in nMAS and u64...

api

This PR allow using web config file, in my case i need to use basic auth Exemple : ```yml alertmanager_web_config: basic_auth_users: John: $2a$12$9kqglntQUzvOFu2cvEYZ0.H6sXuho5Xdc.ID.C2hNtlCYF6q/RXWG Doe: $2a$12$sIB6/w8/4Fn5EWaAdrpSGuRqIhkrXzSnQSxOqbiSPhTbdHWkC.oKG ```

enhancement
roles/alertmanager