Commit Graph

16919 Commits

Author SHA1 Message Date
miketout
18c72b619a Merge pull request #13 from miketout/dev
Recognizing CLTV transactions more broadly
2018-05-08 13:35:23 -07:00
miketout
ea340a1443 Recognizing CLTV transactions more broadly 2018-05-08 13:33:14 -07:00
miketout
4aace7629b Merge pull request #12 from miketout/dev
Enable time locked transactions to be recognized in the wallet
2018-05-07 16:23:13 -07:00
miketout
fab1429d48 Enable time locked transactions to be recognized in the wallet 2018-05-07 15:58:53 -07:00
miketout
45f71e60a6 Merge pull request #11 from miketout/dev
Fix incorrect validations of block transactions, more tolerance to block timing variation until we have enough blocks
2018-05-07 10:34:50 -07:00
miketout
68334c8dae Fix incorrect validations of block transactions 2018-05-07 10:29:43 -07:00
David Dawes
c1726ac478 Filter symbol files out. 2018-05-06 21:09:26 -07:00
miketout
c5298ab254 Merge pull request #10 from miketout/dev
Message changes and better startup
2018-05-06 16:21:49 -07:00
miketout
b45d65b46c const build break 2018-05-06 16:11:57 -07:00
miketout
5642c96c67 minor miner message change 2018-05-06 16:09:20 -07:00
miketout
0c9e8452c6 Merge pull request #9 from miketout/dev
Improve mining startup and display
2018-05-06 15:46:07 -07:00
miketout
6176a4215a Improve mining startup and display 2018-05-06 15:44:40 -07:00
miketout
c226f4d5c1 Merge pull request #8 from miketout/dev
Better synch display in mining
2018-05-06 14:42:19 -07:00
miketout
a62041d987 Better synch display in mining 2018-05-06 14:41:03 -07:00
miketout
5bb313e90f Merge pull request #7 from miketout/dev
wait longer to ensure full chain before mining
2018-05-06 14:15:12 -07:00
miketout
c0c38bb43d fix off by one 2018-05-06 14:13:20 -07:00
miketout
9f3e2213bf Wait longer to ensure full chain before starting to mine 2018-05-06 14:11:55 -07:00
miketout
f380e87504 Merge pull request #6 from miketout/dev
Continue, rather than quit mining while looking for tip
2018-05-06 13:49:48 -07:00
miketout
05f6e6339e Continue, rather than quit mining while looking for tip 2018-05-06 13:44:36 -07:00
miketout
2a8af3129c Merge pull request #5 from miketout/dev
Reduce default difficulty, fix maturity signed vs. unsigned
2018-05-06 13:09:22 -07:00
miketout
39267c3553 Reduce default difficulty 2018-05-06 13:06:14 -07:00
miketout
78c553a5ae Merge pull request #4 from miketout/dev
Fix to separate minimum difficulties for primary and alternate algori…
2018-05-05 16:36:32 -07:00
miketout
1234f16b15 Fix to separate minimum difficulties for primary and alternate algorithms 2018-05-05 16:34:05 -07:00
David Dawes
545b3011fd Get notes over onto the proper branch 2018-05-05 15:58:36 -07:00
miketout
1532e9d388 Merge pull request #3 from miketout/dev
put higher difficulty where it matters
2018-05-05 15:20:30 -07:00
miketout
e2951abdc3 put higher difficulty where it matters 2018-05-05 15:11:32 -07:00
miketout
4cc7107b6f Merge pull request #2 from miketout/dev
raise default difficulty for cleaner start, more informative miner messages
2018-05-05 14:09:55 -07:00
miketout
bdc8bd41dd raise minimum difficulty for Verus hash 2018-05-05 14:01:40 -07:00
miketout
14d104e93f Fix error 2018-05-05 08:23:05 -07:00
miketout
ef70c5b2de Updated miner messages 2018-05-05 07:52:02 -07:00
miketout
c4c9f751a9 Merge pull request #1 from miketout/dev
pull latest komodo and miketout changes
2018-05-04 17:17:41 -07:00
miketout
05b14c0599 Make mining require peers 2018-05-04 16:47:12 -07:00
miketout
d1bda1a204 Merge branch 'dev' of https://github.com/miketout/komodo into dev 2018-05-04 16:34:50 -07: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
miketout
43cccb5c8c Merge pull request #5 from jl777/dev
integrate jl777 changes for komodo interest
2018-05-04 15:40:27 -07:00
miketout
061f1a8ec5 Delete inadvertent binary checkin 2018-05-04 12:10:27 -07:00
jl777
2a1a6c5cb3 Merge pull request #653 from jl777/jl777
Monthly cap
2018-05-04 17:41:05 +03:00
jl777
fb38b77469 Monthly cap 2018-05-04 17:39:21 +03:00
miketout
a582169df0 Merge pull request #4 from jl777/dev
Merge jl777's latest changes to PoS
2018-05-03 15:31:29 -07:00
jl777
08f17e01d3 Merge pull request #651 from jl777/jl777
65 seconds to slow down diff
2018-05-03 16:18:32 +03:00
jl777
be381f22ff 65 seconds to slow down diff 2018-05-03 16:18:00 +03:00
jl777
e3a9e5fe72 Merge pull request #650 from jl777/jl777
Jl777
2018-05-03 14:21:28 +03:00
jl777
98ec2dc219 Add 1 second to timestamp to reduce diff growth 2018-05-03 14:20:34 +03:00
jl777
e7018d1da8 Exemption for TXSCL* 2018-05-03 13:13:47 +03:00
jl777
e27cff005b Merge pull request #649 from jl777/jl777
Detect new block during wait
2018-05-03 11:00:12 +03:00
jl777
b92a8cd4bf Block PoS miner, need to cache first timestamp 2018-05-03 09:34:51 +03:00
jl777
9bf6c59e33 PoS mining latency fix 2018-05-03 09:05:00 +03:00
jl777
4cc387ec2c Detect new block during wait 2018-05-03 08:44:03 +03:00
miketout
90e7502158 Enabled recognition of time locked transactions as watch only or spendable, depending on time 2018-05-02 22:20:03 -07:00
jl777
3c8f919012 Merge pull request #648 from jl777/jl777
Miner improvements, required for notaries
2018-05-03 07:25:36 +03:00