forked from novacoin-project/novacoin
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit imports LevelDB database sources tree and implements alternative CTxDB storage methods implementation (backported from bitcoin 0.8).
- Loading branch information
alex
authored and
alex
committed
Aug 25, 2013
1 parent
5d0ece5
commit adb8391
Showing
161 changed files
with
29,319 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ qrc_*.cpp | |
#mac specific | ||
.DS_Store | ||
build | ||
|
||
!src/leveldb/Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
#include "checkpoints.h" | ||
|
||
#include "db.h" | ||
#include "txdb.h" | ||
#include "main.h" | ||
#include "uint256.h" | ||
|
||
|
Oops, something went wrong.