klesun / bcu-bugs-public

This repository is intended for public documentation and discussion of known bugs in the Blockchain Cuties maintained by players. Issues that get much exposure and reactions are more likely to be picked up by the dev team..
3 stars 0 forks source link

Tournament filter behaving irratically at times #14

Open Capronicus opened 3 years ago

Capronicus commented 3 years ago

See screenshot, added a filter for 1 earth and 10 water and somehow a 0 earth bear is shown together with -3 earth Ice demon?

Or is that somewhat intentional? sometimes I get the feeling the element filter shows everything above the number entered and sometimes it's exactly as entered, kinda confusing.

image

klesun commented 3 years ago

This is most likely related to the general issue in all filtered cuties lists including auctions, My Cuties and Marketplace -> All other players also report often.

The reason is most likely inconsistent cached state of some cuties, I think at some point we added some new attribute and did not update the cached state of those cuties, some one part of the system (one responsible for filtering) assumes those bear and demon to have this extra attribute and be 1E 10A, and the other part (responsible for elements display) assumes them to not have this extra attribute and be 0E and 10A.

We have a ticket about this cache problem filed recently: BC-2958