Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
Migrated the BLOCX. codebase to Dash v19.3.0
  • Loading branch information
BLOCXTECH committed Mar 30, 2024
1 parent 636ff0b commit 20f3ccb
Show file tree
Hide file tree
Showing 3,276 changed files with 606,334 additions and 117,922 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
34 changes: 30 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ src/blocx
src/blocxd
src/blocx-cli
src/blocx-tx
src/blocx-wallet
src/test/fuzz/*
!src/test/fuzz/*.*
src/test/test_blocx
src/test/test_blocx_fuzzy
src/qt/test/test_blocx-qt
src/qt/res/css/colors/*
src/bench/bench_blocx
Expand All @@ -33,13 +35,15 @@ 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/blocx-config.h
src/config/blocx-config.h.in
src/config/bitcoin-config.h
src/config/bitcoin-config.h.in
src/config/stamp-h1
src/obj
share/setup.nsi
share/qt/Info.plist

Expand All @@ -56,7 +60,7 @@ libconftest.dylib*
.dirstamp
.libs
.*.swp
*.*~*
*~
*.bak
*.rej
*.orig
Expand All @@ -66,16 +70,19 @@ libconftest.dylib*
*.a
*.pb.cc
*.pb.h
*.dat

*.log
*.trs
*.dmg
*.iso

*.json.h
*.raw.h

# Only ignore unexpected patches
*.patch
!contrib/guix/patches/*.patch
!depends/patches/**/*.patch

#libtool object files
Expand All @@ -85,11 +92,15 @@ libconftest.dylib*
# Compilation and Qt preprocessor part
*.qm
Makefile
!depends/Makefile
blocx-qt
BLOCX-Qt.app
background.tiff*
!/depends/Makefile

# Qt Creator
Makefile.am.user

# Unit-tests
Makefile.test
blocx-qt_test
Expand Down Expand Up @@ -140,3 +151,18 @@ make
# CLion
.idea
cmake-build-debug

# clang-check
*.plist

osx_volname
dist/
*.background.tiff

/guix-build-*

# cppcheck cache-directory
.cppcheck/*

# flake8 cache location
.cache/*
Loading

0 comments on commit 20f3ccb

Please sign in to comment.