-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: main
Are you sure you want to change the base?
Conversation
Added `StrictNoSign` signature policy to be consistent with the ETH2 spec.
Are these files pinned somewhere? The gateway links don't currently work. We should also have a copy of each such file in the repo so anyone can pin them. |
Yes, they were. I'll check why the pinned links do not work anymore. |
Can you add a link here? https://github.com/eth-infinitism/bundler-spec/blob/main/p2p-specs/p2p-interface.md#canonical-mempools (the PR with this previous request already merged) |
| `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 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- we should reference the source documents (in this repo) of the mempools (its in another pr)
- 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 thatkubo < file
gives different ID fromkubo file
...
Added the mempool yamls files for Polygon mainnet
Added the yaml file for Arbitrum sepolia canonical mempool
Published a list of canonical mempools file