AurelienFT
AurelienFT
## Description of the feature I would like to be able to create custom validator and will be able to have the others fields of the structure in this validator...
Hello, I have heard on a stream today a streamer that wanted to see on the chat as a "badge" how many streams a viewer has watched in a streak....
It could be great to have it displayed for users so that apps can ask for them to determine the next addresses etc... It's a public key so there is...
* [x] document all added functions * [x] try in sandbox /simulation/labnet * [x] unit tests on the added/changed features * [x] make tests compile * [x] make tests pass...
This PR aims to remove consensus as it's now only a module that call block graph. All the code from consensus will be removed or moved to graph. The async...
The protocol receive more then 1000 message per second in the channel so he has to handle them very quickly (17 message per seconds). But the announcement of operations sometimes...
In our template : https://github.com/massalabs/massa-sc-template/blob/main/src/main.ts we call have three generate event. If we launch this in the testnet we have those events : ``` command · get_filtered_sc_output_event operation_id=283ye1z7Tudk7ocqdWwjqt3cKSemENn44kMzsrw55x6zvEhtWa Context: Slot:...
In this test : https://github.com/massalabs/massa/blob/e73a532f8ecf0c3333b42e3e353c13492827a9f2/massa-execution-worker/src/tests/scenarios_mandatories.rs#L121 we use the size of a sub smart contract to calculate the storage costs. The size we hard-coded is the size we get in `set_bytecode`...
The sources of the tests that use SCs aren't up to date. We need to update them now that modules in TS has changes (from massa-sc-std to massa-as-sdk). Maybe related...
TBD