Commit Graph

953 Commits

Author SHA1 Message Date
Jonathan "Duke" Leto
d2bec31a7a Update to production mainnet block reward values 2019-04-13 19:08:38 -07:00
Jonathan "Duke" Leto
38f5f34d7b We have 30 years to properly fix this bug, ain't got time now
Revert "Chasing a last block reward bug"

This reverts commit 034003c8d6.
2019-04-13 18:00:49 +02:00
Jonathan "Duke" Leto
034003c8d6 Chasing a last block reward bug 2019-04-13 08:57:13 -07:00
Jonathan "Duke" Leto
f457b96e67 This BR=0 logic overlaps/conflicts with core ac_end logic, and does not work. Get rid of it and verify things work as expected on one more testnet 2019-04-13 06:45:22 -07:00
Jonathan "Duke" Leto
3ac60ceb82 Merge remote-tracking branch 'jl777/dev' into duke 2019-04-13 06:00:09 -07:00
Jonathan "Duke" Leto
6c438dff91 HUSHT6 2019-04-13 03:03:56 -07:00
Jonathan "Duke" Leto
7bba0ef046 Let us go back to simpler times when things worked 2019-04-13 03:02:22 -07:00
Jonathan "Duke" Leto
7e8d7d5539 Going back to simpler things that work 2019-04-13 02:55:07 -07:00
Jonathan "Duke" Leto
30643f4994 Stop using eras and hardcode HUSH subsidy/FR 2019-04-12 20:23:04 -07:00
Jonathan "Duke" Leto
a4149b6a18 Smaller values for testnet blocks so we can verify faster 2019-04-12 11:19:25 -07:00
Jonathan "Duke" Leto
ed3090d2e8 Enforce founders reward = 0 when block reward goes to zero 2019-04-12 11:12:04 -07:00
Duke Leto
18e93c1c9b fix compile error 2019-04-12 05:55:12 -07:00
Jonathan "Duke" Leto
97eeeaa779 No FR in 0 BR transition period 2019-04-12 05:53:04 -07:00
Jonathan "Duke" Leto
f4c4104cf0 more debug prints 2019-04-12 05:12:26 -07:00
Jonathan "Duke" Leto
c1934ec813 int64_t is probably important for commission, enable some debug prints 2019-04-12 04:00:14 -07:00
jl777
06e57ee1ba Add boolean CCflag to all SetCCunspents/txids 2019-04-11 21:49:28 -11:00
Jonathan "Duke" Leto
f45379735b Mods to fix small FR rounding issue 2019-04-11 08:46:50 -07:00
blackjok3r
bce0b87e6f . 2019-04-10 02:11:40 +08:00
jl777
fc12fd86d3 225k activation 2019-04-01 05:39:46 -11:00
jl777
bed1dd2d1f 225k activation 2019-04-01 05:38:52 -11:00
jl777
b8cdcb25ba 150000 activation 2019-04-01 05:37:46 -11:00
jl777
cf38e77da5 Change to 150000 activation 2019-04-01 05:36:21 -11:00
jl777
cd78a331b8 Test 2019-03-29 02:21:39 -11:00
jl777
cd196766ca Test 2019-03-29 02:10:49 -11:00
jl777
b793b80027 V2 2019-03-29 02:08:42 -11:00
jl777
aa21c53149 Test 2019-03-29 02:07:13 -11:00
jl777
cd66407853 curl_easy_setopt 2019-03-29 02:04:42 -11:00
jl777
cdd520ef60 curl_easy_setopt 2019-03-29 02:03:10 -11:00
jl777
2420161fc8 Test 2019-03-29 01:58:57 -11:00
jl777
b8e28e6e7d Useragent 2019-03-29 01:55:57 -11:00
jl777
d5d5169310 Test 2019-03-29 01:45:28 -11:00
jl777
e713c31ada Merge branch 'dev' into FSM
# Conflicts:
#	src/assetchains.old
2019-03-13 22:55:52 -11:00
jl777
0fe3a71428 Merge branch 'beta' into dev
# Conflicts:
#	src/assetchains.old
2019-03-13 22:54:11 -11:00
jl777
58cd849591 Jl777 (#1311)
* Remove voutsum check

* Teach RPC interface about dpow-enabled minconfs (#1231)

* Make minconfs dpow-aware in z_listunspent + z_listreceivedbyaddress

* Add dpow-related test files to test suite

* Add dpow simulation to regtest every 7 blocks

* Fix compiler errors

* Fix link error

* Fix stdout spam when running regtests

* Dpowminconfs for listreceivedbyaddress

* dpowconfs tests

* Start adding specific tests for dpowminconfs in listreceivedbyaddress

* Get dpowminconfs tests for listreceivedbyaddress working

* Add dpowminconfs to getreceivedbyaddress + listunspent

* Add test for listtransactions + getreceivedbyaddress support

* Reliably passing dpowminconf tests. We only check for notarized-ness now, not exact confirmation numbers, to avoid race conditions

* Poll for the expected notarization info before running further tests; add support for getbalance

* Migrate tx_height() to a place where asyncrpcoperation_sendmany.cpp can use it

* fix

* Teach GetFilteredNotes about dpowconfs

Many RPCs rely on this internal function, which now correctly uses
dpowconfs to filter by the minconf/maxconf parameters.

* Fix sendmany when using non-default minconf

* inline seems to make things happy

* cleanup

* Add some code to test z_sendmany, which points out https://github.com/jl777/komodo/issues/1247

* try this

* Use already calculated value of dpowconfs instead of calculating it again

* Cleanup .pack file

* Remove

* Remove .pack
2019-03-03 21:42:12 -11:00
jl777
845ce0b543 Height 100 exception 2019-03-02 05:30:10 -11:00
jl777
c6322f54ec Test slowflag 2019-03-02 05:18:27 -11:00
jl777
3e889f3db0 -print 2019-03-01 08:57:28 -11:00
jl777
448ecdbdd1 +print 2019-03-01 08:51:11 -11:00
blackjok3r
142744f22d verushashv1_1, fix walletdb.h, proto version, cleanwallettransactions add 2019-02-26 17:35:07 +08:00
blackjok3r
e3495bf3e9 remove pointless things 2019-02-26 12:17:53 +08:00
blackjok3r
f76ceced5b make notarypay work with KMD notaries 2019-02-26 11:14:19 +08:00
blackjok3r
5e91fa1632 Merge branch 'FSM' of https://github.com/jl777/komodo into jl777-FSM 2019-02-26 09:42:51 +08:00
jl777
7cced97fb9 +print 2019-02-18 05:08:49 -11:00
blackjok3r
13012c169f Merge branch 'notarypay_new' 2019-02-18 19:26:50 +08:00
blackjok3r
cb5aa3c45c Merge branch 'FSM' of https://github.com/jl777/komodo into jl777-FSM 2019-02-18 19:09:54 +08:00
blackjok3r
791d8dc13b remove dynamic notary pay reward and revert to static amounts, cannot work! 2019-02-15 11:01:10 +08:00
blackjok3r
d7a122c548 fix reorged notarisation to use the same data points 2019-02-15 00:13:48 +08:00
blackjok3r
695eb871bb Fix miner 2019-02-14 19:52:58 +08:00
blackjok3r
498e6154a5 Add notarypay to eras, for main chain. 2019-02-14 16:46:15 +08:00
blackjok3r
f6a51145f5 New notary pay mechanisim... 2019-02-12 23:28:13 +08:00