Conflux-Network-Global / aragon-client

(Aragon 1) Create and manage decentralized organizations on Ethereum.
https://client.aragon.org
GNU Affero General Public License v3.0
0 stars 1 forks source link

App states are not updated #20

Closed Thegaram closed 3 years ago

Thegaram commented 3 years ago

Describe the bug

It seems to me that the results of transaction are not reflected on the UI. For instance, when I submit a vote, it should show up under the "Voting" app, but it does not.

To Reproduce Steps to reproduce the behavior:

  1. Open a DAO
  2. Go to "Voting"
  3. Create a new vote
  4. Wait for the transaction to be confirmed
  5. Check the "Voting" app again

Expected behavior

New votes should show up.

Screenshots

After a while the apps stopped loading so I was unable to take a screenshot.

H34D commented 3 years ago

the unpacking of cfx_getTransactionByHash was not transforming the from and to addresses properly which lead to errors. this is fixed now