You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug can occur when a operator of the SDP switched their distribution seed after creating channel accounts with the old seed. That caused TSS to fail submitting transactions. The error was cannot decrypt private key
The problem occurs when switching Distribution accounts a few times resulting in stale channel accounts. Those channel account seeds were not getting decrypted properly when fetched from the database.
THe following attempt to resolve the issue running the following CLI was tried, but that didn’t solve the issue for some reason:
Re-test the scenario described above. Create channel accounts and trigger disbursements with a distribution account, switch distribution accounts then see if we run into this error.
Check that the CLI above solves the problem correctly. If not, we should fix it.
The text was updated successfully, but these errors were encountered:
This bug can occur when a operator of the SDP switched their distribution seed after creating channel accounts with the old seed. That caused TSS to fail submitting transactions. The error was
cannot decrypt private key
The problem occurs when switching Distribution accounts a few times resulting in stale channel accounts. Those channel account seeds were not getting decrypted properly when fetched from the database.
THe following attempt to resolve the issue running the following CLI was tried, but that didn’t solve the issue for some reason:
./stellar-disbursement-platform channel-accounts verify --delete-invalid-accounts
🔥 Action Item:
Re-test the scenario described above. Create channel accounts and trigger disbursements with a distribution account, switch distribution accounts then see if we run into this error.
Check that the CLI above solves the problem correctly. If not, we should fix it.
The text was updated successfully, but these errors were encountered: