poa-dapps-voting
poa-dapps-voting copied to clipboard
POA Network Governance Dapp
Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 4.2.1 to 4.2.2. Commits - See full diff in [compare view](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.2.0 to 16.2.1. Changelog *Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.2.1 (August 1, 2018) > > ### React DOM Server > > * Fix a [potential XSS...
When validator opens `Voting DApp`, he has to wait for a few seconds until all ballots are loaded. Displaying the `Active` page by default instead of `All` page could eliminate...
After implementing of support metadata for validator-company type on smart-contracts level https://github.com/poanetwork/poa-network-consensus-contracts/issues/203 and in Validators DApp https://github.com/poanetwork/poa-dapps-validators/issues/96 we should implement it for Voting DApp also. Currently, voting for adding a...
**Problem**: For now, `Voting DApp` uses a link to `poaexplorer.com` on the page `New Ballot / Emission Funds Ballot`. Since [the issue](https://github.com/poanetwork/blockscout/issues/767) in Blockscout with displaying invalid balances was fixed,...
**Problem:** `src/contracts/VotingToChange*.contract.js` files contain functions with duplicated code. **Solution:** Create a common `src/contracts/VotingToChange.contract.js` file and move those functions into it.
Transaction Error using an Android phone and Trust Wallet app to place vote. Had to reload the voting dapp after voting each time to be able to successfully vote. ```...
**Problem**: for example, if I changed the account from valid voting key to invalid, DApp still thinks that I logged with valid voting key and gives me the ability to...
**Problem**: the only way to check how Voting DApp works visually with new changes is to run manually [poa-test-setup](https://github.com/poanetwork/poa-test-setup) scripts with branch from PR **Solution**: let's configure Travis CI or...
**Problem:** a validator can create a new ballot to remove voting or payout key when a corresponding mining key is already being removed in an active ballot. **Solution:** don't let...