Partial implementation of the MockMainPod (#33)

* wip

* wip

* feat: handle public statements

* fix: remove old backend module
This commit is contained in:
Eduard S. 2025-02-05 16:50:00 +01:00 committed by GitHub
parent e074d34078
commit 8945d7f8a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 555 additions and 268 deletions

View file

@ -26,9 +26,9 @@ impl PodSigner for MockSigner {
#[derive(Clone, Debug)]
pub struct MockSignedPod {
pub id: PodId,
pub signature: String,
pub mt: MerkleTree,
id: PodId,
signature: String,
mt: MerkleTree,
}
impl SignedPod for MockSignedPod {