From 24f462ccadf44454e58c0482ed9bdeb2b81f7d75 Mon Sep 17 00:00:00 2001
From: Piet Wolff <75956460+PieWol@users.noreply.github.com>
Date: Mon, 2 Dec 2024 07:23:05 +0100
Subject: [PATCH] P2P State Channel M2 Evaluation (#1229)
* update eval
* accept p2p m2
---
evaluations/p2pStateChannels_2_piewol.md | 30 ++++++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 evaluations/p2pStateChannels_2_piewol.md
diff --git a/evaluations/p2pStateChannels_2_piewol.md b/evaluations/p2pStateChannels_2_piewol.md
new file mode 100644
index 000000000..9aa9bafcb
--- /dev/null
+++ b/evaluations/p2pStateChannels_2_piewol.md
@@ -0,0 +1,30 @@
+# Evaluation
+
+- **Status:** accepted
+- **Application Document:** [P2P State Channels](https://github.com/w3f/Grants-Program/blob/master/applications/P2PStateChannels.md)
+- **Milestone:** 2
+- **Previously successfully merged evaluation:** All by PieWol
+
+| Number | Deliverable | Accepted | Link | Evaluation Notes |
+| ------ | ----------- | :------: | ---- |----------------- |
+| **0a.** | License |
| [License file](https://github.com/peer3to/state-channels-plus/blob/master/LICENSE) | MIT, compiling the solidity contracts emits warnings about unspecified licenses. |
+| **0b.** | Documentation | |https://github.com/peer3to/state-channels-plus/blob/master/docs/mfsDocs.md | ok |
+| **0c.** | Testing and Testing Guide | | https://github.com/peer3to/state-channels-plus/tree/master/test | ok |
+| **0d.** | Docker | | https://github.com/peer3to/state-channels-plus/blob/master/Dockerfile | ok |
+| **0e.** | Article | | https://docs.google.com/document/d/1qS7ZY8noaObP5Ze1mVOaydDBih4jHYym4qacAx46Fas | ok |
+| **1** | Networking and Discovery | | https://github.com/peer3to/state-channels-plus/blob/master/src/transport/HolepunchTransport.ts https://github.com/peer3to/state-channels-plus/blob/master/src/Holepunch.ts | ok |
+| **2** | P2P State Machine | | https://github.com/peer3to/state-channels-plus/blob/master/src/evm/EvmStateMachine.ts| ok |
+| **3** | Agreement Tracking | | https://github.com/peer3to/state-channels-plus/blob/master/src/AgreementManager.ts | ok |
+| **4** | Dispute Handling | | https://github.com/peer3to/state-channels-plus/blob/master/src/DisputeHandler.ts | ok |
+| **5** | Virtual Clock | | https://github.com/peer3to/state-channels-plus/blob/master/src/Clock.ts | ok |
+| **6** | Observing & Notifying | | https://github.com/peer3to/state-channels-plus/blob/master/src/P2pEventHooks.ts | ok |
+
+
+
+## General Notes
+Thanks for adding more inline documentation and enriching the article.
+
+## Tests
+the tests are still passing since there have been no changes since the delivery of m1
+
+