Commit Graph

18624 Commits

Author SHA1 Message Date
jl777
64836d75a0 +print 2018-08-18 01:11:31 -11:00
jl777
6252e12f17 +print 2018-08-18 00:54:53 -11:00
jl777
007cc1f996 Remove trailing / in depends 2018-08-18 00:33:08 -11:00
jl777
9c5c9f0b9d +prints 2018-08-18 00:11:27 -11:00
jl777
276c654852 -s 2018-08-17 23:40:12 -11:00
jl777
bc32996926 Reduce faucetget opreturn size, add rewards recover funds mode 2018-08-17 23:02:49 -11:00
jl777
2703f76b3e Merge pull request #814 from libscott/fixCrash1OSX
Fix crash1 osx
2018-08-17 05:28:43 -11:00
Scott Sadler
0af81154e3 fix crash #1 on osx 2018-08-17 13:24:32 -03:00
Scott Sadler
79887a0987 replace malloc in CC with calloc 2018-08-16 18:52:04 -03:00
jl777
5a80480ebc Merge pull request #813 from letolabs/cctests
WIP More CC tests
2018-08-16 04:54:01 -11:00
Jonathan "Duke" Leto
e4f4e63bf5 Merge remote-tracking branch 'origin/jl777' into cctests
Tests failing right now due to change in behavior:

CC Eval EVAL_FAUCET Invalid: faucet is only for brand new addresses
2018-08-16 17:40:57 +02:00
Jonathan "Duke" Leto
8a3e1884d6 More token tests and more error checking and better errors from internals 2018-08-16 17:17:54 +02:00
jl777
4d47fcb937 Create nonzero tokens 2018-08-16 01:07:44 -11:00
jl777
f6160f58c1 Add rpc error checking 2018-08-16 01:06:06 -11:00
jl777
291a646a84 Fix bid fill 2018-08-15 23:47:37 -11:00
jl777
764eb2e5be +dice attack vector 2018-08-15 22:10:55 -11:00
Jonathan "Duke" Leto
8e0ff2b732 Test refactoring, more tests, and lots of error checking improvements and uint64_t fixes 2018-08-15 23:24:59 +02:00
jl777
59e96a4256 -print 2018-08-15 08:19:58 -11:00
jl777
c4a13b6f0d Test 2018-08-15 08:10:29 -11:00
jl777
5159767093 +print 2018-08-15 08:09:21 -11:00
jl777
8d13c0ef19 Consensus stable faucet get constraint 2018-08-15 07:41:28 -11:00
jl777
f344c69338 +prints 2018-08-15 05:18:01 -11:00
jl777
4b3021d80b Fix mempool zombie 2018-08-15 05:07:28 -11:00
jl777
af3024a344 Faucet get only for first txid 2018-08-15 02:44:59 -11:00
jl777
87c119b71c Add pub key to faucet get I-return 2018-08-15 02:29:44 -11:00
jl777
fefaa934a9 Cap reward to a doubling 2018-08-15 01:51:22 -11:00
jl777
e65c27b52e -print 2018-08-15 01:47:10 -11:00
jl777
815e9937bb Test 2018-08-15 01:39:51 -11:00
jl777
d614c74afb Test 2018-08-15 01:28:08 -11:00
jl777
9193afd926 Test 2018-08-15 01:25:23 -11:00
jl777
a997e9ed74 Test 2018-08-15 01:24:39 -11:00
jl777
e9a15289d7 Test 2018-08-15 01:22:22 -11:00
jl777
0ac3221771 Test 2018-08-15 01:19:17 -11:00
jl777
09bff6c967 Test 2018-08-15 01:18:39 -11:00
jl777
135d90357f Test 2018-08-15 01:15:12 -11:00
jl777
6f054a7708 Test 2018-08-15 01:11:06 -11:00
jl777
43e77d75f7 Test 2018-08-15 01:06:19 -11:00
jl777
fd39f09535 0 mod 4096 for faucet get 2018-08-15 01:04:07 -11:00
jl777
6155bc4b68 tst 2018-08-15 01:00:43 -11:00
jl777
2accae9efd Test 2018-08-15 00:56:14 -11:00
jl777
ca9af9a1f6 Test 2018-08-15 00:54:42 -11:00
jl777
b940bb4abd Fix 2018-08-15 00:53:17 -11:00
jl777
300b9ceeb8 Test 2018-08-15 00:52:08 -11:00
jl777
a6c2a2fe36 Test 2018-08-15 00:51:13 -11:00
jl777
f4fc4a80f9 Add nonceto faucet get 2018-08-15 00:50:04 -11:00
jl777
97e4544b10 Test 2018-08-15 00:33:12 -11:00
jl777
6986a67b5c Syntax 2018-08-15 00:23:23 -11:00
jl777
76fb8636ec Syntax 2018-08-15 00:22:18 -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
Jonathan "Duke" Leto
ef44dd00e1 more rewards tests 2018-08-15 10:21:59 +02:00