jl777
3e71f5857f
Disable KV functions for KMD
2018-01-30 17:22:45 +04:00
Jay Graber
df46562f26
Make applicable only on mainnet
2018-01-29 12:19:19 -08:00
jl777
6fdd9555a3
PIZZA and BEER, why not
2018-01-29 16:22:47 +04:00
jl777
0a8ac8b037
VOTE chain
2018-01-29 16:12:06 +04:00
jl777
ee8cdf46e4
Merge pull request #512 from DeckerSU/decker-dev
...
added checkpoints for KMD blockchain. need to be tested.
2018-01-29 11:59:25 +04:00
jl777
f6d8f2cce9
rpcworkqueue=64
2018-01-28 19:58:35 +04:00
ca333
0b7ef28990
add native btch bins
2018-01-28 03:02:05 +01:00
Mihail Fedorov
8a52db13e1
pax
2018-01-27 17:26:42 +03:00
DeckerSU
b3f7ce9b7a
added checkpoints for KMD blockchain. need to be tested.
...
- added method SetCheckpointData for CChainParams.
- as we can't check asset it or not in CMainParams() constructor, because command line arguments don't initialized at that time, we will execute SetCheckpointData in chainparams_commandline later.
changes was tested in komodo-qt wallet, but additional tests wouldn't be superfluous.
2018-01-27 13:28:43 +03:00
Mihail Fedorov
580a1ae0cf
VOTE chain
2018-01-27 05:14:24 +03:00
Mihail Fedorov
26e6a849ac
So long and thanks for all the pax
2018-01-27 04:47:14 +03:00
Mihail Fedorov
b3b56273c6
So long and thanks for all the pax
2018-01-27 04:46:39 +03:00
jl777
f41277aa91
PIZZA and BEER
2018-01-25 16:54:43 +04:00
Homu
70109a74e9
Auto merge of #2902 - bitcartel:2901_remove_unused_noblks_constants, r=daira
...
Remove unused NOBLKS_VERSION_{START,END} constants from version.h
Closes #2901 . Backport from upstream PR https://github.com/bitcoin/bitcoin/pull/7662 .
2018-01-25 04:37:33 -08:00
Pavel Vasin
20bfa355a0
remove unused NOBLKS_VERSION_{START,END} constants
2018-01-23 15:44:35 -08:00
Scott Sadler
63d3e4aab1
add isFulfulled to cryptoconditions
2018-01-23 14:12:43 -03:00
Scott Sadler
6585a02268
cli method to create CC transaction
2018-01-23 14:05:43 -03:00
Homu
a4a020de7b
Auto merge of #2217 - str4d:2074-chainparams, r=str4d
...
Bitcoin 0.12 chainparams cleanups
Cherry-picked from the following upstream PRs:
- bitcoin/bitcoin#6222
- bitcoin/bitcoin#6381
- bitcoin/bitcoin#6473
- bitcoin/bitcoin#6242
Part of #2074 .
2018-01-22 15:22:24 -08:00
Per Grön
39d2e9e0cb
Make some globals static that can be
...
External linkage does not help and just encourages sloppy dependencies
and can lead to weird issues when there are name collisions.
2018-01-22 18:20:47 +01:00
Homu
d11230be73
Auto merge of #2886 - bitcartel:2885_cleanup_node_getutxo, r=str4d
...
Remove redundant service flag NODE_GETUTXO meant for Bitcoin XT.
For #2885 . This frees up a service bit. Zcash has never used this flag
and upstream Bitcoin Core does not support this flag, although
it did reserve it for compatibility with Bitcoin XT.
2018-01-22 08:38:49 -08:00
Jack Grigg
40ebf08ff8
Add viewing key prefix to regtest parameters
2018-01-22 15:32:52 +00:00
Jack Grigg
ff145dfe32
Add missing namespace for boost::get
2018-01-22 10:30:41 -05:00
Cory Fields
91690d6e84
chainparams: don't use std namespace
2018-01-22 10:30:41 -05:00
Cory Fields
47b71cec5d
chainparams: move CCheckpointData into chainparams.h
...
This unties CChainParams from its dependency on checkpoints. Instead, now it
only depends on the raw checkpoint data.
2018-01-22 10:30:41 -05:00
Daniel Kraft
a97308c5d4
Clean up chainparams some more.
...
Clean up the code in chainparams a bit more after the recent
refactorings. In particular, make sure the structure of the "RegTest"
params matches the structure of the other classes. This makes the code
clearer to read.
Also remove redundant values of the genesis block in always-specified
optional arguments and mark variable/argument as "const".
2018-01-22 10:30:41 -05:00
Jorge Timón
54ab3b3183
Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParams
...
...instead of CMainParams and CTestNetParams respectively
Do the same for CBaseChainParams.
The inheritance was only reducing readibility in this case
2018-01-22 10:30:41 -05:00
Jorge Timón
90b6ee6ce5
Chainparams: Introduce CreateGenesisBlock() static function
2018-01-22 10:30:41 -05:00
Mark Friedenbach
fe53749dc9
Explicitly set tx.nVersion for the genesis block and mining tests
...
If/when CTransaction::CURRENT_VERSION is incremented, this will break CChainParams and the miner tests. This fix sets the transaction version explicitly where we depend on the hash value (genesis block, proof of work checks).
2018-01-22 10:30:41 -05:00
Simon
03a61ed87c
Remove redundant service flag NODE_GETUTXO meant for Bitcoin XT.
...
This frees up a service bit. Zcash has never used this flag
and upstream Bitcoin Core does not support this flag, although
it did reserve it for compatibility with Bitcoin XT.
2018-01-19 17:22:54 -08:00
Simon
5befbed4bc
Fixes #2793 . Backport commit f33afd3 to increase dbcache default.
2018-01-15 23:17:34 -08:00
jl777
df473cc277
Check for null index in FindFork
2018-01-07 18:06:14 +07:00
Homu
b2a114a8c9
Auto merge of #2771 - syd0:fix-snark-dep-build, r=str4d
...
Fix libsnark dependency build.
This changes libsnark to build in-place, instead of copying first to
a build directory. Previously, modifications made to the original
sources wouldn't get rebuilt without a 'make clean' because users
would be pointing to the copies.
This closes #2689 .
2018-01-04 17:06:33 -08:00
Homu
8dbe11451a
Auto merge of #2770 - syd0:remove-some-cruft, r=str4d
...
Remove OSX and Windows files from Makefile + share directory.
These are stale holdovers from bitcoin.
This closes #2169 .
2018-01-04 16:02:27 -08:00
syd
b6a990def0
Remove OSX and Windows files from Makefile + share directory.
...
These are stale holdovers from bitcoin.
This closes #2169 .
2018-01-04 22:50:17 +00:00
Homu
db9f6f0485
Auto merge of #2821 - str4d:2335-scope-ecdsa-constants, r=str4d
...
Scope the ECDSA constant sizes to CPubKey / CKey classes
Cherry-picked from https://github.com/bitcoin/bitcoin/pull/10657 , upstreaming our patches from #2335 .
2018-01-04 14:47:50 -08:00
jl777
b91547118a
-fiat -shark fiat-cli
2018-01-04 18:45:07 +07:00
jl777
5faab5a65a
-SHARK
2018-01-04 18:35:35 +07:00
Jack Grigg
2091cf23ae
make-release.py: Versioning changes for 1.0.14.
2018-01-03 23:44:51 +01:00
Jay Graber
9d2974ed5b
Add getdeprecationinfo rpc call to return current version and deprecation block height.
2018-01-02 11:38:39 -08:00
jl777
ee92f1369d
-SHARK
2018-01-03 01:06:03 +07:00
jl777
1132e84500
Test
2018-01-02 14:24:59 +07:00
jl777
f1d6fb9b92
Test
2018-01-02 14:22:50 +07:00
jl777
dfd450dff9
signedmasks for asset chains
2018-01-02 13:23:58 +07:00
jl777
cb84dc08ee
Fix
2018-01-01 15:38:26 +07:00
jl777
8bec736c1f
AXO, ETOMIC, BTCH
2018-01-01 15:36:45 +07:00
Jack Grigg
275f21ad4b
make-release.py: Versioning changes for 1.0.14-rc1.
2017-12-22 09:59:01 +00:00
kozyilmaz
bf69507cb5
Fix test/gtest bugs caught by latest macOS clang
2017-12-21 12:35:16 +03:00
Homu
1683c2d5bf
Auto merge of #2143 - str4d:1997-viewing-keys, r=str4d
...
Implement incoming viewing keys
Closes #1997 .
2017-12-20 14:11:05 -08:00
Jack Grigg
c4c7c6630b
Scope the ECDSA constant sizes to CPubKey / CKey classes
2017-12-20 17:28:13 +00:00
Jack Grigg
2bbfe6c4e8
Add cautions to z_getbalance and z_gettotalbalance help text about viewing keys
2017-12-20 11:24:51 +00:00