Eitu33

Results 16 issues of Eitu33

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

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

A user had the following error with version 14.7: `thread 'main' panicked at 'PoS received cycle (31) should be equal to the next expected cycle (34)', massa-pos-exports/src/types.rs:405:17` It's the first...

bug

## Introduction We need to have a way to compare the states of two different nodes, this has already been done for ledger in https://github.com/massalabs/massa/issues/2986 but needs to be done...

## Introduction This is the second issue for the implementation of https://github.com/massalabs/massa/discussions/2968 ## TODO - [ ] Save a snapshot of the ledger hash in PoS at every end of...

* [ ] document all added functions * [ ] try in simulation & labnet * [ ] unit tests on the added & changed features * [ ] make...

## Context Address human-readable format is now handled through ToString and FromStr traits implementations. There is no purpose (debug excepted) for bs58_check functions anymore. ## TODO - [ ] Set...

good first issue

## Context Smart Contracts bytecode are currently stored in a different way than the datastore entries, It would make sense to handle them the same way. ## TODO - [...

refactoring
ledger

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

## Context It has been reported that `massa-node` crashes when a [thyra](https://github.com/massalabs/thyra) instance is pointing towards it. This is the investigation issue.