- 19 Jul, 2015 3 commits
-
-
Evan Duffield authored
-
Evan Duffield authored
-
Evan Duffield authored
-
- 18 Jul, 2015 18 commits
-
-
-
Evan Duffield authored
-
evan82 authored
V0.12.0.x few small masternode rpc fixes
-
Evan Duffield authored
-
Evan Duffield authored
-
UdjinM6 authored
-
UdjinM6 authored
- drop boost/lexical_cast - drop c_str() where applicable - slightly prettify descriptions and some output
-
UdjinM6 authored
-
Evan Duffield authored
-
Evan Duffield authored
- Added MonthlyPayment and TotalPayment
-
Evan Duffield authored
-
Evan Duffield authored
-
Evan Duffield authored
-
Evan Duffield authored
-
evan82 authored
V0.12.0.x revert attempts to lower fee
-
evan82 authored
V0.12.0.x more checks on MN register (start-many/alias)
-
UdjinM6 authored
-
UdjinM6 authored
-
- 17 Jul, 2015 15 commits
-
-
Evan Duffield authored
-
evan82 authored
V0.12.0.x few rpc budget fixes
-
evan82 authored
V0.12.0.x Fix fees
-
evan82 authored
V0.12.0.x Slightly refactor masternode statuses
-
Evan Duffield authored
-
evan82 authored
V0.12.0.x Budget module refactor
-
UdjinM6 authored
- better names (MASTERNODE_INITIAL was defined twice before that) - move to proper header
-
UdjinM6 authored
- readability - drop c_str() - drop boost/lexical_cast - ValueFromAmount for money - fValid as bool - fix/simplify descriptions - more info on vote-many - feedback on mnbudget vote
-
-
UdjinM6 authored
- readability (names / spaces / simplify constructions / etc) - proper types (int for block height, CAmount for money) - prettify log output / drop c_str() there - read budgets on dump before writing (safety) - microoptimization (++it) - sort proposals by Yeas - sort finalized budgets by votes - fix few small bugs
-
Evan Duffield authored
-
Evan Duffield authored
-
evan82 authored
V0.12.0.x few sync improvments
-
UdjinM6 authored
- do not call Added....() inside CMasternodeSync::Process() - that was "faking" sync process - unify "RequestedMasternodeAttempt <= ..." logic and define MASTERNODE_SYNC_TIMEOUT - add missing masternodeSync.AddedMasternodeList() to CMasternodeMan::ProcessMessage() - fix "include"s - don't check vecMasternodesUsed while not synced
-
Evan Duffield authored
- Client bump - Improved syncing logic (sholud stop hanging issues) - New spork for turning on super blocks - Fixed issue with sending old/invalid finalized budgets - Fixed issue with syncing clients and lack of confirmations with budget items (for IX)
-
- 16 Jul, 2015 4 commits
-
-
Evan Duffield authored
-
Evan Duffield authored
- This allows us to fix forks remotely without anyone having to reindex. It remains trustless, because all nodes will simply find the longest chain.
-
Evan Duffield authored
-
Evan Duffield authored
-