Skip to content

Commit dd112e0

Browse files
authored
Fix bloom matching (#457)
* Fix bloom matching * Tests * Edit changelog * Handle empty `[]` requests + test
1 parent d7d2c13 commit dd112e0

File tree

3 files changed

+378
-41
lines changed

3 files changed

+378
-41
lines changed

client/rpc-core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Changelog for `fc-rpc-core`
22

33
## Unreleased
4-
- Add `FilteredParams::in_bloom()` function to check the possible existance of Filter addresses or topics in a block.
4+
- Add `FilteredParams::address_in_bloom()` and `FilteredParams::topics_in_bloom()` functions to check the possible existance of Filter addresses or topics in a block.

0 commit comments

Comments
 (0)