Moved data sources out of wallet class.
Added Blockchair support for BTC/BCH. Support for multiple operations for each ETH tx, introducing support for ERC-20. Separated DB data to "raw" and "processed". The goal is to be able to wipe processed data (so we can process again with updated rules) without requiring to analyze again input files. Updated SQL schema to match changes.
This commit is contained in:
@@ -29,7 +29,7 @@ if (SQLPP11_MYSQL_MAIN_HEADER)
|
||||
)
|
||||
|
||||
if("${check_result}" STREQUAL "")
|
||||
string(APPEND SQLPP11_NOT_FOUND_MESSAGE "\nRejecting found '${SQLPP11_MYSQL_MAIN_HEADER}', it seems to be invalid.")
|
||||
string(APPEND SQLPP11_MYSQL_NOT_FOUND_MESSAGE "\nRejecting found '${SQLPP11_MYSQL_MAIN_HEADER}', it seems to be invalid.")
|
||||
unset(SQLPP11_MYSQL_INCLUDE_DIR CACHE)
|
||||
else()
|
||||
# Check succeeded, create target
|
||||
|
||||
Reference in New Issue
Block a user