1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Tobin Harding
b7ff66843e [BIP 157] Add missing words to sentence
This sentence does not quite make sense

... the size of a cfcheckpt message is not drastically from a cfheaders
between two checkpoints. ...

Change it to be

... the size of a cfcheckpt message is not drastically different from a
cfheaders message between two checkpoints. ...
2021-09-16 08:12:32 +10:00
Olaoluwa Osuntokun
898559fd05
BIP-0157: increase max getcfilters request to 1k blocks
In this commit, we effectively revert #699 by allow clients to request
filter for up to 1k consecutive blocks. Testing in the field has shown
that applications are able to reduce perceived latency from syncing to
full functionality after an app has been offline for several days by
batching requests for filters. A value of 100 would mean each additional
day behind adds an additional round trip, resulting in 10s of
seconds of lag after just a few days of being offline. A value of ~1k
allows implementations to catch up with roughly a week's worth of
filters in a single round trip.
2019-10-24 19:51:37 -07:00
Jim Posen
f4948ddb4f BIP 157: Limit getcfilter requests to 100 filters. 2018-07-09 23:44:03 -07:00
Varunram
c3e8379b61 [trivial] Correct typos across bips
BIPs 11, 16, 61, 98, 116, 117, 143, 157
2018-07-05 05:14:10 +00:00
Jim Posen
996c7c8e88 BIP 157 & 158: client-side block filtering. 2018-01-22 13:52:54 -08:00