Skip to content

Commit

Permalink
Merge pull request bitcoin#25
Browse files Browse the repository at this point in the history
02f2432 Handle cleanup failures of temporary test files during deinitialization (dexX7)
4c3cf89 Sort includes (as follow up for the _dex -> _dex, _mdex seperation) (dexX7)
0e397bd Fix memory access violations, replace boost::format (dexX7)
af1d7b4 Move CDBBase into seperated file for persistence (dexX7)
6f030ac Use DB iterator and read, write options of base class (dexX7)
7c7f80b Use CDBBase for STOList, TradeList, TxList and SPInfo (dexX7)
101c543 Normalize variable names of DB based classes (dexX7)
e9118fe Add CDBBase as base class for LevelDB based storage (dexX7)
  • Loading branch information
dexX7 committed Apr 29, 2015
2 parents d3b3b4e + 02f2432 commit 35229f0
Show file tree
Hide file tree
Showing 10 changed files with 368 additions and 311 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ OMNICORE_H = \
mastercore_log.h \
mastercore_mdex.h \
mastercore_parse_string.h \
mastercore_persistence.h \
mastercore_rpc.h \
mastercore_script.h \
mastercore_sp.h \
Expand All @@ -174,6 +175,7 @@ OMNICORE_CPP = \
mastercore_log.cpp \
mastercore_mdex.cpp \
mastercore_parse_string.cpp \
mastercore_persistence.cpp \
mastercore_rpc.cpp \
mastercore_script.cpp \
mastercore_sp.cpp \
Expand Down
Loading

0 comments on commit 35229f0

Please sign in to comment.