Commit d0872de
refactor: improve and simplify event filters (alloy-rs#2140)
* refactor: improve and simplify event filters
* docs: minor fixes
* feat: mutable filter access with unsealing
* fix: cfg_attr
* touchup
* fix: test
* fix: preserve deserialize behavior
* fix: matches_log_block and type of rpc_matches_parsed
* fix: don't disregard address bloom
---------
Co-authored-by: Matthias Seitz <[email protected]>1 parent b32150b commit d0872de
File tree
9 files changed
+332
-264
lines changed- crates
- consensus/src/receipt
- rpc-types-eth/src
- transaction
9 files changed
+332
-264
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1209 | 1209 | | |
1210 | 1210 | | |
1211 | 1211 | | |
| 1212 | + | |
1212 | 1213 | | |
1213 | 1214 | | |
1214 | 1215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
0 commit comments