Commit Graph

99 Commits (875814c6141bc084a1cb4dbbc264f8454793cfbd)

Author SHA1 Message Date
Kieran R Prasch 875814c614 [KMS-ETH]- Fixtures for class based API, unit tests, and smart contract tests from @szotov, code reorg. 2018-02-24 12:44:10 -08:00
Kieran R Prasch 8eb301a598 [KMS-ETH]- Creates Miner class. 2018-02-24 12:38:13 -08:00
Kieran R Prasch 0b9a54b267 [KMS-ETH]- Threadlocal blockchain class to interface with populus and local chains. 2018-02-24 12:37:39 -08:00
Kieran R Prasch 3287d86993 [KMS-ETH]- Ports deps to pipenv: system deps, pipenv, and solc install run from bash installer. 2018-02-24 12:35:48 -08:00
szotov ae15b4ac35 [KMS-ETH]- Added DHT key publishing 2018-02-22 17:18:57 +03:00
szotov 9643667c11 [KMS-ETH]- Enhanced Government and Dispatcher contracts, added some tests for Government contract, updated README.MD for proxy 2018-02-21 19:33:21 +03:00
szotov f84a341201 [KMS-ETH]- Tests for government contract 2018-02-20 19:04:58 +03:00
szotov c4bd2d061a [KMS-ETH]- Added contract for upgrade management 2018-02-16 19:30:15 +03:00
szotov 43cd5e6706 [KMS-ETH]- Added escrow for vesting 2018-02-14 18:14:34 +03:00
szotov aad1173ae2 [KMS-ETH]- Renamed some contracts 2018-02-13 13:53:33 +03:00
szotov e3d74c79b5 [KMS-ETH]- Added max allowed locked tokens 2018-02-09 20:46:26 +03:00
szotov 923446ad25 [KMS-ETH]- Small changes in pre-deposit 2018-02-09 12:20:45 +03:00
szotov 79bc630fa6 [KMS-ETH]- Added pre-deposit method 2018-02-08 18:50:05 +03:00
szotov 0f240fd072 [KMS-ETH]- Added min value for locking 2018-02-08 13:44:16 +03:00
szotov f46d678897 [KMS-ETH]- Removed MineableToken, simplified minting 2018-02-07 20:04:41 +03:00
Sergey 9e2e92830b [KMS-ETH]- Added README 2018-02-07 15:31:53 +03:00
szotov 2d5ba21b01 [KMS-ETH]- Fixed small bug in mint method 2018-02-05 20:52:59 +03:00
szotov 10dbd77cfd [KMS-ETH]- Gas equalization for mint method 2018-02-03 12:23:45 +03:00
szotov e6dcbb70b8 [KMS-ETH]- Fixed bug in calculating inflation 2018-02-02 20:26:53 +03:00
szotov 940f317103 [KMS-ETH]- Decreased gas consumption in mint method 2018-02-01 19:09:01 +03:00
szotov 65073ee473 [KMS-ETH]- Added tests for policy manager 2018-01-31 20:04:17 +03:00
szotov 8beffcbaa7 [KMS-ETH]- Updated policy manager contract 2018-01-27 16:05:19 +03:00
szotov 0e625a6550 [KMS-ETH]- Added draft of policy contract 2018-01-22 19:09:59 +03:00
szotov 7d64ec8f79 [KMS-ETH]- Changed period in blocks to period in hours, small changes in mining reward 2018-01-19 17:27:09 +03:00
szotov 2c8263f941 [KMS-ETH]- Fixed file paths in UPDATE.MD 2018-01-16 19:54:17 +03:00
szotov 3d53c9be3f [KMS-ETH]- Added ways of update 2018-01-16 19:52:10 +03:00
szotov 567f17db0d [KMS-ETH]- Added reward for long locking 2018-01-13 20:38:11 +03:00
szotov 1e8ee747bf [KMS-ETH]- Changed locking logic, Miner contract prepared for new parameter 2018-01-12 19:52:17 +03:00
szotov 14c0cb99a0 [KMS-ETH]- Added release rate recalculating 2018-01-10 15:06:51 +03:00
szotov b208d4de7b [KMS-ETH]- Updated WalletManager logic to Escrow, added optimize option to compilation 2018-01-09 13:55:46 +03:00
szotov 270f630db9 [KMS-ETH]- Fixed bugs in calculating locked tokens, added unlocking rate 2018-01-06 19:28:03 +03:00
szotov 4f7af1eb9d [KMS-ETH]- Added calculating locked tokens in future period for findCumSum method 2018-01-04 20:16:28 +03:00
szotov de026cb04e [KMS-ETH]- Updated WalletManager logic to Escrow, disabled tests for WalletManager (too big contract) 2018-01-03 18:12:29 +03:00
szotov 537af8fcc2 [KMS-ETH]- Fixed getLockedTokens method for future periods 2018-01-02 20:36:49 +03:00
szotov fb116beef0 [KMS-ETH]- Fixed increasing lock 2018-01-02 18:14:50 +03:00
szotov 41906af98a [KMS-ETH]- Changed locking by blocks to locking by periods 2017-12-28 21:52:24 +03:00
szotov 5ba52a8689 [KMS-ETH]- Added saving locked tokens for confirmed periods 2017-12-26 21:12:17 +03:00
szotov 7b4184ee4f [KMS-ETH]- Added some test cases 2017-12-26 17:07:05 +03:00
szotov bc6a293170 [KMS-ETH]- WalletManager updated to Escrow 2017-12-26 14:12:39 +03:00
szotov 8b82ad01ce [KMS-ETH]- Added using periods in findCumSum and getAllLockedTokens method 2017-12-25 21:09:54 +03:00
szotov 26482b4ed4 [KMS-ETH]- Changed confirming activity method 2017-12-25 19:08:27 +03:00
szotov 65554ac36b [KMS-ETH]- Added test for upgrading structs in mapping in Upgradeable and Dispatcher 2017-12-23 17:12:19 +03:00
szotov 70920cc458 [KMS-ETH]- Added checking for struct in Upgradeable and Dispatcher 2017-12-22 17:56:53 +03:00
szotov dc31b6b49c [KMS-ETH]- Added checking for arrays and mapping in Upgradeable and Dispatcher 2017-12-21 20:26:19 +03:00
szotov 63a3f9dc95 [KMS-ETH]- Merge remote-tracking branch 'remotes/origin/master' into lib 2017-12-19 18:05:23 +03:00
szotov e0e058321c [KMS-ETH]- Refactor KMS token, increased decimals places 2017-12-19 17:57:14 +03:00
Michael Egorov b022b20009 [KMS-ETH]- Remove kwarg incompatible with new populus 2017-12-18 23:47:28 -08:00
Michael Egorov b055de024a [KMS-ETH]- Setup scripts 2017-12-18 23:26:09 -08:00
szotov c5550d064b [KMS-ETH]- Changed mining formula, added activity confirmation 2017-12-11 19:46:37 +03:00
Michael Egorov 221e90c9c5 [KMS-ETH]- Mining works 2017-12-02 18:44:48 -08:00