Closed varasev closed 5 years ago
@pashagonchar do you have any idea how we could repaint the icon for a company? That's how it looks at the moment: https://github.com/poanetwork/poa-dapps-validators/blob/6fcfe427d44363726a7fc43035cf79e6bdd3ed92/src/images/icons/icon-company.svg
I just copied this from https://github.com/poanetwork/poa-dapps-validators/blob/6fcfe427d44363726a7fc43035cf79e6bdd3ed92/src/images/icons/icon-notary-license.svg
The new implementation of ValidatorMetadata
contract has been applied in xDai network
: https://blockscout.com/poa/dai/address/0x61e561dc17597b15e0195a201b539ee7b9add3ff. So now we can merge this PR.
The new implementation address of ValidatorMetadata
can be checked on the page of a proxy contract: https://blockscout.com/poa/dai/address/0xeb35547e1e4630fc6ed9a6f3d4c5e436422f63ea/read_contract
@vbaranov Sorry, didn't check that for the empty set of data. Fix: https://github.com/poanetwork/poa-dapps-validators/pull/98/commits/c941588d5952456652bc8a433f6e18b614f9610d.
(Mandatory) Description
This PR solves the issue https://github.com/poanetwork/poa-dapps-validators/issues/96. Should only be merged after https://github.com/poanetwork/poa-network-consensus-contracts/pull/204 is merged and the new
ValidatorMetadata
contract is deployed intoxDai network
. These changes are compatible with the currentValidatorMetadata
contracts inCore
andSokol
networks. After merging this PR, please merge https://github.com/poanetwork/poa-test-setup/pull/58.The validator's card for a company will look like this:
The
Set Metadata
page is complemented with notary/company switcher which will only be available for xDai Network:If the validator chooses
I'm a company
, theSet Metadata
page looks like this:(Mandatory) What is it: (Fix), (Feature), or (Refactor) (Feature)