Commit Graph

33 Commits

Author SHA1 Message Date
Vadim Arasev b5b2452e91 (Refactor) doesMethodExist function 2018-06-13 18:16:17 +03:00
Vadim Arasev fc44c691aa (Feature) Adding three keys at once when adding a new validator
Relates to https://github.com/poanetwork/poa-dapps-voting/issues/83, https://github.com/poanetwork/poa-dapps-voting/issues/131 and https://github.com/poanetwork/poa-network-consensus-contracts/issues/92.
2018-06-13 18:16:03 +03:00
Vadim Arasev ce45f3ee8c (Update) canBeFinalizedNow
Relates to https://github.com/poanetwork/poa-dapps-voting/issues/129.
2018-06-13 18:15:54 +03:00
Vadim Arasev 9a182e8ea2 (Fix) Remove trailing whitespace 2018-06-13 18:15:46 +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 4ae88e0aa7 reviever suggestions 2018-03-22 17:53:24 +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
Victor Baranov e73094bd0a
Merge branch 'core' into order-of-cards 2018-03-21 20:20:09 +03:00
viktor 06e0ea1305 To finalize filter 2018-03-21 19:39:18 +03:00
viktor 2621a277e8 different color for active cards 2018-03-21 19:05:44 +03:00
viktor 7bcd4f9a91 order of cards: new at the top; speed and stability of card loading 2018-03-21 17:53:27 +03:00
Victor Baranov aef433a22a
Merge branch 'core' into ballot-vote-fix-2 2018-03-21 09:24:28 +03:00
Victor Baranov 8cdd15529e
Merge branch 'core' into search-fix 2018-03-21 09:19:29 +03:00
Victor Baranov a11d0432d5 UI improvements: time -> ballot time; hide finalize description if already finalized (#106) 2018-03-20 15:00:48 -07:00
Victor Baranov ef504127c7 handle errors from async calls (#102) 2018-03-20 14:57:28 -07:00
viktor 852bf1749f fix on immediate vote after switching from start to close time 2018-03-20 18:17:01 +03:00
viktor 19e5419a8b Search by mining key, memo 2018-03-20 16:50:56 +03:00
Roman Storm 0b6b30c556 (Feature) Add validator key to the table 2018-01-23 12:45:32 -08:00
Roman Storm 03a30059b5 (Fix) Add proper name for buttons 2018-01-19 22:47:00 -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
Victor Baranov 8a77e489ba (Feature) Show time to start (#71)
* Show if ballot is finalized

* Display US date format

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

* Time to start

* typo
2018-01-16 16:02:07 -08:00
Victor Baranov d25086561a (Fix) US date format (#70)
* Show if ballot is finalized

* Display US date format

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

* typo
2018-01-16 15:58:45 -08:00
viktor 4d2293abda Codacy suggestion: Expected { after 'if' condition. (curly) 2018-01-16 15:55:23 -08:00
viktor 83bbff7248 Show if ballot is finalized 2018-01-16 15:55:23 -08:00
vbaranov 4b76f78866 Minimize complexity of render function 2018-01-12 12:51:29 -08:00
vbaranov ff53756c71 Generic Object Injection Sink (security/detect-object-injection) fix 2018-01-12 12:51:29 -08:00
vbaranov e4706b96d1 More Codacy suggestions 2018-01-12 12:51:29 -08:00
vbaranov 28604a7f8b Codacy suggestions 2018-01-12 12:51:29 -08:00
vbaranov 4df197c83e Search fix 2018-01-12 12:51:29 -08:00
vbaranov e0ff441448 Base BallotCard class 2018-01-12 12:51:29 -08:00