Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 732 Bytes

KnownIssues.md

File metadata and controls

6 lines (6 loc) · 732 Bytes
  • Nami doesn't show the token metadata.
  • Eternl sometimes fails to detect a key even though it exists.
  • Deposit funds must wait for the previous one to finalize (eg. balance is shown correctly on the UI). The offchain needs to check whether there's still an on-going deposit to a particular pocket before allowing another deposit to the same pocket.
  • The offchain needs to filter out UTXOs submitted by non-authorized parties (ie. check whether a UTxO was submitted by a valid key holder)
  • Can't delete a pocket when there's no deposited funds at all.
  • When deleting a non-empty pocket, the funds are not automatically withdrawn. The UTxO is not lost and is actually withdrawable, but there's no UI for that at the moment.