liftedinit / liftedinit/many-rs
Filtering using an non-existing upper bound doesn't work as expected
Open
@fmorency is already working on this.
Since Jul 31, 2023.
- Dominant language
- Rust
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Querying events in Descending order using an `EventId` filter `[Unbounded, Included(x)]` where `x` is an invalid `EventId`, i.e., not present in the storage, will return (all) transactions.
The expected behavior is to return no transaction.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.