miketout
b276e36826
Avoid any potential double staking penalty that make occur during repeated reorgs
2018-11-02 03:05:51 -07:00
miketout
3613db08b4
Fix build error
2018-11-01 19:25:27 -07:00
miketout
73b4d69673
Return more stake outputs, including those thought to be change, fix cheatcatcher error reporting
2018-11-01 19:23:23 -07:00
miketout
99c94fc3f2
Indicate cheatcatcher active or error if bad sapling address
2018-11-01 16:12:03 -07:00
miketout
f1f6dfbb85
Don't log mempool error for staking tx, fix default destination for staking tx
2018-11-01 13:40:51 -07:00
miketout
4ac64cd2a0
Fix non-final sequence and nLockTime
2018-11-01 11:08:20 -07:00
miketout
a9774a32f7
Added new categories to transactions in listtransactions
2018-10-31 21:32:12 -07:00
miketout
8776c56085
Add staking TX to wallet only if block is accepted
2018-10-29 14:07:44 -07:00
miketout
1aa576ade2
Reduce log messages of non-relayed transactions
2018-10-29 04:01:55 -07:00
miketout
90cc70ccb4
Fix Komodo interest when z_sendmany uses builder. Sapling spend of time locked coinbases. Cheat catcher
2018-10-29 01:38:07 -07:00
miketout
a8a4e37b5f
extern
2018-10-28 16:11:56 -07:00
miketout
76a77528ab
Allow mint=1 to be a VRSC.conf parameter
2018-10-28 13:40:09 -07:00
miketout
6023e8ab75
Merge branch 'dev' of https://github.com/miketout/komodo into dev
2018-10-27 20:29:09 -07:00
miketout
99aeab28f9
Integrate latest Zcash fixes and update for non-latin user names
2018-10-27 20:29:03 -07:00
miketout
ea9c37f245
Merge pull request #33 from VerusCoin/dev
...
CI update
2018-10-27 18:11:14 -07:00
Asher Dawes
0868246437
Removing redundant verus script from src.
...
Moving verus.bat from src to scr/fiat
Adjusting gitlab-ci configuration and Mac release packaging script to comform to the changes.
2018-10-27 18:00:53 -07:00
miketout
8546284349
Delete incorrectly located CLI bash file
2018-10-27 14:53:53 -07:00
miketout
45bb468139
Better cheat catcher
2018-10-27 14:53:18 -07:00
Jack Grigg
ee3fa7020e
Pass parameter paths as native strings to librustzcash
2018-10-27 19:19:02 +13:00
Asher Dawes
95b8f04f77
Updating version
2018-10-26 09:29:57 -07:00
miketout
a12f70bf55
Ensure that only valid staking transactions are synced with wallets
2018-10-26 01:04:07 -07:00
miketout
4c8293dc76
Fixed issue #145 , should fix stake synching with wallets
2018-10-25 23:25:31 -07:00
Eirik Ogilvie-Wigley
81005fb214
Fix error message
2018-10-24 12:05:48 -06:00
Homu
dc3398fa88
Auto merge of #3611 - bitcartel:3467_add_sapling_benchmarks, r=bitcartel
...
Closes #3467 . Add benchmarks for Sapling spends and outputs.
Four new benchmarks are added to RPC zcbenchmark:
- createsaplingspend
- createsaplingoutput
- verifysaplingspend
- verifysaplingoutput
2018-10-23 22:52:22 -07:00
miketout
fbb4a542c8
Merge branch 'dev' of https://github.com/miketout/komodo into dev
2018-10-23 21:22:28 -07:00
miketout
9532e6b7c9
Hoisted path var in ZC_GetBaseParamsDir
2018-10-23 21:21:59 -07:00
miketout
3994f32514
Merge pull request #31 from VerusCoin/master
...
Fetching deltas from VerusCoin Repository
2018-10-23 19:36:12 -07:00
miketout
8a1e0d0d5f
Add support for -zcashparamsdir parameter
2018-10-23 16:39:31 -07:00
Homu
d2019a4ccd
Auto merge of #3581 - Eirik0:3580-unspent-note-cleanup, r=daira
...
Remove GetUnspentFilteredNotes
Closes #3580
This PR generalized `GetFilteredNotes`, expanding its functionality to also do what we do in `GetUnspentFilteredNotes`. This enables us to remove the latter.
2018-10-22 22:36:05 -07:00
Eirik Ogilvie-Wigley
095eee4f4d
Wrap long line and update comments
2018-10-22 10:01:17 -06:00
Asher Dawes
7e6fdc5b7f
Updating version
2018-10-21 15:18:47 -07:00
Asher Dawes
685c74044a
Merge pull request #140 from miketout/dev
...
Remove retries on getBlockTemplate to fix pool flooding with calls
2018-10-21 15:02:58 -07:00
miketout
d82a969a58
Remove retries on getBlockTemplate to fix pool flooding with calls
2018-10-21 14:54:19 -07:00
Asher Dawes
892448889d
Fixing verus shell script to change to its current directory upon call.
2018-10-21 11:07:13 -07:00
Homu
32c2c17a91
Auto merge of #3579 - Eirik0:3577-generate-sprout-zkey, r=bitcartel
...
Make it clear that CWallet::GenerateNewZKey is Sprout specific
Closes https://github.com/zcash/zcash/issues/3577
When adding sapling support we had considered making the method `GenerateNewZKey` generic, but it ended up making more sense to add a second method `GenerateNewSaplingZKey` for sapling support.
This PR changes the name of `GenerateNewZKey` to `GenerateNewSproutZKey` and changes the return type from `libzcash::PaymentAddress` to `libzcash::SproutPaymentAddress` to make it more clear that this is what the method does.
2018-10-18 19:47:46 -07:00
Simon
67d2b79783
Closes #3467 . Add benchmarks for Sapling spends and outputs.
...
Four new benchmarks are added to RPC zcbenchmark:
- createsaplingspend
- createsaplingoutput
- verifysaplingspend
- verifysaplingoutput
2018-10-18 19:10:59 -07:00
Homu
e077fb321b
Auto merge of #3541 - leto:amount_docs, r=bitcartel
...
Clarify in sendmany/z_sendmany rpc docs that amounts are not FP
Fixes #3539
I clarified in the docs that only 8 digits of precision are allowed. For example, if you try 9 digits you will get:
```
zcash-cli z_sendmany $TADDR "[{\"address\":\"$ZADDR\",\"amount\":0.123456789}]"
error code: -3
error message:
Invalid amount
```
2018-10-18 15:36:34 -07:00
Eirik Ogilvie-Wigley
e92414f91e
Remove GetUnspentFilteredNotes
2018-10-18 15:52:13 -06:00
Eirik Ogilvie-Wigley
ef27d7e4b3
Add functionality from GetUnspentFilteredNotes to GetFilteredNotes
2018-10-18 15:52:13 -06:00
Eirik Ogilvie-Wigley
9396b85db8
Remove unspent note entry structs
2018-10-18 15:52:07 -06:00
Asher Dawes
925f465830
Updating versions for release
2018-10-17 18:08:05 -07:00
Asher Dawes
b700ae16b4
Merge pull request #136 from miketout/dev
...
Fix Komodo compatibility
2018-10-17 17:54:56 -07:00
miketout
e871bb78ad
Fix Komodo compatibility
2018-10-17 16:57:27 -07:00
Asher Dawes
522c4984e0
Updating CI config ( #135 )
2018-10-16 18:39:33 -07:00
Asher Dawes
a9807a71c0
Merge pull request #132 from miketout/dev
...
Sync Overwinter and Sapling defaults
2018-10-15 08:38:13 -07:00
miketout
ceaccb0c07
Sync Overwinter and Sapling defaults
2018-10-15 08:34:21 -07:00
Asher Dawes
37578e5b8e
Merge pull request #131 from DavidLDawes/dev
...
Use the 64 bit reverser, the only one provided.
2018-10-14 22:23:58 -07:00
David Dawes
77d1ded7cc
Use the 64 bit reverser, the only one provided.
2018-10-14 22:20:13 -07:00
Asher Dawes
efa6b2c4ed
Merge pull request #130 from miketout/dev
...
Fix incorrect voutNum and ensure that voutNum is of output with value
2018-10-14 21:39:13 -07:00
David Dawes
098c8f6fd2
On second thought make it Mac only, leave Linux Win alone.
2018-10-14 21:28:27 -07:00