Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
326 stars 206 forks source link

Rights conservation error in AMM #3953

Open katelynsills opened 2 years ago

katelynsills commented 2 years ago

Describe the bug

We were getting a rights conservation error, which I think is probably a duplicate of https://github.com/Agoric/agoric-sdk/issues/3800. In other words, an offer safety error occurs, then because the pool seat isn't cleared, a rights conservation error occurs. I'd like to confirm it's actually the same bug though, before closing this.

Screenshots

First offer:

Screen Shot 2021-10-11 at 12 43 58 PM

Second offer:

Screen Shot 2021-10-11 at 12 44 01 PM
Chris-Hibbert commented 2 years ago

This is an instance of #3850 "Stateful seats and staged allocations".