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

Creating new DAO does not wait anymore till it shows the "done screen" #10

Closed H34D closed 3 years ago

H34D commented 3 years ago

Describe the bug When creating a new DAO the "your DAO has been created" screen is shown immediately even when the transaction has not been mined yet.

Mainnet or testnet? Testnet

Organization All

To Reproduce

  1. Create new DAO

Expected behavior see description

Thegaram commented 3 years ago

As I recall there's also a progress bar, and the UI should switch to the newly created DAO automatically, these two features do not work either.

H34D commented 3 years ago

the problem is that await walletWeb3.eth.sendTransaction(transaction) never resolves when being sent to the conflux portal

H34D commented 3 years ago

switched from await to callback, now it works again