mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
cc1f8db725
3c3e31c3a4 [tests] Add wallet-tool test (João Barbosa) 49d2374acf [tools] Add wallet inspection and modification tool (Jonas Schnelli) Pull request description: Adds an offline tool `bitcoin-wallet-tool` for wallet creation and maintenance. Currently this tool can create a new wallet file, display information on an existing wallet, and run the salvage and zapwallettxes maintenance tasks on an existing wallet. It can later be extended to support other common wallet maintenance tasks. Doing wallet maintenance tasks in an offline tool makes much more sense (and is potentially safer) than having to spin up a full node. Tree-SHA512: 75a28b8a58858d9d76c7532db40eacdefc5714ea5aab536fb1dc9756e2f7d750d69d68d59c50a68e633ce38fb5b8c3e3d4880db30fe01561e07ce58d42bceb2b
159 lines
1.8 KiB
Plaintext
159 lines
1.8 KiB
Plaintext
*.sublime-project
|
|
*.sublime-workspace
|
|
todo.txt
|
|
reset-files.bash
|
|
|
|
*.tar.gz
|
|
|
|
*.exe
|
|
src/dash
|
|
src/dashd
|
|
src/dash-cli
|
|
src/dash-tx
|
|
src/dash-wallet
|
|
src/test/fuzz
|
|
!src/test/fuzz/*.*
|
|
src/test/test_dash
|
|
src/qt/test/test_dash-qt
|
|
src/qt/res/css/colors/*
|
|
src/bench/bench_dash
|
|
|
|
# autoreconf
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/config.guess
|
|
build-aux/config.sub
|
|
build-aux/depcomp
|
|
build-aux/install-sh
|
|
build-aux/ltmain.sh
|
|
build-aux/m4/libtool.m4
|
|
build-aux/m4/lt~obsolete.m4
|
|
build-aux/m4/ltoptions.m4
|
|
build-aux/m4/ltsugar.m4
|
|
build-aux/m4/ltversion.m4
|
|
build-aux/missing
|
|
build-aux/compile
|
|
build-aux/test-driver
|
|
config.cache
|
|
config.log
|
|
config.status
|
|
configure
|
|
libtool
|
|
src/config/dash-config.h
|
|
src/config/dash-config.h.in
|
|
src/config/stamp-h1
|
|
src/obj
|
|
share/setup.nsi
|
|
share/qt/Info.plist
|
|
|
|
src/univalue/gen
|
|
|
|
src/qt/*.moc
|
|
src/qt/moc_*.cpp
|
|
src/qt/forms/ui_*.h
|
|
|
|
src/qt/test/moc*.cpp
|
|
libconftest.dylib*
|
|
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.*.swp
|
|
*~
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.pyc
|
|
*.o
|
|
*.o-*
|
|
*.a
|
|
*.pb.cc
|
|
*.pb.h
|
|
*.dat
|
|
|
|
*.log
|
|
*.trs
|
|
*.dmg
|
|
*.iso
|
|
|
|
*.json.h
|
|
*.raw.h
|
|
|
|
# Only ignore unexpected patches
|
|
*.patch
|
|
!depends/patches/**/*.patch
|
|
|
|
#libtool object files
|
|
*.lo
|
|
*.la
|
|
|
|
# Compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
dash-qt
|
|
Dash-Qt.app
|
|
background.tiff*
|
|
!/depends/Makefile
|
|
|
|
# Qt Creator
|
|
Makefile.am.user
|
|
|
|
# Unit-tests
|
|
Makefile.test
|
|
dash-qt_test
|
|
|
|
# Resources cpp
|
|
qrc_*.cpp
|
|
|
|
# Mac specific
|
|
.DS_Store
|
|
build
|
|
*.dSYM
|
|
|
|
#lcov
|
|
*.gcno
|
|
*.gcda
|
|
/*.info
|
|
test_dash.coverage/
|
|
total.coverage/
|
|
coverage_percent.txt
|
|
|
|
#build tests
|
|
linux-coverage-build
|
|
linux-build
|
|
win32-build
|
|
test/config.ini
|
|
test/cache/*
|
|
|
|
!src/leveldb*/Makefile
|
|
|
|
.cproject
|
|
.project
|
|
.autotools
|
|
/doc/doxygen/
|
|
|
|
libdashconsensus.pc
|
|
contrib/devtools/split-debug.sh
|
|
src/qt/dash-qt.bash
|
|
qa/pull-tester/tests-config.sh
|
|
|
|
#development symlinks
|
|
dash-cli
|
|
dashd
|
|
dash-qt
|
|
make
|
|
|
|
/docker/bin
|
|
|
|
# CLion
|
|
.idea
|
|
cmake-build-debug
|
|
|
|
# clang-check
|
|
*.plist
|
|
|
|
osx_volname
|
|
dist/
|
|
*.background.tiff
|