massa icon indicating copy to clipboard operation
massa copied to clipboard

The Decentralized and Scaled Blockchain

Results 346 massa issues
Sort by recently updated
recently updated
newest added

- [x] The functions [feed_cycle](https://github.com/massalabs/massa/blob/main/massa-pos-worker/src/controller.rs#L61) and [perform_draws](https://github.com/massalabs/massa/blob/main/massa-pos-worker/src/draw.rs#L26) in [massa-pos-worker](https://github.com/massalabs/massa/tree/main/massa-pos-worker/src) need to better explain the design choices. Function `feed_cycle` It is a non-blocking function where the worker is separate, so the...

enhancement
production

A list of idea / proposals to add to the current WIP versioning work: * [x] Allow multiple versions to be deployed at the same time: * as [BIP-0009]() propose...

enhancement
global

Might be out of scope for this PR, but it might be helpful to think about "why clone_without_refs, and not just clone, in this particular context". _Originally posted by @Ben-PH...

documentation
global

**Actual** Use [cargo check](https://doc.rust-lang.org/cargo/commands/cargo-check.html) ```shell cargo check ``` result: ```shell ➜ massa git:(testnet_20) cargo check warning: /Users/aoudiamoncef/Workspace/massa/massa-node/Cargo.toml: unused manifest key: build Finished dev [unoptimized + debuginfo] target(s) in 0.40s ```...

enhancement
good first issue
tests
global

Follow up to #3475

smart-contracts
need spec

## Context In the bootstrap process the ledger is splitted in part and streamed between the bootstrap server and client. It can be splitted at an arbitrary step at a...

enhancement
bootstrap

https://github.com/massalabs/massa-network-simulator

tests

There is some github actions to auto check for dead links: - https://github.com/tcort/markdown-link-check - https://github.com/maoudia/www.maoudia.com/blob/main/.github/workflows/link_check.yml _Originally posted by @aoudiamoncef in https://github.com/massalabs/massa/issues/3484#issuecomment-1434858731_

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Currently, `get_status` returns some informations which could be private(Ip and connected nodes). **Describe the solution you'd like** remove private information...

api

Currently, we have a basic error handling in gRPC servers. We should provide a detailed errors description in order to guide the API consumers See an example [here](https://github.com/hyperium/tonic/blob/master/examples/src/richer-error/server_vec.rs)

api
need spec