Commit Graph

343 Commits

Author SHA1 Message Date
jl777
4eafa6062d Test 2018-09-21 20:34:54 -11:00
jl777
a4602c8956 Test 2018-09-21 20:33:54 -11:00
jl777
35506c9ae6 Test 2018-09-21 20:31:19 -11:00
jl777
c46c04b331 Test 2018-09-21 20:29:58 -11:00
jl777
2dd23a2617 Test 2018-09-21 20:29:18 -11:00
jl777
9a59ff3ff1 Test 2018-09-21 20:25:10 -11:00
jl777
d2bcb614c3 Merge branch 'dev' into jl777 2018-09-15 21:50:40 -11:00
Alrighttt
85dea2c444 fix kv example 2018-09-12 02:45:38 +02:00
jl777
4aa9ec468f Test 2018-09-11 07:13:22 -11:00
jl777
3716229824 Fix 2018-09-05 06:09:00 -11:00
jl777
cc39397316 Fix 2018-09-05 06:05:50 -11:00
jl777
0aec374cbd Fix 2018-09-05 06:04:49 -11:00
jl777
6267164ac8 Merge branch 'jl777' into FSM 2018-09-05 05:32:44 -11:00
Capital Technologies & Research
c435e32afe [Fix] RPC Asset Chain - getblockchaininfo 2018-09-05 19:18:08 +03:00
jl777
28b37d0346 test 2018-08-24 08:12:01 -11:00
jl777
6ca2e99883 Backwards compatibility breaking changes
Assets:
change tokeninfo to return "supply" in satoshis
Max description length to 4096

Rewards:
Fix  rewardsunlock without giving it a locked txid always gives error
Fix (nonconsensus) allow anybody to unlock only AFTER maxtime
Fix rewards unlock to use mempool
fix could you add a locked_funds value to rewardsinfo?
Fix i deposited 100000 at 20% apr for one day i only got back
100000.01140669 seems like too little for 20% APR

Faucet:
Fix txid with 0x00 at beginning and end required for faucetget txid
(65536 average iterations needed)
Change reduce faucet get to 0.1 coins
Can’t reproduce: it seems that if you re-run faucetget twice in the
same block is when it pegs the cpu to max

Dice:
fix Dice status always returning loss
Wont fix Profit margin for dice plan sounds good. -> use -ac_commission
2018-08-15 00:18:13 -11:00
jl777
a488503266 Test 2018-08-13 21:37:46 -11:00
jl777
9b940331f9 Add segid to get block 2018-08-13 21:31:14 -11:00
jl777
7e9887593d Dice status 2018-08-02 03:05:37 -11:00
jl777
079be98a2e myIsutxo_spentinmempool 2018-08-02 01:10:04 -11:00
jl777
7f190223f5 Support IsPayToCryptoCondition for -addressindex 2018-07-21 05:19:57 -11:00
jl777
8613127572 LastTip() and tweak deprecation heights 2018-07-15 22:47:16 -11:00
jl777
98d1a795df Test 2018-06-26 06:23:36 -11:00
jl777
dc276bd087 Map address type 3 -> 1 2018-06-26 06:18:12 -11:00
jl777
fa7bf712a1 Add support for pay2pubkey for -addressindex 2018-06-26 04:40:32 -11:00
jl777
ba31c2f4b4 Fix pay to pubkey for -addressindex 2018-06-26 03:04:06 -11:00
jl777
a90234f8f2 Merge branch 'dev' into jl777 2018-06-25 08:58:26 -11:00
Alrighttt
6f3db929c6 fix KV help 2018-06-25 14:42:07 -04:00
Alrighttt
38e9a59c2c add help doc for KV 2018-06-25 14:16:08 -04:00
Scott Sadler
81389fc7b4 merge dev; tests broken, need to use wallet for block rewards 2018-05-29 19:04:47 -03:00
jl777
de8834fb9b Merge branch 'beta' into dev 2018-05-23 15:18:21 +03:00
Scott Sadler
e4f943d86d cross chain rpc methods 2018-05-18 19:29:33 -03:00
Scott Sadler
06c960d2b7 m3 test proven 2018-05-15 22:27:10 -03:00
pbca26
a7322d7720 rename zcash to komodo in cli examples 2018-05-12 12:51:39 +03:00
jl777
ae3f3fea6c +GAME sanitize listunspent interest calc 2018-05-11 16:28:52 +03:00
Scott Sadler
20c3ac51c2 wip 2018-05-09 16:17:28 -03:00
Scott Sadler
0cb91a8d20 wip 2018-04-29 00:34:57 -03:00
jl777
97343f3d77 Handle MoMdepth overflow 2018-04-27 15:18:28 +03:00
jl777
b0fa5bad4d calc_MoM 2018-04-27 13:16:37 +03:00
jl777
0d8dc237cd Test 2018-04-17 20:54:10 +03:00
jl777
b8add6a466 Init speedup test 2018-04-17 12:53:59 +03:00
jl777
9c0b0da4ba Test 2018-04-16 21:57:29 +03:00
jl777
6c537f91c0 Merge branch 'dev' into devmerge
# Conflicts:
#	src/init.cpp
#	src/komodo_bitcoind.h
#	src/komodo_events.h
#	src/komodo_notary.h
#	src/komodo_structs.h
#	src/main.cpp
#	src/pow.cpp
#	src/rpcblockchain.cpp
2018-04-16 06:57:36 +03:00
Scott Grayson
0c4f43951e Merge branch 'dev' of https://github.com/jl777/komodo into trunk-merge
* 'dev' of https://github.com/jl777/komodo: (1062 commits)
  Delay PoW check until connect block
  Declare
  KOMODO_NEWBLOCKS
  Prevent autorewind if syncing. Not a critical update
  Change n0/n1 size to int32_t
  Syntax
  Fix n -> static n0/n1
  Test
  Test
  Test
  KOMODO_LONGESTCHAIN = height;
  Sync main.cpp to jl777
  -print
  -USD/EUR
  readme
  curl fix
  -print
  Fix buffer overflows and reduce KMD men usage
  -print
  Test
  ...
2018-04-15 21:59:37 -04:00
jl777
b96da7c76b Syntax 2018-04-16 03:51:58 +03:00
jl777
a5f848c45a Merge branch 'testmaster' into beta 2018-04-16 03:29:05 +03:00
jl777
c7a1d23408 Lenient banscore 2018-04-15 17:28:37 +03:00
jl777
8458c60b5b Add timestamp 2018-04-14 01:49:59 +03:00
jl777
49311c0553 Syntax fixes 2018-04-14 01:46:51 +03:00
jl777
20dfaa77f5 New notaries activate height 820000
Bugfix for 790833 bug
Performance improvements

If your node crashed, you should be able to just pull and rebuild and
it should startup. We are not seeing the need to resync on most nodes.

If you are mining, this is a must update right away
2018-04-14 01:30:23 +03:00