Commit Graph

226 Commits

Author SHA1 Message Date
Jorge Luis Shirai 424d04b615 Add confirmed/unconfirmed icon to physical addresses.
Render multiple physical addresses alongside their confirmation icon.
2018-09-04 09:03:35 -03:00
Jorge Luis Shirai f1602e9dfe Render multiple confirmed/unconfirmed validator physical addresses.
Update ProofOfPhysicalAddress.contract to return all addresses.
Add ValidatorPhysicalAddresses to render multiple confirmed and 
unconfirmed physical addresses.
2018-08-30 21:02:08 -03:00
Jorge Luis Shirai 6b535fb06b Get batch confirmed addresses of all validators.
Replace ProoOfPhysicalAddress.contract getUserConfirmedAddresses with a
batch-oriented method that calls getEvents once for all the given wallet
addresses.
2018-08-30 11:54:53 -03:00
Jorge Shirai ea55e88981 Fetch validators' confirmed address based on confirm event data.
Get confirmed addresses by the kekkakIdentifier in LogAddressConfirmed
event from PoPA.
Improve eventual exception handling in AllValidators' validator address
augmentation.
2018-08-29 13:53:27 -03:00
Jorge Shirai c940f674f1 Modify ProofOfPhysicalAddress.contract to work only on core.
Modify ProofOfPhysicalAddress.contract to work only on core, since the 
corresponding contract is deployed only on that network.
2018-08-28 21:58:21 -03:00
Jorge Shirai bc4e3ebc29 Get PoPA confirmed address of validators with LogAddressConfirmed event.
Only query/fetch PoPA confirmed address for validators that ever 
generated a LogAddressConfirmed (PoPA event).
2018-08-28 16:42:52 -03:00
Jorge Shirai aff15e9fa7 Revert constant 'organization' back to 'poanetwork'. 2018-08-27 15:13:34 -03:00
Jorge Shirai f2b1570bdf Fix confirmed count in ProofOfPhysicalAddress.contract.
Remove logging message from AllVsalidators.js.
2018-08-27 11:50:33 -03:00
Jorge Shirai 3b0078ac82 Retrieve ProofOfPhysicalAddress ABI using helpers.
Retrieve ProofOfPhysicalAddress ABI using helpers, by assuming
poa-chain-spec has the corresponding information.
2018-08-27 09:22:49 -03:00
Jorge Shirai 1f8e851f25 Fix ProofOfPhysicalAddress.contract & AllValidators typos. 2018-08-24 14:16:08 -03:00
Jorge Shirai 1522c5d077 Set isAddressConfirmed in Validator props.
Style address fields validated with poa-popa.
2018-08-23 12:02:30 -03:00
Jorge Shirai bc53d857ac Style Validators' Address & State text.
Capitalize Validator's Address text via CSS.
Set uppercase in Validator's State text via CSS.
2018-08-21 18:13:58 -03:00
Jorge Luis Shirai d80f972dfe Draft validators agument using PoPA confirmed address. 2018-08-14 18:12:06 -03:00
Jorge Luis Shirai a4ebbd2269 Add basic ProofOfPhysicalAddress.contract module. 2018-08-14 18:11:21 -03:00
Victor Baranov c85789767a
Merge pull request #73 from varasev/validator-metadata-updates
(Fix) ValidatorMetadata contract enhancements
2018-08-10 11:19:14 +03:00
Vadim Arasev c7863415fb (Refactor) Small Metadata.contract.js refactoring 2018-08-10 10:45:55 +03:00
Vadim Arasev 422995b51f (Update) Add calling ValidatorMetadata.isValidatorAlreadyVoted 2018-08-07 14:29:11 +03:00
Victor Baranov da23b16622
Merge pull request #71 from gabitoesmiapodo/restyling
(Feature) Restyling
2018-07-24 12:24:30 +03:00
Gabriel Rodríguez Alsina a8f8ec39bd (fix) Changed confirmations text and Finalize / Confirm buttons' positions. 2018-07-20 12:33:38 -03:00
Gabriel Rodríguez Alsina 83e2004c8b (chore) Applied linting. (+1 squashed commit)
Squashed commits:
[beb656e] (feat) Last visual changes, based on designs. - (fix) Changed search placeholder.
2018-07-18 15:19:51 -03:00
Gabriel Rodríguez Alsina 8d93df64c1 .prettierignore fix 2018-07-17 18:39:42 -03:00
Gabriel Rodríguez Alsina 141e2e7c2b [fix] Applied prettier formatting to files. 2018-07-17 18:38:28 -03:00
Gabriel Rodríguez Alsina d41074bcb2 Merge remote-tracking branch 'upstream/core' into restyling
# Conflicts:
#	src/Footer.js
#	src/Loading.js
#	src/getWeb3.js
#	src/index.js
2018-07-17 18:00:14 -03:00
Victor Baranov d835940e3b
Merge pull request #70 from poanetwork/eslint+prettier
(Refactor) Eslint+prettier configuration
2018-07-17 12:00:30 +03:00
viktor f41b6791fc return back https://poanetwork.github.io/ homepage in package.json 2018-07-17 11:56:02 +03:00
Gabriel Rodríguez Alsina 185250a7c6 [fix] Uncomment temporary fix. 2018-07-16 18:10:38 -03:00
Gabriel Rodríguez Alsina d8f660c1b2 (feat) Styles for the Sokol network. 2018-07-16 15:34:45 -03:00
Gabriel Rodríguez Alsina 54f6a57996 [fix] 'OK' Button style. 2018-07-16 12:05:40 -03:00
Gabriel Rodríguez Alsina 97bc7e3dba [fix] Link URL to connecto to POA Network in MetaMask. 2018-07-16 11:35:14 -03:00
Gabriel Rodríguez Alsina 751cdd5038 [chore] Merge core into restyling.
Fix conflicts.
2018-07-16 11:33:29 -03:00
viktor bc3c6e3d05 merge with core 2018-07-11 18:56:38 +03:00
Victor Baranov f340d4e6aa
Merge pull request #69 from varasev/fix-29
(Fix) Display alert for Set Metadata tab if Voting Key is not valid
2018-07-11 18:51:13 +03:00
viktor f730cd9967 eslint + prettier configuration 2018-07-11 18:50:14 +03:00
Victor Baranov 98afd57a52
Merge pull request #68 from varasev/fix-60
(Fix) Don't display empty Pending Change Date
2018-07-06 14:10:45 +03:00
Vadim Arasev 7743e3baaf (Fix) Display alert for Set Metadata tab if Voting Key is not valid 2018-07-06 10:52:05 +03:00
Victor Baranov 681bbd2434
Merge pull request #67 from varasev/update-packages
(Fix) Update packages to avoid vulnerabilities
2018-07-05 22:43:15 +03:00
Vadim Arasev 54935531e4 (Fix) Don't display empty Pending Change Date 2018-07-05 17:45:39 +03:00
Gabriel Rodríguez Alsina afc06d7632 [feat] Applied new styles to loading screen. 2018-07-05 08:46:19 -03:00
Vadim Arasev 900ebf03bc (Fix) packages versions 2018-07-05 12:07:06 +03:00
Gabriel Rodríguez Alsina 08ab073d87 [feat] Forms styling. 2018-07-04 23:05:26 -03:00
Gabriel Rodríguez Alsina 2bafa2f78e [feat] Base button style. 2018-07-04 22:43:30 -03:00
Gabriel Rodríguez Alsina 6234ef33fb [feat] Validators list styling. 2018-07-04 22:03:02 -03:00
Gabriel Rodríguez Alsina 0e8552a1b7 [feat] Search input styling, according to the branding style guide. 2018-07-04 20:10:26 -03:00
Gabriel Rodríguez Alsina 0c78313181 [chore] Moved the Header / MobileMenuLinks / NavigationLinks components to their own files. 2018-07-04 19:43:37 -03:00
Gabriel Rodríguez Alsina ecbb8a8d57 [fix] Added keys to mapped lists. 2018-07-04 19:19:27 -03:00
Gabriel Rodríguez Alsina 000ac4fef1 [fix] Added "Nunito" Google font CDN. 2018-07-04 19:15:30 -03:00
Gabriel Rodríguez Alsina dd218aca60 [fix] Mobile Sokol / Poa network select. 2018-07-04 14:07:01 -03:00
Gabriel Rodríguez Alsina a4c1d8d5ba [feat] Add mobile menu. 2018-07-04 13:37:52 -03:00
Gabriel Rodríguez Alsina 4360e87eaf [feat] Updated logo style and png graphic in footer and header. 2018-07-04 11:47:09 -03:00
Gabriel Rodríguez Alsina e97ca6c0f9 [fix] Footer logo dimensions. 2018-07-04 08:49:20 -03:00