Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump delayed tx #3925

Merged
merged 2 commits into from
Feb 3, 2020
Merged

Dump delayed tx #3925

merged 2 commits into from
Feb 3, 2020

Conversation

sqrrm
Copy link
Member

@sqrrm sqrrm commented Jan 30, 2020

I'm currently investigating an issue from a user where the trades have been corrupted and they're not able to open arbitration.

As a way to recover funds it's still possible to publish the delayed payout tx manually as long as that data is available. This PR adds a config option to dump delayed payout tx hashes to file.

Use a separate file, delayed_payout_txs, to write all txs and their
delayed payout tx hashes as json. This will enable users to publish
locked txs when their data dir has been corrupted, as long as the trade
data is there.
@ripcurlx ripcurlx added this to the v1.2.6 milestone Jan 30, 2020
Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

Tested on Regtest and got

[
  {
    "tradeId": "09129192-ecda2d7e-36d6-4a3b-b875-05579b949504-123",
    "delayedPayoutTx": "01000000011db2d865d7ab4dc0de3cb0dc3f1a02738a69c401f86e68d0ecec08bc58611e7500000000d9004730440220175123ac7f010403036a5d5ef82ae976c9d32dbfe4996c83f869911796dfc1cb022041459fc5595366cdc925d0c669ebebb33f49038a95e6e0ef5d15abd22bdeb5000147304402203377ae1671ed1a5adfc73dff46033baaa71dc5c198075c17646cdf9b20bef4dd0220553c92ea2529ed06c123b636cc0890817010d538dcf3e8a6ab6e1d1156dce2b001475221033498e43bca79880e30e3ee7a3bfaea21d1f1a7a85479a9e38da72763654ad66d2103ab14b9ac8e39d3a55e66ae2e3a33a9bce1d690d3d706a4c21284619db0f789f352aefeffffff01e079af000000000017a9144c0e4893237f85479f489b32c8ff0faf3ee2e1c987ee000000"
  }
]

in delayed_payout_txs.json for my trade.

@ripcurlx ripcurlx merged commit ff10857 into bisq-network:master Feb 3, 2020
@ripcurlx ripcurlx added in:trade-process is:priority PR or issue marked with this label is up for compensation labels Feb 4, 2020
@sqrrm sqrrm deleted the dump-delayed-tx branch May 3, 2021 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:trade-process is:priority PR or issue marked with this label is up for compensation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants