Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/rainbow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: ipfs/rainbow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 30, 2024

  1. feat: ability to configure bitswap wanthave replacement (#165)

    * Add ability to configure bitswap wanthave replacement
    
    A new flag and environ var is available to specify the maximum blocksize that bitswap will replace WantHave with WantBlock responses. A value of zero diables replacement and avoids block size lookup for WantHave requests. This option only applies when bitswap is enabled.
    
    * Update CHANGELOG.md
    gammazero authored Sep 30, 2024
    Copy the full SHA
    f66ecf7 View commit details

Commits on Oct 7, 2024

  1. Copy the full SHA
    66b1b97 View commit details
  2. Copy the full SHA
    f626d85 View commit details
  3. Copy the full SHA
    98f6629 View commit details
Loading