Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore (p2p): Published a list of canonical mempools file #22

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions p2p-specs/canonical-mempools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## The list of published canonical mempools are:

| Chain Name | Chain ID | Mempool ID | Description (Link to Mempool file) |
ch4r10t33r marked this conversation as resolved.
Show resolved Hide resolved
|---|---|---|---|
| `Goerli` | 5 | `QmTmj4cizhWpEFCCqk5dP67yws7R2PPgCtb2bd2RgVPCbF` | https://ipfs.io/ipfs/QmTmj4cizhWpEFCCqk5dP67yws7R2PPgCtb2bd2RgVPCbF?filename=goerli_canonical_mempool.yaml
| `Sepolia` | 11155111 | `QmdDwVFoEEcgv5qnaTB8ncnXGMnqrhnA5nYpRr4ouWe4AT` | https://ipfs.io/ipfs/QmdDwVFoEEcgv5qnaTB8ncnXGMnqrhnA5nYpRr4ouWe4AT?filename=sepolia_canonical_mempool.yaml
| `Mumbai` | 80001 | `QmQfRyE9iVTBqZ17hPSP4tuMzaez83Y5wD874ymyRtj9VE` | https://ipfs.io/ipfs/QmQfRyE9iVTBqZ17hPSP4tuMzaez83Y5wD874ymyRtj9VE?filename=mumbai_canonical_mempool.yaml

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. we should reference the source documents (in this repo) of the mempools (its in another pr)
  2. should have a clear definition of what the ID is. (that is, how to take a clear-text, and calculate the CID of it)
    should copy/reference a definition - but I couldn't find it in the IPFS spec.
    I think it is something like "Qm"+ base58(keccak256(text)), but not exactly. even "kubo" tool is inconsistent, in that kubo < file gives different ID from kubo file ...

Loading