Commit Graph

21 Commits

Author SHA1 Message Date
Vadim Arasev 76b232e592 (Update) canBeFinalizedNow in voting contracts 2018-06-13 18:15:58 +03:00
Vadim Arasev 0421bbbe9f (Update) Rename createBallot method 2018-06-13 18:15:50 +03:00
Vadim Arasev 619c6c8ff4 (Update) "Contract Type" drop down list and getCreator method
Add ValidatorMetadata and ProxyStorage to drop down list and getCreator method to VotingToChange* contracts
2018-06-13 18:15:39 +03:00
viktor b8d6cfb460 Merge remote-tracking branch 'upstream/core' into color-for-vote-scale 2018-03-22 17:54:38 +03:00
viktor e12ce057b3 visualize if validator already voted 2018-03-22 16:33:01 +03:00
viktor 9fb30fcb88 eslint suggestions 2018-03-22 13:04:05 +03:00
phahulin c3b9b73794
Merge pull request #107 from vbaranov/fix-gas-price
(Fix) send gas price option
2018-03-21 19:02:01 +03:00
Victor Baranov ef504127c7 handle errors from async calls (#102) 2018-03-20 14:57:28 -07:00
viktor ddaccb8a33 fix gas price 2018-03-20 19:35:47 +03:00
Victor Baranov 20c60f3e0d (Update) chain-spec repo as endpoint for contracts addresses and ABIs (#94)
* chain-spec repo as endpoint for contract addresses and ABIs

* organization name change

* ABI from chain-spec repo

* helpers

* remove console.log

* remove unnecessary var
2018-01-29 11:11:26 -08:00
Roman Storm 7fd6bbd45d (Feature) Add memo, change Sokol addresses 2018-01-19 14:59:07 -08:00
Victor Baranov 236630fe23 (Feature) `AreBallotParamsValid` check before creating of ballot for keys (#75)
* Show if ballot is finalized

* Display US date format

* Codacy suggestion: Expected { after 'if' condition. (curly)

* Time to start

* typo

* Ballot is inactive alert

* Display invalid key address in alert

* errors catches

* dynamic year loading for footer

* Another format expression

* Codacy suggestions: A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)

* Codacy suggestions: semilolons and doublequotes

* messages typo

* AreBallotParamsValid check before creating of ballot for keys

* Codacy suggestions: Expected '===' and instead saw '=='. (eqeqeq); Unexpected console statement. (no-console); Missing semicolon. (semi)
2018-01-16 16:05:12 -08:00
Roman Storm eaf6aad01d (Fix) #51. Load Addresses dynamically based on Chain Id 2018-01-04 13:12:23 -08:00
Roman Storm e47c4ec16d (ESlint) fix styling issues 2018-01-03 20:51:10 -08:00
Roman Storm 64c8b107a4 add dropdown to select mining key, add limits 2018-01-03 19:34:22 -08:00
viktor e4f1ac8a3f Display votes amount fix 2017-12-26 13:07:55 +03:00
viktor 0b04e5089f Finalization of ballots in new design; rekates to #17 2017-12-25 15:18:37 +03:00
viktor 500a04c102 voting on ballots 2017-12-25 13:10:35 +03:00
viktor 70295f76e1 Ballot cards with id from voting contracts 2017-12-22 18:29:54 +03:00
viktor 660c1ac094 mobx Validator storage; preparing for transaction to create ballot for keys 2017-12-19 19:53:51 +03:00
viktor 3b6d2248e5 mobx Contracts storage; support of async; web3 module is added 2017-12-19 18:17:49 +03:00