- 07 Feb, 2018 1 commit
-
-
Volodymyr Shamray authored
In accordance to code review comments Issue #110
-
- 06 Feb, 2018 1 commit
-
-
Volodymyr Shamray authored
-
- 01 Feb, 2018 6 commits
- 31 Jan, 2018 1 commit
-
-
Ashot authored
-
- 30 Jan, 2018 1 commit
-
-
Volodymyr Shamray authored
Resolve "Governance doesn't work properly in testnet" See merge request crown/crown-core!80
-
- 28 Jan, 2018 5 commits
-
-
Volodymyr Shamray authored
-
Volodymyr Shamray authored
-
Volodymyr Shamray authored
-
Ashot authored
-
Volodymyr Shamray authored
-
- 27 Jan, 2018 7 commits
-
-
Volodymyr Shamray authored
...
-
Volodymyr Shamray authored
Ridiculouser and ridiculouser. Apparently stdlib for MacOS doesn't have an std::move impl, so I had to write my own.
-
Volodymyr Shamray authored
Apparently, our OSX builds do even not support C++14 (or I wasn't able to make them, despite the compiler flag). This is ridiculous >:(
-
Volodymyr Shamray authored
Apparently, our OSX builds do even not support C++14 (or I wasn't able to make them, despite the compiler flag). This is ridiculous >:(
-
Ashot authored
-
Ashot authored
-
Volodymyr Shamray authored
This is a workaround for Boost 1.56 bug https://stackoverflow.com/questions/35007134/c-boost-undefined-reference-to-boostfilesystemdetailcopy-file
-
- 26 Jan, 2018 1 commit
-
-
Volodymyr Shamray authored
-
- 25 Jan, 2018 9 commits
-
-
Volodymyr Shamray authored
-
Volodymyr Shamray authored
-
Volodymyr Shamray authored
C++14 whoud have sufficed, but what the hell? For Turing's sake, 2018!
-
Ashot authored
-
Volodymyr Shamray authored
-
Volodymyr Shamray authored
Chrono literals are used instead of myltiplying ints by 60
-
Volodymyr Shamray authored
-
Ashot authored
-
Ashot authored
-
- 24 Jan, 2018 6 commits
-
-
Volodymyr Shamray authored
Issue #110 Due to mining power fluctuating a lot in testnet it might be useful to reduce time before difficulty will be adjusted. We won't expect security risks (this is testnet, after all), but hopefully it will help us with testing
-
Volodymyr Shamray authored
Issue #110 - More integer arithmetic fixed implemented - Proposal needs 12 min in testnet to be established - Final budget submission starts 8 blocks before superblock - Code refactored
-
Volodymyr Shamray authored
- Some references were changed to const references - CBudgetDB constructor and declaration were C++11-improved
-
Volodymyr Shamray authored
Exception specifications are deprecated since C++11, so they have been removed. Old exception specifications are left as comments beside corresponding functions
-
Volodymyr Shamray authored
Issue #110 Integer arithmetic problem in CBudgetManager::IsTransactionValid() is fixed
-
Ashot authored
-
- 23 Jan, 2018 2 commits
-
-
Artem B authored
Merge Master back to Current-dev See merge request crown/crown-core!79
-
Ashot authored
-