Commit Graph

164 Commits

Author SHA1 Message Date
Igor Barinov c86f4f338f
Create LICENSE 2018-02-14 15:11:34 -07:00
Victor Baranov 2ecc6fd2dd Update readme (#97) 2018-02-05 13:18:30 -08: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
Victor Baranov 06f3eb7c8f
Merge pull request #93 from rstormsf/validator-key
Fix styling issue
2018-01-25 14:40:00 +03:00
Roman Storm 054436f4b2 Fix styling issue 2018-01-24 21:09:25 -08:00
Victor Baranov 7850f0d64d
Merge pull request #90 from rstormsf/validator-key
Show Validator key
2018-01-23 23:54:29 +03:00
Victor Baranov 1ff1a04ef4
Merge pull request #89 from rstormsf/tx-status
Handle Tx status
2018-01-23 23:53:31 +03:00
Roman Storm 26fb2a62a5 Merge branch 'validator-key' of github.com:rstormsf/poa-dapps-voting into validator-key 2018-01-23 12:45:46 -08:00
Roman Storm 0b6b30c556 (Feature) Add validator key to the table 2018-01-23 12:45:32 -08:00
Roman Storm 30934c9e55 (Fix #86) Check tx status after submission. 2018-01-23 12:45:32 -08:00
Roman Storm 11125a231f Merge branch 'tx-status' of github.com:rstormsf/poa-dapps-voting into tx-status 2018-01-23 12:45:01 -08:00
Roman Storm a819cceefc (Fix #86) Check tx status after submission. 2018-01-23 12:44:45 -08:00
Victor Baranov 61a11a78ea
Merge pull request #88 from rstormsf/fix_timezone
Fix timezone
2018-01-23 23:34:47 +03:00
Roman Storm 2ee3601fdf Remove unused variable and fix error msg 2018-01-23 12:27:58 -08:00
Victor Baranov 35730d1851
Merge pull request #80 from rstormsf/core
(Feature) Add memo, change Sokol addresses
2018-01-22 15:46:16 +03:00
Roman Storm d4ad97afb1 (Feature) Add validator key to the table 2018-01-21 20:21:23 -08:00
Roman Storm d8dd34fb7d (Fix #86) Check tx status after submission. 2018-01-21 19:47:57 -08:00
Roman Storm fe91c624ef Prepend ballot end time with 2 days, 10 min.
Provide warning if it's less
2018-01-21 19:25:57 -08:00
Victor Baranov 4ff0fc1744 (Fix) Dynamic year in footer (#74)
* Dynamic year in footer

* Another format expression

* Codacy suggestions: Strings must use doublequote. (quotes)
2018-01-21 09:42:06 -08:00
Roman Storm 0f3a367f77 (Fix) Add proper name for buttons 2018-01-19 23:01:07 -08:00
Roman Storm 03a30059b5 (Fix) Add proper name for buttons 2018-01-19 22:47:00 -08:00
Roman Storm 55d8c5632c (Fix) Add front end validation 2018-01-19 19:03:26 -08:00
Roman Storm 5b733c438a (Fix) Tell netlify which node.js version to use 2018-01-19 18:48:45 -08:00
Roman Storm a5dd693854 (Netlify) try adding randomhex module 2018-01-19 15:26:20 -08:00
Roman Storm c27bd548c9 Code styling fixes 2018-01-19 15:11:54 -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
Victor Baranov 67e5fc5ba8
Merge pull request #67 from vbaranov/warning-fix
(Fix) Cannot update during an existing state transition warning fix
2018-01-12 12:16:18 +03:00
vbaranov 2b4a291e21 Codacy suggestions 2018-01-12 12:09:07 +03:00
vbaranov f4354b8772 Remove double contractsStore.setWeb3Instance 2018-01-11 14:11:48 -08:00
vbaranov f9b7eef165 Double web3 injection fix 2018-01-11 14:11:48 -08:00
vbaranov 42c8dab0b7 Console warning on switching to active ballots fix 2018-01-11 18:35:41 +03:00
vbaranov e59b2591cd Remove double contractsStore.setWeb3Instance 2018-01-11 18:11:25 +03:00
vbaranov 1845327ab9 Double web3 injection fix 2018-01-11 18:06:55 +03:00
Roman Storm e6da9e50dd
Merge pull request #57 from rstormsf/core
(Update) Sokol addresses after HF
2018-01-09 17:18:21 -08:00
Roman Storm 8e7e2c4dd2 (Update) Sokol addresses after HF 2018-01-09 15:55:28 -08:00
Victor Baranov 9367c378af
Merge pull request #56 from rstormsf/core
(BugFix) Correctly pass miningKey.value to the endPoint
2018-01-07 15:44:13 +03:00
Victor Baranov 12961b272d Keys ballot type to transaction: add/remove/swap fix 2018-01-06 14:56:33 -08:00
Roman Storm 1f900c641a (BugFix) pass correct miningKey value 2018-01-06 14:45:16 -08:00
Victor Baranov 93ded37229
Merge pull request #50 from rstormsf/core
(Feature) Add dropdown for selecting mining key, add limit notification
2018-01-06 10:03:25 +03:00