keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Exception thrown in contract code in Step 4/5 #238

Closed danimesq closed 4 years ago

danimesq commented 4 years ago

Description:

I don't know if it is because of concurrent deposits or if it is an unrelated bug. See the "Additional context" heading.

Steps to reproduce the behavior:

Concurrent deposits?

Expected behavior:

Doesn't applies.

Environment details:

Doesn't applies.

Additional context:

Possibly related with: https://github.com/keep-network/tbtc-dapp/issues/237

Screenshots

image

Console logs

console-export-2020-7-12_20-35-23.txt

Shadowfiend commented 4 years ago

Hard to tell for sure because of the issue I note in this comment.

That said, this may also have been a difficulty mismatch issue (see this comment). We're toggling a few switches for the next release that'll hopefully get some clearer error messages in the mix for us in these cases---I'm going to close this issue for now since it's hard to know what exactly caused it at this stage. The clearer errors should help if and when you run into it again.

Thanks for the report!