Commit Graph

218 Commits

Author SHA1 Message Date
Asher Dawes
5ce49ee344 Fixing Windows compilation.
Removing __cpuid definition when compiling for Windows to avoid conflicting definitions of __cpuid provided by gcc and intrin.h .
Updating GitLab yml to deploy to Slack during the build step for manual testing.
2018-09-20 16:08:25 -07:00
miketout
b8deecdc09 Sapling transaction testing 2018-09-20 03:08:36 -07:00
miketout
9feb4b9e08 Major updates integration from all upstreams 2018-09-18 14:33:53 -07:00
Michael Toutonghi
0c8fa56a02 All latest updates, smart contracts, including oracle from KMD/jl777 2018-09-13 13:00:13 -07:00
jl777
0f05fc9ae5 print 2018-08-24 11:21:59 -11:00
jl777
8796e6ab42 -prints 2018-08-24 09:33:30 -11:00
jl777
e0f78699ce Ccactivate 2018-08-21 02:30:05 -11:00
jl777
7b257028f8 Test 2018-08-18 03:09:36 -11:00
jl777
b4795ed684 -prints 2018-08-18 03:07:53 -11:00
jl777
ad4d921071 +print 2018-08-18 01:27:42 -11:00
jl777
64836d75a0 +print 2018-08-18 01:11:31 -11:00
jl777
6252e12f17 +print 2018-08-18 00:54:53 -11:00
Michael Toutonghi
5034d1c134 Sync with latest Komodo changes 2018-08-06 12:52:22 -07:00
jl777
1960a3d2c6 Test 2018-07-23 05:52:40 -11:00
jl777
b2617a2dee Test 2018-07-23 05:49:23 -11:00
jl777
1f5f9d297b Test 2018-07-23 05:41:43 -11:00
jl777
d05a61ec13 Test 2018-07-23 05:28:04 -11:00
jl777
89c506ddb4 Test 2018-07-23 05:27:13 -11:00
jl777
bfcf5bad78 Test 2018-07-23 05:22:36 -11:00
jl777
46d1074a67 Test 2018-07-23 04:43:21 -11:00
jl777
eb07073d67 CKeyID 2018-07-21 05:05:58 -11:00
jl777
c00ab6424d -print 2018-07-21 04:01:53 -11:00
jl777
e512c055ac Fix out type 2018-07-21 03:56:57 -11:00
jl777
fa62690da2 Test 2018-07-21 03:52:53 -11:00
jl777
58875d2506 Return out 2018-07-21 03:32:13 -11:00
jl777
ade9a60482 Order 2018-07-21 03:15:04 -11:00
jl777
b7168865a9 Y 2018-07-21 03:13:16 -11:00
jl777
296f5ed8ff Fix 2018-07-21 03:12:33 -11:00
jl777
9d92fc6df8 Horrible 2018-07-21 03:11:11 -11:00
jl777
de4e4047c6 Test 2018-07-21 03:08:28 -11:00
jl777
8506f4cc0f Return hash160 2018-07-21 03:06:49 -11:00
jl777
e0509cb521 Return valid vSolution 2018-07-21 03:04:17 -11:00
jl777
4b80614b5e Test 2018-07-21 02:56:09 -11:00
jl777
f6753cc656 Add CC type to extract destination 2018-07-21 02:53:24 -11:00
jl777
fa7bf712a1 Add support for pay2pubkey for -addressindex 2018-06-26 04:40:32 -11:00
David Dawes
67edc9df03 Another __cpuid() conflict. 2018-06-16 17:31:54 -07:00
Michael Toutonghi
cc1ae28b0c Made time locked addresses visible 2018-05-28 12:45:22 -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
Scott Sadler
20c3ac51c2 wip 2018-05-09 16:17:28 -03:00
miketout
204cf3fcba Enable seamless spending of timelocked coinbases through z_shieldcoinbase 2018-05-09 00:49:09 -07:00
Homu
f0daf3915f Auto merge of #3233 - str4d:3164-sapling-sighash, r=str4d
ZIP 243: Sapling SignatureHash

Closes #3164.
2018-05-08 16:59:33 -07:00
miketout
ea340a1443 Recognizing CLTV transactions more broadly 2018-05-08 13:33:14 -07:00
Jack Grigg
b391b70736 Implement Sapling signature hash (ZIP 243) 2018-05-08 11:45:38 +01:00
miketout
e980a26ddd Enable time locked coin bases to be used as normal coinbase transactions with longer maturity, fix max_money 2018-05-04 16:33:34 -07:00
Pieter Wuille
07444da1db Introduce wrappers around CBitcoinAddress
This patch removes the need for the intermediary Base58 type
CBitcoinAddress, by providing {Encode,Decode,IsValid}Destination
function that directly operate on the conversion between strings
and CTxDestination.
2018-05-03 01:12:57 +01:00
miketout
48d800c2c6 Merge all Komodo changes, including proof of stake, crypto conditions, passport, etc. 2018-05-02 03:24:21 -07:00
Scott Sadler
0cb91a8d20 wip 2018-04-29 00:34:57 -03:00
miketout
a0dd01bc50 Bug fixes in hash algorithm, parameters, and time lock support 2018-04-28 15:05:20 -07:00
Michael Toutonghi
29bd53a102 Rewrite time locks, coinbase validation, and script functions in C++ for easier integration 2018-04-20 18:38:39 -07:00
Jack Grigg
2d922b66b0 Pass transaction header into correct SignatureHash serialization level
We need to indicate whether PHGR or Groth proofs are expected to vjoinsplit,
which is serialized in an inner hash, not the outer hash.
2018-04-19 20:35:33 +01:00