nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

Zero per-epoch cost for non-empty container #2819

Closed roman-khimov closed 2 months ago

roman-khimov commented 2 months ago

Expected Behavior

Each epoch should cost at least 1 picoGAS if container is not empty.

Current Behavior

There are containers that have data in them (estimate should not be zero), but pay nothing. It's not all of them like that, some do pay, but there are known ones.

Context

Mainnet.

Your Environment

roman-khimov commented 2 months ago

https://github.com/nspcc-dev/neofs-node/issues/2820#issuecomment-2075082179 didn't help.

carpawell commented 2 months ago

Damn, fixed in #2830.