Peter John Bushnell

Results 50 issues of Peter John Bushnell

On token split we add a record of that split to Governance variables, the previous record was missing the multiplier amount which is not available elsewhere after the split has...

The version of distribute that comes with this repo is out of date and causes problems on Ubuntu 17.04. Installed /usr/local/lib/python2.7/dist-packages/distribute-0.6.28-py2.7.egg Traceback (most recent call last): File "setup.py", line 18,...

## Summary - Bitcoin uses 10 minutes for nTargetSpacing where as DeFiChain uses 30 seconds making nodes and block downloads timeout quicker than they should. ## Implications - Storage -...

## Summary - Several CI tests have become unstable, this PR should stabilise them. ## Implications - Storage - [ ] Database reindex required - [ ] Database reindex optional...

## Summary The CalculateOwnerRewards function is currently the most performance intensive part of DeFiChain, this function calculates the coinbase, loan, commission and custom pool rewards for a liquidity owner from...

protocol
p2
v/next-network-upgrade
e3

## Summary - Move hard coded block time, block period and any other related variables to Gov vars. #### Areas impacted moving nTargetSpacing, nTargetTimespanV2 and emissionReductionPeriod to Gov vars Block...

protocol
p2
v/next-network-upgrade
e4

## Summary - GetAnchorSubsidy has not been used since the AMK fork, since then the anchor reward has been whatever has accumulated in the Anchor Reward Community Balance. This PR...

## Summary - Log inputs for arguments to sendtoaddress. ## Implications - Storage - [ ] Database reindex required - [ ] Database reindex optional - [ ] Database reindex...

## Summary - This PR makes it that all blocks must be ahead of the previous block time wise. This is consistent with the behaviour of Ethereum and will solve...

react-json-view has the onSelect prop, it takes a function, clicking a value triggers that function.