Commit Graph

22197 Commits

Author SHA1 Message Date
jl777
c4a4cd05ec Fix 2018-08-09 19:25:25 -11:00
jl777
278a61fd5e uint64_t -> int64_t for coin values other than three 2018-08-09 19:23:40 -11:00
jl777
9e432c97ad -print 2018-08-09 19:08:20 -11:00
jl777
066c16e5f6 segid print 2018-08-09 19:06:05 -11:00
Jonathan "Duke" Leto
200d60b17f Merge remote-tracking branch 'origin/jl777' into cctests 2018-08-10 08:04:42 +02:00
Jonathan "Duke" Leto
fe6882f14c More faucet tests, currently sendrawtransaction failing with bad-txns-inputs-duplicate 2018-08-10 08:04:34 +02:00
jl777
eccd52f4cc Check for duplicate utxo in available coins 2018-08-09 18:59:18 -11:00
miketout
6debab306c Merge pull request #103 from miketout/dev
Put staking readout once per staking loop so people know it's staking
2018-08-09 18:20:26 -07:00
Michael Toutonghi
4ca6678c70 Put staking readout once per staking loop so people know it's staking 2018-08-09 18:19:18 -07:00
miketout
1012289e8c Merge pull request #102 from miketout/dev
Staking and mining improvements
2018-08-09 18:05:45 -07:00
Michael Toutonghi
bf9c36f4ed Staking and mining timeing improvements 2018-08-09 18:04:19 -07:00
Michael Toutonghi
049e890a79 Remove unnecessary staking delay 2018-08-09 17:09:09 -07:00
miketout
855948d2e8 Merge pull request #100 from miketout/dev
Merge latest Komodo changes, network decentralization, bug fixes
2018-08-09 15:45:17 -07:00
Michael Toutonghi
0ba2065183 Network decentralizatoin and bug fixes 2018-08-09 15:32:48 -07:00
Jonathan "Duke" Leto
ae7e9b7263 Merge remote-tracking branch 'origin/jl777' into cctests 2018-08-09 23:38:49 +02:00
Jonathan "Duke" Leto
2098a4c9bb Disallow negative funding in faucetfund 2018-08-09 23:37:38 +02:00
Jonathan "Duke" Leto
700c1fcfc3 Improve error checking on funds argument to faucetfund 2018-08-09 22:54:23 +02:00
Jonathan "Duke" Leto
de3a68db84 add more tests for faucetfund edge cases 2018-08-09 22:52:29 +02:00
Homu
d54bf1dbda Auto merge of #3453 - ebfull:release-v2.0.0-rc1, r=bitcartel
Release v2.0.0 rc1

Doesn't contain "Notable changes" section in release notes, is that okay for an RC?
2018-08-09 11:44:52 -07:00
jl777
81915d9fce Fix rewards unlock help trigger 2018-08-09 06:47:24 -11:00
Sean Bowe
c2f661109d make-release.py: Updated release notes and changelog for 2.0.0-rc1. 2018-08-09 16:56:56 +00:00
Sean Bowe
27f678b974 make-release.py: Updated manpages for 2.0.0-rc1. 2018-08-09 16:56:56 +00:00
Sean Bowe
3e9aec2a37 make-release.py: Versioning changes for 2.0.0-rc1. 2018-08-09 16:46:45 +00:00
jl777
efceba00d9 Test 2018-08-09 03:26:04 -11:00
jl777
e4ec9bab3e 13000 MGNX height exemption 2018-08-09 03:23:21 -11:00
jl777
eea0a57b3c Test 2018-08-09 03:20:05 -11:00
jl777
6a8820f597 Test 2018-08-09 03:19:18 -11:00
jl777
703faba669 Remove MGNX exemption 2018-08-09 03:16:38 -11:00
jl777
ad0f453e27 Test 2018-08-09 03:10:53 -11:00
jl777
15bec8194b Test 2018-08-09 03:07:53 -11:00
jl777
435ef4fde2 Test 2018-08-09 02:59:45 -11:00
jl777
8f97da8ea4 Test 2018-08-09 02:52:14 -11:00
jl777
e77d279f0c Test 2018-08-09 02:49:15 -11:00
jl777
a032237805 Test 2018-08-09 02:43:42 -11:00
jl777
549ca5a625 Test 2018-08-09 02:38:16 -11:00
jl777
5d3f12159d Test 2018-08-09 02:32:34 -11:00
jl777
c6d212db1c Test 2018-08-09 02:31:27 -11:00
jl777
a3b5f801ca Update comments 2018-08-09 00:14:35 -11:00
jl777
b70126d400 Add no cache flag and calculate entropy based on raw segued 2018-08-08 23:48:23 -11:00
jl777
efb8981cb9 Segid cache 2018-08-08 23:41:59 -11:00
jl777
ff7204826e merge beta->master 2018-08-08 23:12:38 -11:00
jl777
11b390d86c Catch mined PoS lookalike blocks 2018-08-08 22:59:21 -11:00
Jonathan "Duke" Leto
1399f859e0 Mine more blocks to ensure a mature balance 2018-08-09 08:53:24 +02:00
jl777
83f41bb0f9 PoSperc 2018-08-08 10:41:26 -11:00
jl777
84b0bd5230 Dont count PoW diff blocks for isPoS count 2018-08-08 10:40:25 -11:00
Homu
75286ba19b Auto merge of #3438 - Eirik0:3424-change-field-improvement, r=bitcartel
Only include the change field if we have a spending key

Closes #3424
2018-08-08 13:47:40 -07:00
Simon
303f80fb1e Fix comment in CWallet::SyncMetaData. 2018-08-08 12:03:10 -07:00
Simon
3c3d1f0a38 Clean up wallet unit tests: replace .value() with .get() for clarity.
This is to avoid confusion with note.value().
2018-08-08 12:03:10 -07:00
Simon
58a1224d63 Update wallet unit tests to revert upgraded network parameters. 2018-08-08 12:03:10 -07:00
Simon
52d162319d Add new wallet test: MarkAffectedSaplingTransactionsDirty
Also rename MarkAffectedTransactionsDirty to MarkAffectedSproutTransactionsDirty.
2018-08-08 12:03:10 -07:00