Commit Graph

960 Commits

Author SHA1 Message Date
blackjok3r
027f9a58f1 revert build things for start.sh 2019-05-17 10:30:56 +08:00
blackjok3rtt
1b1cb6ef5f Merge pull request #110 from blackjok3rtt/jl777
merge paymentsCC updates down. staker bug fixes
2019-05-17 10:14:37 +08:00
blackjok3r
e655736b9f try staker fix 2019-05-16 21:47:03 +08:00
blackjok3r
edc1a411e5 Test staking preformance improvement 2019-05-16 16:33:14 +08:00
blackjok3r
460033ad05 change to work for all contracts 2019-05-09 01:25:07 +08:00
blackjok3r
f8084d7231 Inital commit for prices fee to be paid to payments snapshot plan. 2019-05-08 19:38:14 +08:00
blackjok3r
4d8a0547b3 revert RPC 2019-05-02 23:39:07 +08:00
blackjok3rtt
4762558067 Merge pull request #72 from jl777/jl777
Jl777
2019-04-25 10:07:21 +08:00
jl777
49f9276e8a Merge pull request #1449 from DeckerSU/patch-curl
[Linux] fix libcurl HTTPS connections
2019-04-22 07:01:55 -11:00
blackjok3r
489485252b fixes for TESTHC chain and add notes for others to make similar chains. 2019-04-22 18:02:19 +08:00
blackjok3r
451773dcc1 initial commit for -earlytxid use with ac_script and ccvout_opret 2019-04-22 00:00:01 +08:00
Jonathan "Duke" Leto
74b2563334 Reduce unnecessary warnings to STDOUT 2019-04-21 07:58:05 -07:00
jl777
06bed214f9 Check for null ptr before -> 2019-04-21 02:17:00 -11:00
DeckerSU
2f19aeaa4a + debug (ssl and curl version printout) 2019-04-19 22:01:54 +03:00
blackjok3r
1c4c00ff8b add ac_founders and ac_perc to getblocksubsidy 2019-04-17 16:16:59 +08:00
blackjok3r
2692d48f0c clean up some notary pay stuff. Put current LABS notaries in ERA1 ready for reset. 2019-04-17 16:16:10 +08:00
jl777
aec1884070 StartShutdown(); instead of exit() 2019-04-14 02:16:03 -11:00
jl777
11930668ac -print 2019-04-12 06:44:10 -11:00
jl777
3d3be0492a Test 2019-04-12 02:40:12 -11:00
jl777
4599d8ced6 ASSETCHAINS_RPCPORT 2019-04-12 02:31:32 -11:00
jl777
76e866c243 Call right daemon 2019-04-12 02:29:20 -11:00
jl777
8d672e591c Test 2019-04-12 02:22:35 -11:00
jl777
73dc337478 +print 2019-04-12 02:09:49 -11:00
jl777
c28dcf1a9d Syntax 2019-04-12 01:58:02 -11:00
jl777
7ad01e44ed komodo_reconsiderblock 2019-04-12 01:56:16 -11:00
jl777
06e57ee1ba Add boolean CCflag to all SetCCunspents/txids 2019-04-11 21:49:28 -11:00
blackjok3r
bce0b87e6f . 2019-04-10 02:11:40 +08:00
jl777
fc12fd86d3 225k activation 2019-04-01 05:39: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