AurelienFT

Results 61 issues of AurelienFT

Related to this todo in the code : https://github.com/massalabs/massa/blob/main/massa-pool-worker/src/types.rs#L66 In more specifications

The goal is to be able to relaunch testnet with the same final ledger as the one from the last testnet. ## TODO: - [ ] When node is launched...

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

Hello, Thanks for your work on this crate. I find `recv_deadline` on a channel a bit ambiguous when we pass an `Instant` that is in the past. This behavior isn't...

docs

## Context `execute_read_only_bytecode` and `execute_read_only_call` are two endpoints that has 2 usages that collide : - Calling read_only functions to gather informations on a smart-contract - Simulate an operation gather...

enhancement
api

In the revamp of bootstrap tests we added tests universe for client and server that allow to test a bootstrap with determined data at the start of the test. Currently,...

bootstrap
tests

## 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

we should pass data as &[u8] here, we're probably doing a useless copy _Originally posted by @bilboquet in https://github.com/massalabs/massa/pull/4285#discussion_r1276011556_

enhancement
smart-contracts

https://discord.com/channels/828270821042159636/1050030833379057725/1119582464692723744 When someone stopped the connection from us it seems that we still try to send him data and so the thread is blocking and block the whole handler. We...

blocked
protocol
tests

During the release rush phase 15/16 June we disabled three tests of denunciation pool because it was hard to adapt `mockall` with the time we had ## TODO: - [...

tests
production