Page MenuHomePhabricator

Add friendly output to dumpwallet
ClosedPublic

Authored by deadalnix on Mar 5 2018, 14:21.

Details

Summary

Backport core's PR9740

Test Plan
make check
./test/functional/test_runner.py wallet-dump

Diff Detail

Repository
rABC Bitcoin ABC
Branch
dumpwallettest
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1990
Build 2129: Bitcoin ABC Buildbot (legacy)
Build 2128: arc lint + arc unit

Event Timeline

schancel requested changes to this revision.Mar 5 2018, 18:27
schancel added a subscriber: schancel.
schancel added inline comments.
src/wallet/rpcdump.cpp
699

Does this truncate the file? Also, is there any check to ensure that the dump file is not overlapping with the wallet, or other important files on the filesystem?

If not, there should be.

This revision now requires changes to proceed.Mar 5 2018, 18:27
deadalnix added inline comments.
src/wallet/rpcdump.cpp
699
This revision is now accepted and ready to land.Mar 5 2018, 20:22
This revision was automatically updated to reflect the committed changes.