We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633eccf commit cc64246Copy full SHA for cc64246
1 file changed
docs/lazy-adr/adr-002-mempool.md
@@ -0,0 +1,18 @@
1
+# Mempool
2
+
3
+For now, mempool implementation from lazyledger-core/Tendermint will be used.
4
5
+## Pros
6
+* good integration with other re-used code (see ADR-001)
7
+* well tested
8
+* glue code is not required
9
+* it will be updated in case of ABCI++ adoption
10
+* mempool doesn't depend on P2P layer, so it's easy to replace it with libp2p
11
12
+## Alternatives
13
+* Implementation from scratch
14
+ * time consuming
15
+ * error prone
16
+* Re-using other mempool (Celo, Prysm, etc)
17
+ * different API
18
+ * potential licensing issues
0 commit comments