]> Git Repo - VerusCoin.git/commit - src/cc/CCfaucet.h
Backwards compatibility breaking changes
authorjl777 <[email protected]>
Wed, 15 Aug 2018 11:18:13 +0000 (00:18 -1100)
committerjl777 <[email protected]>
Wed, 15 Aug 2018 11:18:13 +0000 (00:18 -1100)
commit6ca2e998838df140e1168cdb1913ff6b8fe7ccf0
treeace5471f8cd08ffe4e7425c9bc04aa5f83243d87
parent1da742e71ecc8fa80334122faf76ae323e69231f
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
src/cc/CCassetstx.cpp
src/cc/CCfaucet.h
src/cc/CCinclude.h
src/cc/dice.cpp
src/cc/faucet.cpp
src/cc/rewards.cpp
src/rpcblockchain.cpp
src/wallet/rpcwallet.cpp
This page took 0.024269 seconds and 4 git commands to generate.