Commit Graph

456 Commits

Author SHA1 Message Date
Duke Leto
a7f88a87aa Update copyright URL to be https 2020-09-20 13:17:38 -04:00
Duke Leto
d4883bce7c More timedate changes from KMD 0.6 2020-07-09 10:31:12 -04:00
Jonathan "Duke" Leto
e6d09b3def Make compiler happy 2019-10-23 07:42:56 -07:00
Jonathan "Duke" Leto
719a8d6f20 More logging for dns seed stuff 2019-10-23 06:54:45 -07:00
Jonathan "Duke" Leto
52c716e625 Look in /usr/share/hush for sapling params 2019-10-18 10:58:27 -07:00
Mihailo Milenkovic
a7204d9f85 CC fixes for nSPV and others (#30)
- Remove adding txfee inputs for gateways claim
- FULLNODE and SUPERLITE macros
- Filter SetCCtxids with txid from oprert
- Fix for nServices of fullnode
- Use SetCCtxids_nSPV for some more CCs
- Fix addnormalinputs and add checking if utxo spent in mempool
2019-08-12 14:16:46 +03:00
jl777
0454333ff8 Tristate KOMODO_NSPV 2019-07-30 05:11:57 -11:00
jl777
9a3cf79c37 Test 2019-07-09 02:00:15 -11:00
jl777
f89ebce1e7 -print 2019-07-09 01:22:41 -11:00
jl777
94a1656ed2 Extern 2019-07-09 01:04:43 -11:00
jl777
ec24982ff6 +print 2019-07-09 01:02:35 -11:00
jl777
fc3c50c02e No services bug? 2019-07-09 01:00:39 -11:00
jl777
7c6f471173 Allow "inv" to be sent from superlite client 2019-07-05 06:57:09 -11:00
jl777
4bfb81956b +print 2019-07-05 06:22:40 -11:00
jl777
ab5954e7ef Create NODE_NSPV nServices flag 2019-07-02 08:56:09 -11:00
jl777
e9a2714441 uint32_t lastutxos,lastinfo; 2019-07-02 05:49:14 -11:00
jl777
49a7008f95 NSPV_lastinfo 2019-07-02 05:46:07 -11:00
jl777
d15bfa2bd3 Stub messages 2019-07-02 04:58:27 -11:00
jl777
aa1c651a74 komodo_nSPV.h 2019-07-02 04:25:54 -11:00
jl777
a0990a8c06 +prints 2019-07-02 04:10:48 -11:00
blackjok3r
e93fd95815 Merge branch 'FSM' of https://github.com/jl777/komodo into ac_import 2019-01-02 23:29:52 +08:00
jl777
0ea9ae3c05 Update copyright to 2019 2018-12-31 21:41:05 -11:00
blackjok3r
292962b36d Fix flood of send block on chain sync. Make net code to ignore KMD peers for LABS faster. 2018-12-28 15:42:23 +08:00
blackjok3r
465fe4af67 Merge branch 'FSM' of https://github.com/jl777/komodo
merge
2018-12-15 07:03:32 +08:00
jl777
d9bada18fc As per decker: 2d77cbfb11 2018-12-13 03:28:41 -11:00
blackjok3r
29cefb7ef1 FIXED? 2018-12-06 18:53:05 +08:00
blackjok3r
7f19010a7b try 2018-12-06 18:44:27 +08:00
blackjok3r
73afad8177 fool errand 2018-12-06 18:42:37 +08:00
blackjok3r
7e85c39a79 the is better, should be able to add own seeds if this works 2018-12-06 17:54:07 +08:00
blackjok3r
0ccd6d40be try 2018-12-06 17:22:31 +08:00
blackjok3r
d5ce03972a y 2018-12-06 17:17:16 +08:00
blackjok3r
01861c777f wtf 2018-12-06 17:16:20 +08:00
blackjok3r
98b374cdd6 try this 2018-12-06 17:15:00 +08:00
blackjok3r
04e51c373c now its fixed 2018-12-06 17:11:01 +08:00
blackjok3r
1c67951171 real fix 2018-12-06 17:10:15 +08:00
blackjok3r
38d065a442 fix 2018-12-06 17:09:28 +08:00
blackjok3r
d33edb4ff3 change DNS seeds to exit only if staked chain 2018-12-06 17:05:36 +08:00
blackjok3r
e9719a96b0 disavle DNS seeds 2018-12-05 20:08:01 +08:00
jl777
6855c277d8 Change max connections to 16 2018-11-24 03:23:16 -11:00
miketout
a9774a32f7 Added new categories to transactions in listtransactions 2018-10-31 21:32:12 -07:00
miketout
644c7445ec Latest Zcash updates 2018-09-20 13:32:57 -07:00
miketout
9feb4b9e08 Major updates integration from all upstreams 2018-09-18 14:33:53 -07:00
Jack Grigg
feee210af6 net: Check against the next epoch's version when evicting peers 2018-09-12 10:10:22 +01:00
miketout
a671a00fd9 Use seed nodes even if DNS seeds had data 2018-08-13 22:29:45 -07:00
Michael Toutonghi
0ba2065183 Network decentralizatoin and bug fixes 2018-08-09 15:32:48 -07:00
Jack Grigg
d670db7164 Sapling testnet activation height 2018-05-25 16:05:25 +12:00
Homu
8ef1d333b5 Auto merge of #2894 - per-gron:dont-export-unless-needed, r=str4d
Make some globals static that can be

I wrote this patch as part of making a Bazel build system but it really is independent from that so I'm putting this as a separate PR.

External linkage does not help and just encourages sloppy dependencies (ie using symbols only declared in a cpp file in some other cpp file) and can lead to weird issues when there are name collisions.
2018-05-04 15:05:43 -07:00
Pavol Rusnak
2bc62dc4e3 limit total length of user agent comments
Reworked-By: Wladimir J. van der Laan <laanwj@gmail.com>
2018-04-13 07:40:34 -06:00
Pavol Rusnak
8c5e229ac9 implement uacomment config parameter
which can add comments to user agent as per BIP-0014
2018-04-13 07:40:34 -06:00
jl777
9000990c30 Merge remote-tracking branch 'zcash/master' into rebase2
# Conflicts:
#	.travis.yml
#	Makefile.am
#	README.md
#	configure.ac
#	depends/Makefile
#	depends/builders/darwin.mk
#	depends/funcs.mk
#	depends/hosts/darwin.mk
#	depends/packages/googlemock.mk
#	depends/packages/googletest.mk
#	depends/packages/libsnark.mk
#	depends/packages/libsodium.mk
#	depends/packages/packages.mk
#	depends/packages/rust.mk
#	src/Makefile.am
#	src/Makefile.gtest.include
#	src/chainparams.cpp
#	src/chainparams.h
#	src/checkpoints.h
#	src/clientversion.h
#	src/coins.cpp
#	src/consensus/consensus.h
#	src/gtest/test_mempool.cpp
#	src/httprpc.cpp
#	src/init.cpp
#	src/komodo-tx.cpp
#	src/main.cpp
#	src/miner.cpp
#	src/policy/fees.cpp
#	src/policy/fees.h
#	src/rpcmining.cpp
#	src/rpcrawtransaction.cpp
#	src/rpcserver.cpp
#	src/test/policyestimator_tests.cpp
#	src/test/rpc_wallet_tests.cpp
#	src/test/transaction_tests.cpp
#	src/txdb.cpp
#	src/txmempool.cpp
#	src/wallet/asyncrpcoperation_sendmany.cpp
#	src/wallet/rpcwallet.cpp
#	src/wallet/wallet.cpp
#	src/wallet/wallet.h
#	src/zcash/CreateJoinSplit.cpp
#	zcutil/build.sh
2018-03-25 18:44:38 +03:00