Skip to content

Tags: X9Developers/XSN

Tags

v1.0.28

Toggle v1.0.28's commit message
Merge branch 'master' of https://github.com/X9Developers/XSN

v1.0.26

Toggle v1.0.26's commit message
Updated version. Fixed 0 commission tpos reward distribution

v1.0.25

Toggle v1.0.25's commit message
Bumped version. Removed creating of legacy contracts. Enabled creatin…

…g of new contracts by default

V1.0.25

Toggle V1.0.25's commit message
Bumped version. Removed creating of legacy contracts. Enabled creatin…

…g of new contracts by default

v1.0.24

Toggle v1.0.24's commit message
Fixed invalid initialization of TPoSContract

v1.0.23

Toggle v1.0.23's commit message
Added RPC functionallity to zap watch only addresses

v1.0.22

Toggle v1.0.22's commit message
Updated tposcontract rpc call to accept txid

v1.0.21

Toggle v1.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New diff algo (#147)

* Added new difficulty algorithm based on exponential difficulty retargeting

* Added hardfork conditions. Fixed issue with signmessage and tposcontract cleanup

* Reverted difficulty changes. Implementing PoSV3 stake modifiers

* Fixes to hardfork transition

* Reverted testing changes. Changed where pos block is checked

* Changed upgrage height. Reverted some old changes

* Updated hf details

* Updated version

* Changed hf payments

* Changed hardfork date

v

Toggle v's commit message
add missing locks (#144)

* add missing locks in GetMasternodeOutpointAndKeys

properly locks mutex before selecing masternode collaterals
with AvailableCoins

* add missing lock in miner

properly lock mutex before calling TestBlockValidity

v1.0.20

Toggle v1.0.20's commit message
More updates regarding block timedrift fix