Plebeia in Tezos

Plebeia is a functional storage system using Merkle Patricia tree implemented purely in OCaml. It is meant to be used for Tezos blockchain.

Here are our updates since the last article:

  • Optimized the storage size down to 80% since the last version, using its refactored path conversion scheme and hash-consing.
  • Less than 70% of the current Tezos storage size by Irmin2.

The code of Plebeia is available in GitLab. Plebeia integrated Tezos node is also available.

[続きを読む]
tezos  dev  plebeia 

Release of SCaml 1.0 Pyramid

Happy new year! We have just done our first release of SCaml, version 1.0 “Pyramid”. SCaml is yet another OCaml compiler to Michelson VM used for Tezos blockchain. SCaml’s primary goal is to build a fully working high-level programming language for smart contracts with the least efforts. For this purpose we have decided to make it over an existing language and chose OCaml as the base. We avoided adding any extra language feature. [続きを読む]