Skip to content

Commit e5e462e

Browse files
hsanjuangammazero
andauthored
Fix typo in changelog.
Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
1 parent fe90f29 commit e5e462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

18-
- HTTP block retrieval support: rainbow can know use trustless http gateways to perform block retrievals, in parallel to bitswap. This takes advantage of peers with HTTP endpoints and provider records of "transport-ipfs-gateway-http" type. You can enable http retrievals with `--http-retrieval-enable`, and limit it to urls of specific hostnames with `--http-retrieval-allowlist <hostname>`. You can also ignore provider records from certain peer IDs with `--routing-ignore-providers <peerID>` (for example to ignore peer IDs from bitswap endpoints of providers that offer HTTP). Note this works in the same way as bitswap: known http-peers will receive optimistic block requests even for content that they are not announcing. See [Boxo's CHANGELOG](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md) for more information.
18+
- HTTP block retrieval support: rainbow can now use trustless http gateways to perform block retrievals in parallel to bitswap. This takes advantage of peers with HTTP endpoints and provider records of "transport-ipfs-gateway-http" type. You can enable http retrievals with `--http-retrieval-enable`, and limit it to urls of specific hostnames with `--http-retrieval-allowlist <hostname>`. You can also ignore provider records from certain peer IDs with `--routing-ignore-providers <peerID>` (for example to ignore peer IDs from bitswap endpoints of providers that offer HTTP). Note this works in the same way as bitswap: known http-peers receive optimistic block requests even for content that they are not announcing. See [Boxo's CHANGELOG](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md) for more information.
1919

2020
### Changed
2121

0 commit comments

Comments
 (0)