Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-24 | BIP-0157: increase max getcfilters request to 1k blocks | Olaoluwa Osuntokun | |
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. | |||
2018-07-09 | BIP 157: Limit getcfilter requests to 100 filters. | Jim Posen | |
2018-07-05 | [trivial] Correct typos across bips | Varunram | |
BIPs 11, 16, 61, 98, 116, 117, 143, 157 | |||
2018-01-22 | BIP 157 & 158: client-side block filtering. | Jim Posen | |