codex-storage / nim-codex

Decentralized Durability Engine
58 stars 21 forks source link

[BUG] Sales error - Transaction underpriced #837

Open benbierens opened 2 weeks ago

benbierens commented 2 weeks ago

Observed during dist-test. Request for storage was created with nodes=2 tolerance=1, other than that it was a normal marketplace test. Mark seems to think this is caused by an incorrect nonce being used.

ERR 2024-06-20 08:05:18.071+00:00 Sale error topics="marketplace sales errored" tid=1 error="replacement transaction underpriced" requestId=0x89bb..a783 slotIndex=1 count=3464

emizzle commented 2 weeks ago

It does seem that way… which would be odd considering we handle that in there’s with an AsyncLock.

The createReservations lock PR was merged a couple of hours ago, would be interesting to see if this bug still appears with that change.