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

Update the consensus graph rules with the new one: ![image](https://user-images.githubusercontent.com/10211103/192002551-fd173707-8925-432b-8c22-5513e4c35424.png) Translation in terms of incompatibility detection algorithm: When a block B arrives in consensus: * inherit all incompatibilities from all...

blocked
consensus

Refactor the API: 1 - specify the business needs with Core, the Innovation team, direct users (eg. Dusa) and the community Builders. Try to split endpoints as much as possible....

enhancement
meta
api

# Rationale Since the refactoring, block production, operation management etc... were all removed from Consensus. Consensus now only manages the block graph, ticks for the block graph, and communication between...

The API's get_addresses provides a lot of info but barely anything is printed in the client. One important thing missing in particular is the set of roll counts (active, final,...

## Intro In massa-client, there is currently no way to specify an operation datastore when using the command read_only_smart_contract. ## Todo - [ ] Find a way to specify key...

I have a tokio thread which has a loop inside making rpc calls to e.g. get node status using the massa-sdk/client, the public sub-client: ``` tokio::spawn(async move { loop {...

1. Have you considered merging the two factory threads? I think having two could lead to weird behavior under load(since the timeout doesn't guarantee wake-up on time). 2. Why don't...

## Op flooding The operation pool is currently unprotected from flood: someone can send many operations that claim high fees but don't have the funds to pay them in order...

We need to check one by one unit test that are ignored or commented. These tests have been commented after the release 14 because of a big change of the...

When building the crate with the `testing` feature enabled, I get the below error, even though the method is actually [implemented](https://github.com/massalabs/massa/blob/a56bc624fc21464a1137b650065dd6dbd9f8cb0c/massa-pos-worker/src/controller.rs#L157) with that feature flag... ``` error[E0046]: not all trait...

test