@@ -141,6 +141,7 @@ BITCOIN_CORE_H = \
141
141
cachemap.h \
142
142
cachemultimap.h \
143
143
blockfilter.h \
144
+ bloom.h \
144
145
chain.h \
145
146
chainparams.h \
146
147
chainparamsbase.h \
@@ -149,6 +150,7 @@ BITCOIN_CORE_H = \
149
150
clientversion.h \
150
151
coinjoin/coinjoin.h \
151
152
coinjoin/client.h \
153
+ coinjoin/common.h \
152
154
coinjoin/context.h \
153
155
coinjoin/options.h \
154
156
coinjoin/server.h \
@@ -169,6 +171,7 @@ BITCOIN_CORE_H = \
169
171
cuckoocache.h \
170
172
ctpl_stl.h \
171
173
cxxtimer.hpp \
174
+ dbwrapper.h \
172
175
deploymentinfo.h \
173
176
deploymentstatus.h \
174
177
evo/assetlocktx.h \
@@ -210,12 +213,12 @@ BITCOIN_CORE_H = \
210
213
indirectmap.h \
211
214
init.h \
212
215
interfaces/chain.h \
216
+ interfaces/coinjoin.h \
213
217
interfaces/handler.h \
214
218
interfaces/node.h \
215
219
interfaces/wallet.h \
216
220
key.h \
217
221
key_io.h \
218
- dbwrapper.h \
219
222
limitedmap.h \
220
223
llmq/blockprocessor.h \
221
224
llmq/chainlocks.h \
@@ -259,7 +262,9 @@ BITCOIN_CORE_H = \
259
262
node/coin.h \
260
263
node/coinstats.h \
261
264
node/context.h \
265
+ node/psbt.h \
262
266
node/transaction.h \
267
+ node/ui_interface.h \
263
268
node/utxo_snapshot.h \
264
269
noui.h \
265
270
outputtype.h \
@@ -305,13 +310,12 @@ BITCOIN_CORE_H = \
305
310
support/lockedpool.h \
306
311
sync.h \
307
312
timestampindex.h \
308
- threadsafety.h \
309
313
threadinterrupt.h \
314
+ threadsafety.h \
310
315
timedata.h \
311
316
torcontrol.h \
312
317
txdb.h \
313
318
txmempool.h \
314
- ui_interface.h \
315
319
undo.h \
316
320
unordered_lru_cache.h \
317
321
util/bip32.h \
@@ -326,8 +330,6 @@ BITCOIN_CORE_H = \
326
330
util/hasher.h \
327
331
util/hash_type.h \
328
332
util/irange.h \
329
- util/spanparsing.h \
330
- util/system.h \
331
333
util/asmap.h \
332
334
util/getuniquepath.h \
333
335
util/macros.h \
@@ -342,20 +344,22 @@ BITCOIN_CORE_H = \
342
344
util/ranges_set.h \
343
345
util/sock.h \
344
346
util/string.h \
347
+ util/spanparsing.h \
348
+ util/system.h \
345
349
util/time.h \
346
350
util/thread.h \
347
351
util/threadnames.h \
348
352
util/trace.h \
349
353
util/translation.h \
350
- util/vector .h \
354
+ util/ui_change_type .h \
351
355
util/url.h \
352
356
util/vector.h \
353
357
validation.h \
354
358
validationinterface.h \
355
359
versionbits.h \
356
- walletinitinterface.h \
357
360
wallet/bdb.h \
358
361
wallet/coincontrol.h \
362
+ wallet/coinselection.h \
359
363
wallet/context.h \
360
364
wallet/crypter.h \
361
365
wallet/db.h \
@@ -370,7 +374,7 @@ BITCOIN_CORE_H = \
370
374
wallet/walletdb.h \
371
375
wallet/wallettool.h \
372
376
wallet/walletutil.h \
373
- wallet/coinselection .h \
377
+ walletinitinterface .h \
374
378
warnings.h \
375
379
zmq/zmqabstractnotifier.h \
376
380
zmq/zmqnotificationinterface.h \
@@ -402,7 +406,6 @@ libbitcoin_server_a_SOURCES = \
402
406
chain.cpp \
403
407
coinjoin/coinjoin.cpp \
404
408
coinjoin/context.cpp \
405
- coinjoin/options.cpp \
406
409
coinjoin/server.cpp \
407
410
consensus/tx_verify.cpp \
408
411
dbwrapper.cpp \
@@ -421,6 +424,14 @@ libbitcoin_server_a_SOURCES = \
421
424
evo/specialtx.cpp \
422
425
evo/specialtxman.cpp \
423
426
flatfile.cpp \
427
+ governance/classes.cpp \
428
+ governance/exceptions.cpp \
429
+ governance/governance.cpp \
430
+ governance/object.cpp \
431
+ governance/validators.cpp \
432
+ governance/vote.cpp \
433
+ governance/votedb.cpp \
434
+ gsl/assert.cpp \
424
435
httprpc.cpp \
425
436
httpserver.cpp \
426
437
i2p.cpp \
@@ -429,14 +440,6 @@ libbitcoin_server_a_SOURCES = \
429
440
index/coinstatsindex.cpp \
430
441
index/txindex.cpp \
431
442
init.cpp \
432
- governance/governance.cpp \
433
- governance/classes.cpp \
434
- governance/exceptions.cpp \
435
- governance/object.cpp \
436
- governance/validators.cpp \
437
- governance/vote.cpp \
438
- governance/votedb.cpp \
439
- gsl/assert.cpp \
440
443
llmq/quorums.cpp \
441
444
llmq/blockprocessor.cpp \
442
445
llmq/commitment.cpp \
@@ -468,7 +471,9 @@ libbitcoin_server_a_SOURCES = \
468
471
node/coinstats.cpp \
469
472
node/context.cpp \
470
473
node/interfaces.cpp \
474
+ node/psbt.cpp \
471
475
node/transaction.cpp \
476
+ node/ui_interface.cpp \
472
477
noui.cpp \
473
478
policy/fees.cpp \
474
479
policy/policy.cpp \
@@ -494,7 +499,6 @@ libbitcoin_server_a_SOURCES = \
494
499
torcontrol.cpp \
495
500
txdb.cpp \
496
501
txmempool.cpp \
497
- ui_interface.cpp \
498
502
validation.cpp \
499
503
validationinterface.cpp \
500
504
versionbits.cpp \
@@ -525,7 +529,7 @@ libbitcoin_wallet_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(SQLITE_CFLAG
525
529
libbitcoin_wallet_a_CXXFLAGS = $(AM_CXXFLAGS ) $(PIE_FLAGS )
526
530
libbitcoin_wallet_a_SOURCES = \
527
531
coinjoin/client.cpp \
528
- coinjoin/options .cpp \
532
+ coinjoin/interfaces .cpp \
529
533
coinjoin/util.cpp \
530
534
hdchain.cpp \
531
535
wallet/coincontrol.cpp \
@@ -735,6 +739,8 @@ libbitcoin_util_a_SOURCES = \
735
739
bls/bls_ies.h \
736
740
bls/bls_worker.cpp \
737
741
bls/bls_worker.h \
742
+ coinjoin/common.cpp \
743
+ coinjoin/options.cpp \
738
744
support/lockedpool.cpp \
739
745
chainparamsbase.cpp \
740
746
clientversion.cpp \
@@ -870,9 +876,7 @@ endif
870
876
# https://eli.thegreenplace.net/2013/07/09/library-order-in-static-linking#circular-dependency)
871
877
dash_wallet_LDADD = \
872
878
$(LIBBITCOIN_WALLET_TOOL ) \
873
- $(LIBBITCOIN_SERVER ) \
874
879
$(LIBBITCOIN_WALLET ) \
875
- $(LIBBITCOIN_SERVER ) \
876
880
$(LIBBITCOIN_COMMON ) \
877
881
$(LIBBITCOIN_CONSENSUS ) \
878
882
$(LIBBITCOIN_UTIL ) \
0 commit comments