Skip to content

Commit

Permalink
Merge pull request #4 from dimxy/tokel-ccv2-coinbase-fix
Browse files Browse the repository at this point in the history
More tokel token/assets fixes&improvements; dust fixed
  • Loading branch information
NutellaLicka authored Jul 2, 2021
2 parents f1eea82 + 6c7add8 commit 6715e36
Show file tree
Hide file tree
Showing 40 changed files with 2,572 additions and 907 deletions.
3 changes: 2 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ libbitcoin_server_a_SOURCES = \
cc/betprotocol.cpp \
cc/pricesfeed.cpp \
cc/priceslibs/cjsonpointer.cpp \
cc/CCNFTData.cpp \
cc/CCTokelData.cpp \
chain.cpp \
checkpoints.cpp \
fs.cpp \
Expand Down Expand Up @@ -799,6 +799,7 @@ endif

if ENABLE_TESTS
include Makefile.ktest.include
include Makefile.kcctest.include
#include Makefile.test.include
#include Makefile.gtest.include
endif
13 changes: 13 additions & 0 deletions src/Makefile.kcctest.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
TESTS += komodo-test-cc
bin_PROGRAMS += komodo-test-cc

# tool for generating our public parameters
komodo_test_cc_SOURCES = \
test-komodo-cc/test-main.cpp \
test-komodo-cc/test-assets.cpp

komodo_test_cc_CPPFLAGS = $(komodod_CPPFLAGS)

komodo_test_cc_LDADD = -lgtest $(komodod_LDADD)

komodo_test_cc_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
257 changes: 0 additions & 257 deletions src/cc/CCNFTData.cpp

This file was deleted.

31 changes: 0 additions & 31 deletions src/cc/CCNFTData.h

This file was deleted.

Loading

0 comments on commit 6715e36

Please sign in to comment.