Commit Graph

46 Commits

Author SHA1 Message Date
Max Alekseenko 1cecd5d169 Add in-app network switch (#203)
* add network select

* new network select component

* improve network switch

* Fixes and refactoring

* Refactoring
2019-10-29 09:43:19 +03:00
Vadim faaee4ab79 Fix a bug in displaying a text note near the Finalize button 2019-05-27 17:09:26 +03:00
Vadim 0ccf5c00a5 Fix a bug in displaying Proposer field 2019-05-16 09:48:59 +03:00
Gabriel Rodriguez Alsina 8959a819e8 (move) all ballot cards to individual components 2018-12-21 16:08:39 -03:00
Gabriel Rodriguez Alsina b4b34cf4a1 (refactor) file structure 2018-12-17 15:09:59 -03:00
Vadim Arasev b088f0a26f (Fix) Use web3 1.0 by default 2018-10-11 12:03:11 +03:00
Vadim Arasev d43f03036d (Feature) Add support of VotingToManageEmissionFunds.cancelNewBallot 2018-09-19 18:24:31 +03:00
Vadim Arasev 5639487713 (Feature) Add voting to manage emission funds 2018-09-19 18:24:13 +03:00
Victor Baranov 671c672a5c
Merge branch 'core' into issue-164-styles 2018-08-14 19:41:28 +03:00
Gabriel Rodriguez Alsina 7359b9d681 (feat) Add Sokol styles. 2018-08-08 16:03:07 -03:00
Vadim Arasev 2c1a133200 (Refactor) Remove commented code 2018-08-06 09:40:09 +03:00
Vadim Arasev efd89dbd24 (Update) Finalization w/o reverts, some optimizations and refactoring 2018-08-06 09:39:42 +03:00
viktor ebaf73f639 Prettier config was added 2018-07-12 15:40:39 +03:00
Vadim Arasev 1240d72e29 (Fix) Show a new ballot card right after the ballot is created 2018-07-09 18:55:06 +03:00
Vadim Arasev db743f3e5a (Fix) Refresh ballot card after voting or finalization 2018-07-02 16:53:51 +03:00
Vadim Arasev 685d43285e (Fix) Refresh ballot card after voting or finalization 2018-07-02 16:53:41 +03:00
Vadim Arasev e5ce111130 (Fix) Fix of searching and code refactoring 2018-06-20 15:34:28 +03:00
Vadim Arasev 0a32885ef1 (Fix) Remove unused vars and comments 2018-06-19 15:38:36 +03:00
Vadim Arasev fc4f9b5553 (Fix) Optimization for new smart contracts 2018-06-19 15:38:25 +03:00
Vadim Arasev 0f9e032899 (Feature) "Load More" button for "All" tab 2018-06-15 18:53:50 +03:00
Vadim Arasev ebd0b7d8aa (Fix) Optimization 2018-06-14 15:47:26 +03:00
Vadim Arasev d9514c84e2 (Fix) Light optimization #2 2018-06-14 12:12:04 +03:00
Vadim Arasev b2920ed578 (Update) Backward compatibility with old smart contracts 2018-06-13 18:16:23 +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
viktor 215557efbb [email protected] 2018-03-22 16:49:17 +03:00
viktor 9fb30fcb88 eslint suggestions 2018-03-22 13:04:05 +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 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 0b6b30c556 (Feature) Add validator key to the table 2018-01-23 12:45:32 -08:00
Roman Storm 55d8c5632c (Fix) Add front end validation 2018-01-19 19:03:26 -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
vbaranov f9b7eef165 Double web3 injection fix 2018-01-11 14:11:48 -08:00
Roman Storm 2d7990e39e Add card id + have live clockwatch 2018-01-05 12:36:25 -08:00
Roman Storm eaf6aad01d (Fix) #51. Load Addresses dynamically based on Chain Id 2018-01-04 13:12:23 -08:00
Roman Storm 64c8b107a4 add dropdown to select mining key, add limits 2018-01-03 19:34:22 -08:00
viktor d7dade298c Update addresses for core network 2017-12-25 22:25:17 +03:00
viktor 062c2d412e Remove console.logs, fix footer link 2017-12-25 19:03:02 +03:00
viktor b11e0f707a Actual Min thresholds for every ballot type are displayed on a ballot card; relates to #15 2017-12-25 11:26:01 +03:00
viktor 25f8a00538 number of all validators in the network on a ballot card; relates to #15 2017-12-25 10:59:40 +03:00
viktor 69cec002f9 Ballot creator fullname from metadacontract ia added, relates to #15 2017-12-25 10:46:35 +03:00
viktor ac74440ca2 Different cards structure for different ballots 2017-12-22 18:56:50 +03:00
viktor 70295f76e1 Ballot cards with id from voting contracts 2017-12-22 18:29:54 +03:00
viktor d8491b157f Check, if it is valid voting key, contracts addresses for sokol 2017-12-20 17:45:03 +03:00
viktor c7ebedd1a8 New ballot validation for all types; loading screen 2017-12-20 16:13:28 +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