Homu
73fea25404
Auto merge of #3300 - bitcartel:3277_add_comment_deprecated_txdb_prefixes, r=str4d
...
Part of #3277 . Add comment about deprecated txdb prefixes.
2018-05-25 18:42:05 -07:00
Michael Toutonghi
94d96afd89
Merge branch 'dev' of https://github.com/veruscoin/veruscoin into dev
2018-05-25 15:10:35 -07:00
Michael Toutonghi
6c8e1cdfb7
Restore zcash coinbase rule and launch fix at 10080
2018-05-25 15:10:07 -07:00
Scott Sadler
a748b1a26d
recognize btc backnotarisations and include ccid in MoMoMdata rpc
2018-05-25 14:47:54 -03:00
Jack Grigg
a6bbb26e08
Replace boost::array with std::array
2018-05-26 00:12:57 +12:00
Simon
c290f8f263
Update release height to block 332000.
2018-05-24 23:09:02 -07:00
Jack Grigg
d670db7164
Sapling testnet activation height
2018-05-25 16:05:25 +12:00
Jack Grigg
40c33db2f4
make-release.py: Versioning changes for 1.1.1.
2018-05-25 15:38:43 +12:00
David Dawes
52cf66e138
Add conditional compiulation for Windows fix.
2018-05-24 20:28:26 -07:00
Michael Toutonghi
a65fe46f84
Changed 10800 to 10080 to match end of ERA 0
2018-05-24 08:57:23 -07:00
Michael Toutonghi
cd9bb53d60
Fix test and make active block for staking change the start of era 1
2018-05-24 01:14:31 -07:00
Simon
47db75426f
Closes #3301 . Non-void function should not have empty definition.
2018-05-23 21:04:51 -07:00
Simon
f9840089db
Part of #3277 . Add comment about deprecated txdb prefixes.
2018-05-23 20:37:34 -07:00
Simon
d3ff27c0a6
make-release.py: Versioning changes for 1.1.1-rc2.
2018-05-23 09:27:59 -07:00
jl777
de8834fb9b
Merge branch 'beta' into dev
2018-05-23 15:18:21 +03:00
jl777
fea3222946
+comment
2018-05-23 00:55:13 -11:00
jl777
885d458054
Fix syntax
2018-05-23 00:53:43 -11:00
jl777
fbe92fcd2f
Alloc tx
2018-05-23 00:52:08 -11:00
jl777
bf261fa62d
Fix
2018-05-23 00:50:51 -11:00
jl777
4d69af1714
Sync with beta
2018-05-23 00:43:52 -11:00
jl777
a6c06faf32
Synchronize with dev
2018-05-23 00:42:21 -11:00
jl777
a035da46d5
+print
2018-05-23 00:39:41 -11:00
jl777
e2d299ee83
GAME freq.5
2018-05-23 10:05:51 +03:00
Michael Toutonghi
8626f66679
Fix build from some error across source machines
2018-05-22 17:40:24 -07:00
Michael Toutonghi
ec872d3a55
Do not resurrect staking transactions and lose stake age when no block won
2018-05-22 15:53:56 -07:00
Michael Toutonghi
cd230e37ff
Staking improvement
2018-05-22 13:40:16 -07:00
Scott Sadler
0b485d3c66
rpc methods for cross chain transactions
2018-05-22 15:16:37 -03:00
jl777
bbf29c15e2
Merge branch 'dev' into jl777
2018-05-22 10:50:46 +03:00
alrighttt
1333d0d7cf
Changed help docs to reflect KMD/assetchains
2018-05-21 18:34:18 -04:00
Michael Toutonghi
30ceed219d
Accurate POW block counting
2018-05-20 17:24:28 -07:00
Michael Toutonghi
12b384112e
final fix to pos dif algo
2018-05-20 17:18:48 -07:00
Michael Toutonghi
3285dbd3c9
worked around compiler issue with types
2018-05-20 15:18:04 -07:00
Michael Toutonghi
0ea9fa65b6
Another tweak for cutting off POS at 8 consecutive
2018-05-20 13:59:28 -07:00
Michael Toutonghi
b9956efcb4
Display proper POS difficulty on minted block. Add missing curly brace.
2018-05-20 13:13:06 -07:00
Michael Toutonghi
3c8a1c9d1f
Change name and off-by-one to make compatible with dry-run chain
2018-05-20 11:42:41 -07:00
Michael Toutonghi
e38677b86b
Don't early out whenever we see max POS blocks in a row
2018-05-20 11:30:01 -07:00
ca333
137f118cea
add DSEC
2018-05-20 19:00:28 +02:00
Scott Sadler
0df96a2f06
fix all tests
2018-05-20 01:27:31 -03:00
Michael Toutonghi
3de80992e0
Finish up new POS difficulty calc
2018-05-19 19:03:53 -07:00
Michael Toutonghi
dbe656fe39
Significant mining optimization and POS DAA modification
2018-05-19 18:34:46 -07:00
jl777
137e08d729
-print
2018-05-20 00:12:37 +03:00
jl777
c9832b3a35
Merge pull request #670 from letolabs/regtest
...
Regtest mode for Komodo
2018-05-19 22:36:56 +03:00
Jonathan "Duke" Leto
8cf70067ac
Use the KOMODO_MINDIFF_NBITS constant
2018-05-19 10:49:01 -07:00
Jonathan "Duke" Leto
16df92af59
Use latest Zcash regtest params, could not use the same as Hush because KMD has merged in latest consensus changes from ZEC upstream
2018-05-19 10:45:12 -07:00
Jonathan "Duke" Leto
373afcb499
Use correct regtest genesis block hash
...
komodod now starts up and dies with InvalidChainFound, I think due to
checkpoints:
call komodo_args.(./src/komodod) NOTARY_PUBKEY.()
initialized at 1526749522
finished loading blocks
Assertion failed: (tip), function InvalidChainFound, file main.cpp, line 1942.
2018-05-19 10:05:53 -07:00
Scott Sadler
b6ef9c089a
fix broken test case
2018-05-19 12:56:48 -03:00
Jonathan "Duke" Leto
b78c39beb2
Convert to using CreateGenesisBlock() like Zcash upstream
2018-05-19 08:51:45 -07:00
jl777
b860fdec0d
Enable GAME
2018-05-19 18:48:33 +03:00
jl777
01891c546c
Merge branch 'dev' into jl777
2018-05-19 16:51:28 +03:00
Mihail Fedorov
cadcb27a61
Chmod fix
2018-05-19 16:50:17 +03:00