Michael Toutonghi
cf1e5967ee
fix getinfo, cleanup hash
2018-05-18 02:46:21 -07:00
Michael Toutonghi
1f722359c1
Verus Proof of Stake Compete with Additional ant-fork protection on block 1
2018-05-13 18:59:06 -07:00
miketout
4cd2cd4dd1
Improve and complete getinfo output, cleanup unused reference
2018-05-09 13:13:12 -07:00
jl777
4add33cf7e
Restore LOCK cs_main in getinfo
2018-04-29 10:05:50 +03:00
jl777
49d6f80679
-LOCK cs_main
2018-04-27 13:19:33 +03:00
jl777
fac54947b4
Restore netinfo lock
2018-04-26 21:59:09 +03:00
jl777
69d23911ce
+prevMoMheight to getinfo
2018-04-26 15:14:12 +03:00
jl777
6f1de9852a
-prints
2018-04-25 16:05:40 +03:00
jl777
a6cbaa25ce
Test
2018-04-25 15:53:45 +03:00
jl777
247428bdb2
Test
2018-04-25 15:47:19 +03:00
jl777
94d3d09da0
Test
2018-04-25 15:37:32 +03:00
jl777
001bc04a08
Test
2018-04-25 15:26:37 +03:00
jl777
daf214b1b6
Rely on cached KOMODO_LONGESTCHAIN in netinfo
2018-04-25 15:17:07 +03:00
jl777
6bb74a0256
Test
2018-04-25 15:09:12 +03:00
jl777
265660f7cb
streamline
2018-04-25 15:04:16 +03:00
jl777
cdf589a2fd
Test
2018-04-25 14:38:31 +03:00
jl777
05c2ba6371
split out asset chain p2p port from roc port
2018-04-22 17:10:35 +03:00
jl777
9edf27ec05
+print
2018-04-22 16:05:56 +03:00
jl777
e21c70e9a4
Test
2018-04-17 21:26:08 +03:00
jl777
91e76e0cec
Test
2018-04-17 21:16:38 +03:00
jl777
dbc800502f
Add netinfo fields
2018-04-17 21:14:35 +03:00
jl777
e8fa58ecb5
Default JUMBLR_PAUSE.1
2018-04-17 16:43:03 +03:00
Scott Grayson
0c4f43951e
Merge branch 'dev' of https://github.com/jl777/komodo into trunk-merge
...
* 'dev' of https://github.com/jl777/komodo: (1062 commits)
Delay PoW check until connect block
Declare
KOMODO_NEWBLOCKS
Prevent autorewind if syncing. Not a critical update
Change n0/n1 size to int32_t
Syntax
Fix n -> static n0/n1
Test
Test
Test
KOMODO_LONGESTCHAIN = height;
Sync main.cpp to jl777
-print
-USD/EUR
readme
curl fix
-print
Fix buffer overflows and reduce KMD men usage
-print
Test
...
2018-04-15 21:59:37 -04:00
TheTrunk
8b78a8199e
Bitcore port
2018-03-27 13:34:52 +02: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
jl777
e34a9d43fe
Fix
2018-02-13 22:42:34 +02:00
jl777
8683bd8d11
Debugging
2018-02-13 21:29:42 +02:00
jl777
eea03b7b5d
jumblr_pause and jumblr_resume
...
Thanks to @amigo for the feature request
2017-11-22 10:53:16 +04:00
Jay Graber
337a99a219
Add cli and rpc examples for z_sendmany
2017-11-17 13:17:51 -08:00
Jay Graber
c16528495c
s/zcash/Zcash
2017-10-04 17:06:51 -07:00
Bruno Arueira
d2c1e4a807
Removes out bitcoin mention in favor for zcash
...
Bitcoin Core => Zcash
bitcoin address => Zcash address
bitcoinaddress => zcashaddress
Closes #1756
2017-10-04 17:05:30 -07:00
Ross Nicoll
091b2116a0
Rationalize currency unit to "BTC"
...
Previously various user-facing strings have used inconsistent currency units "BTC",
"btc" and "bitcoins". This adds a single constant and uses it for each reference to
the currency unit.
Also adds a description of the unit for --maxtxfee, and adds the missing "amount"
field description to the (deprecated) move RPC command.
2017-08-03 16:32:41 +01:00
jl777
190dbe6d43
Test
2017-07-12 12:56:43 +02:00
jl777
b487a8fe6b
Test
2017-07-12 12:50:07 +02:00
jl777
bc035879e9
Test
2017-07-12 12:25:00 +02:00
jl777
eeaaf55488
Jumblr
2017-07-12 12:15:20 +02:00
jl777
945f015d80
Initial merge
2017-03-30 04:35:16 +03:00
jl777
57dd4adae0
Test
2017-03-26 17:50:05 +03:00
jl777
70d8393432
Test
2017-03-26 17:36:57 +03:00
jl777
7ea5a37187
Test
2017-03-26 17:22:49 +03:00
jl777
0cb025c181
Test
2017-03-26 14:26:03 +03:00
jl777
e9c40f1f8f
Test
2017-03-26 14:20:04 +03:00
jl777
094b401e3d
Test
2017-03-26 14:16:03 +03:00
jl777
43cc3df657
Test
2017-03-26 13:53:22 +03:00
jl777
1e2a41f6c1
Test
2017-03-26 13:35:37 +03:00
jl777
9e1bde7e24
Test
2017-03-26 13:30:23 +03:00
jl777
f1024f06ac
Test
2017-03-26 13:25:55 +03:00
jl777
b000fa04a6
Test
2017-03-26 12:53:24 +03:00
Jay Graber
704547965a
Change help text examples to use Zcash addresses
2017-03-24 14:52:28 -07:00
zkbot
a7cf698873
Auto merge of #2100 - str4d:2074-rpc, r=arcalinea
...
Bitcoin 0.12 RPC PRs 1
Cherry-picked from the following upstream PRs:
- bitcoin/bitcoin#6266
- bitcoin/bitcoin#6257
- bitcoin/bitcoin#6271
- bitcoin/bitcoin#6158
- bitcoin/bitcoin#6307
- bitcoin/bitcoin#6290
- bitcoin/bitcoin#6262
- bitcoin/bitcoin#6088
- bitcoin/bitcoin#6339
- bitcoin/bitcoin#6299 (partial, remainder in #2099 )
- bitcoin/bitcoin#6350
- bitcoin/bitcoin#6247
- bitcoin/bitcoin#6362
- bitcoin/bitcoin#5486
- bitcoin/bitcoin#6417
- bitcoin/bitcoin#6398 (partial, remainder was included in #1950 )
- bitcoin/bitcoin#6444
- bitcoin/bitcoin#6456 (partial, remainder was included in #2082 )
- bitcoin/bitcoin#6380
- bitcoin/bitcoin#6970
Part of #2074 .
2017-03-04 02:57:46 +00:00