You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish indexed transactions with BLAKE2b hashes to IPFS DHT (#10468)
Add `--ipfs-bootnodes` flag for specifying IPFS bootnodes. If passed
along with `--ipfs-server`, the node will register as a content provider
in IPFS DHT of indexed transactions with BLAKE2b hashes of the last two
weeks (or pruning depth if smaller).
## Follow-ups
- Support other hashes (sha2-256 specifically) and CID codecs
- Adjust `IPFS_MAX_BLOCKS` for chains with elastic scaling
- Speedup DHT publishing in litep2p (should aim at 10s single provider
publish time)
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments