Commit Graph

2421 Commits

Author SHA1 Message Date
miketout
48d800c2c6 Merge all Komodo changes, including proof of stake, crypto conditions, passport, etc. 2018-05-02 03:24:21 -07:00
Simon
debf6af9f8 Move memo member varible from SproutNotePlaintext to BaseNotePlaintext.
Add memo() accessor to BaseNotePlaintext.
2018-04-26 15:05:30 -07:00
Simon
d266f40393 Create class hierarchy for SproutNotePlaintext.
BaseNotePlaintext contains member variable for common attribute, value.
2018-04-26 15:05:30 -07:00
Simon
5020a93631 Refactoring: rename NotePlaintext --> SproutNotePlaintext
Also renames:
CNotePlaintextEntry --> CSproutNotePlaintextEntry
CUnspentNotePlaintextEntry --> CUnspentSproutNotePlaintextEntry
2018-04-26 15:05:30 -07:00
Simon
5d99e3e92f Refactoring: SproutNote member variable value moved to BaseNote.
All notes have a value, so the member variable has been moved to the
base class, and direct member access has been replaced with a getter.
2018-04-26 15:05:19 -07:00
Simon
b230fe6836 Refactoring: Rename class libzcash::Note to libzcash::SproutNote. 2018-04-25 11:33:24 -07:00
jl777
247428bdb2 Test 2018-04-25 15:47:19 +03:00
jl777
94d3d09da0 Test 2018-04-25 15:37:32 +03:00
Eirik Ogilvie-Wigley
df960a9ba7 Clarify help text of dumpprivkey 2018-04-23 15:14:56 -06:00
MarcoFalke
b37b4b2fa3 [rpcwallet] Don't use floating point 2018-04-23 22:12:53 +01:00
Pedro Branco
181c511cd0 Prevent multiple calls to ExtractDestination 2018-04-23 22:12:53 +01: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
ca333
d3c94f437a Merge pull request #20 from jl777/dev
update dev
2018-04-21 02:35:30 +02:00
ca333
7d2e4b3c77 add darwin conds
fix OSX specific datatype error
2018-04-21 01:18:49 +02:00
ca333
73be97e1c4 add darwin cond
fix OSX specific bug by statically casting datatype
2018-04-21 00:52:27 +02:00
ca333
aee282db0f add darwin condition to asyncoperation
OSX specific fix
2018-04-21 00:50:06 +02:00
jl777
dd66e3af3a Test 2018-04-20 13:20:26 +03:00
jl777
8eb43ab4ff Decrement notes for assetchains, need to test 2018-04-20 00:23:58 +03:00
jl777
7b6d6985a9 Test 2018-04-19 20:33:41 +03:00
jl777
e86c03cf07 -walletprefetch 2018-04-17 16:34:07 +03:00
jl777
cf53fd7c3d Test 2018-04-17 16:25:27 +03:00
jl777
b7fae74e58 Test 2018-04-17 15:31:35 +03:00
jl777
5f5802ae29 Test 2018-04-17 15:30:23 +03:00
Jack Grigg
68a1a592ca Remove nType and nVersion from Zcash-specific code 2018-04-17 13:09:47 +01:00
Pieter Wuille
242f1421db Get rid of nType and nVersion
Remove the nType and nVersion as parameters to all serialization methods
and functions. There is only one place where it's read and has an impact
(in CAddress), and even there it does not impact any of the recursively
invoked serializers.

Instead, the few places that need nType or nVersion are changed to read
it directly from the stream object, through GetType() and GetVersion()
methods which are added to all stream classes.
2018-04-17 13:09:28 +01:00
jl777
b8add6a466 Init speedup test 2018-04-17 12:53:59 +03:00
Jack Grigg
a8e5ae92ba GetSerializeSize changes in Zcash-specific code 2018-04-16 07:38:38 -06:00
Pavel Janík
ead36d85c7 [WIP] Remove unused statement in serialization
Zcash: Excludes changes to CBanEntry and CHDChain, which we don't have yet.
2018-04-16 07:38:37 -06:00
Pieter Wuille
29a8ade782 Prevector type 2018-04-16 07:38:36 -06:00
jl777
2a3bc0f1e5 Test 2018-04-11 14:57:42 +03:00
jl777
15da4215d3 Test 2018-04-11 14:56:09 +03:00
jl777
b0e712e72d Test 2018-04-11 14:52:09 +03:00
jl777
a7fc955463 Test 2018-04-11 05:30:00 +03:00
jl777
b4b84fb273 Merge branch 'dev' into jl777 2018-04-10 14:00:44 +03:00
Brad Miller
98a4f6a656 Implement note locking for z_mergetoaddress
Co-authored-by: Eirik Ogilvie-Wigley <eirik@z.cash>
2018-04-10 00:44:39 -07:00
Jack Grigg
67b849d7d4 Fix z_importviewingkey startHeight parameter
Closes #2937.
2018-04-10 00:39:52 -07:00
jl777
e07cf6b5f9 Test 2018-04-10 00:28:51 +03:00
jl777
1a2b98fab0 Test 2018-04-10 00:28:19 +03:00
jl777
8d584a9c91 Test 2018-04-10 00:09:41 +03:00
jl777
9465da966b Test 2018-04-09 23:59:13 +03:00
jl777
09cde8ab10 Test 2018-04-09 23:34:24 +03:00
jl777
3f26119e04 Test 2018-04-09 23:29:03 +03:00
jl777
1619474ec9 Test 2018-04-09 23:27:19 +03:00
jl777
d231a6a775 Test 2018-04-09 23:17:34 +03:00
jl777
a030053610 Test 2018-04-09 22:55:21 +03:00
jl777
e6eb324020 Test 2018-04-09 22:27:24 +03:00
jl777
3c3e04c4d3 Test 2018-04-09 21:20:28 +03:00
jl777
8c218b4887 Test 2018-04-09 21:18:40 +03:00
jl777
e005f57633 Test 2018-04-09 21:12:25 +03:00
jl777
14a53f21a1 Test 2018-04-09 21:08:46 +03:00