Skip to content

Resolve "[FIX] Tx that doesn't trigger outbound has not been marked as done when it get processed"

Heimdall requested to merge 705-issue into develop

Closes #705 (closed) Closes #706 (closed)

There are a few bug fixes in this PR.

  • At the moment , if a inbound tx (add liquidity, donate , switch , bond) etc which doesn't trigger any outbound tx , when we call /thorchain/tx/{hash} , the status of tx has not been marked as done, this PR will fix the bug
  • a few bugs in regards to Asymmetric stake && withdraw
  • a bug with user stake , if user send in two RUNE tx , and then send in asset tx , then the RUNE amount get double , the same with asset as well
Edited by Heimdall

Merge request reports