pod2/book/src
arnaucube bb865a4fea
Implement Containers (Dictionary,Set,Array) on top of MerkleTree. And restructure the code. (#55)
* Implement Containers (Dictionary,Set,Array) on top of MerkleTree. And restructure the code.

- Reorganize the code grouping backends, middleware, frontend, (crypto) primitives.
- Add types Dictionary,Set,Array at the middleware layer, so that
  it can be used both by the backend and frontend. The Dictionary, Set,
  Array use the merkletree differently as specified at
f2575d1524/book/src/values.md (dictionary-array-set)
	- The containers introduce the trait Container, which has the
	  method 'cm()'. At the current version this uses a merkletree
	  under the hood, and the method 'cm' returns the merkle root.
- Ideally neither frontend nor backend use the MerkleTree type, and they
  use the wrappers {Dictionary,Set,Array}. Note that the current commit
  the MerkleTree is used at the mock-backend to check internal values, but
  not at the struct types.
- updated the spec's merkletree section updating the defined interface
- add github ci to run the tests

---------

Co-authored-by: Ahmad Afuni <root@ahmadafuni.com>
Co-authored-by: Eduard S. <eduardsanou@posteo.net>
2025-02-12 12:06:40 +01:00
..
img Extend merkletree spec, init SignedPod section, add typos checker in CI (#31) 2025-02-05 16:37:16 +01:00
anchoredkeys.md Merge changes to docs (#41) 2025-02-10 19:06:45 +01:00
backendtypes.md Extend merkletree spec, init SignedPod section, add typos checker in CI (#31) 2025-02-05 16:37:16 +01:00
custom.md Merge changes to docs (#41) 2025-02-10 19:06:45 +01:00
deductions.md feat: move code here (#11) 2025-01-31 16:20:57 +01:00
examples.md Add great boy example (#48) 2025-02-11 13:54:26 +01:00
introduction.md feat: move code here (#11) 2025-01-31 16:20:57 +01:00
mainpod.md feat: move code here (#11) 2025-01-31 16:20:57 +01:00
merklestatements.md Merge changes to docs (#41) 2025-02-10 19:06:45 +01:00
merkletree.md Implement Containers (Dictionary,Set,Array) on top of MerkleTree. And restructure the code. (#55) 2025-02-12 12:06:40 +01:00
mockpod.md feat: move code here (#11) 2025-01-31 16:20:57 +01:00
operations.md docs: add native operation table (#22) 2025-02-05 12:25:34 +01:00
podtypes.md Merge changes to docs (#41) 2025-02-10 19:06:45 +01:00
signedpod.md Merge changes to docs (#41) 2025-02-10 19:06:45 +01:00
statements.md Merge changes to docs (#41) 2025-02-10 19:06:45 +01:00
SUMMARY.md Merge changes to docs (#41) 2025-02-10 19:06:45 +01:00
values.md Implement Containers (Dictionary,Set,Array) on top of MerkleTree. And restructure the code. (#55) 2025-02-12 12:06:40 +01:00