enkryptcom / enKrypt

Enkrypt: Ethereum, Polkadot and Web3 Wallet
https://www.enkrypt.com/
MIT License
283 stars 151 forks source link

Remove minheight= optimization when querying Kadena activities DB. #433

Closed Takadenoshi closed 2 months ago

Takadenoshi commented 2 months ago

We spotted a bug in the pre-release testing where some activities disappear from the list (strangely, even from the middle of the list, not just the edges)

This PR removes the incremental fetching (minheight= tracking) as a temporary remedy for the bug until it can be fixed properly.