marigold-dev / chusai

MIT License
5 stars 0 forks source link

[issue 37] naïve and simplistic storage for blocks #38

Closed pecornilleau closed 2 years ago

pecornilleau commented 2 years ago

A very naïve implementation of the storage of batches. The storage is in a pure functionnal library, with its own tests, a smart contract chain_sc is provided to function as an entrypoint for experimentation. The smart contract is expected to be either deleted or merged into the inbox/bridge contract when all the pieces of layer 1 refutation are put together.

The idea is to provide a temporary storage, to begin work on initialisation of refutation game.

pecornilleau commented 2 years ago

The batch should be called block base on our chusai lexicon. batch has another definitions in chusai lexicon.

I finished reviewing of test case.

I changed batch for block to comply with lexicon doc.