Eitu33

Results 16 issues of Eitu33

## Context - Disk ledger keys are currently handled as byte vectors, example in [get_ledger_part](https://github.com/massalabs/massa/blob/main/massa-ledger/src/ledger_db.rs#L439) return type - It would be better to have a rust representation of disk ledger...

good first issue
refactoring
ledger

## Context https://github.com/massalabs/massa/pull/3301#issuecomment-1339189621

bug
bootstrap

Initially posted by @sydhds in https://github.com/massalabs/massa/pull/3221#discussion_r1029079285

## Context https://github.com/massalabs/massa/pull/4505#discussion_r1381880621

enhancement
smart-contracts

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

There is currently no way to XOR two `blake3::Hash` types without making extra allocations, because it is not possible to iterate mutably over a `blake3::Hash`. It is possible to work...