liftedinit / many-rs

Rust libraries for the Many Protocol
Apache License 2.0
5 stars 11 forks source link

Filtering using an non-existing upper bound doesn't work as expected #404

Open fmorency opened 1 year ago

fmorency commented 1 year ago

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.