Skip to content

Commit

Permalink
Fix bloom matching (#457)
Browse files Browse the repository at this point in the history
* Fix bloom matching

* Tests

* Edit changelog

* Handle empty `[]` requests + test
  • Loading branch information
tgmichel authored Aug 25, 2021
1 parent d7d2c13 commit dd112e0
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 41 deletions.
2 changes: 1 addition & 1 deletion client/rpc-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog for `fc-rpc-core`

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

0 comments on commit dd112e0

Please sign in to comment.