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

## Context As some were described in https://github.com/massalabs/massa/issues/4483, we have similar behaviours between operations and ABIs that are related to smart contracts execution. This type of execution is complex and...

enhancement
smart-contracts

Using the massa-test-framework, we can write functional tests that ensures: - [ ] Nodes can still finalize blocks and stay synced under high standard TX throughput) (should be mainly done...

tests
global

Remove WS support as It's not well maintained and gRPC streams are the way. See API [docs](https://docs.massa.net/docs/build/api/jsonrpc)

enhancement
api

Using the massa-test-framework, we can write functional tests that ensures: - [ ] A bootstrap server is resilient to Denial of Service attacks (if one attacker tries to flood it...

bootstrap
tests

Currently, we have some duplicates in arguments and filters parsing. Moving this logic into a dedicated file will enhance the readability of the code.

enhancement
api

* 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

## Potential Problems - [x] #4530 - [x] P1 - bootstrap fails on labnet when `inject_operations > 0`. To test - [ ] P1 - bootstrap fails when keys are...

bootstrap

## Context The goal is to ensure security in the node before mainnet release. We want to improve the unit test base to help us achieve this goal. There is...

tests
global

## Functional tests The goal of functional tests is to run a network of nodes and interact with them to check if consensus is properly achieved, that the network propagates...

enhancement
global

**Describe the bug** When inserting data (specifically a **bytecode** associated with an address) to the limit of the ledger's capability, the serialization of the ledger will succeed (bootstrap server will...

bug
bootstrap