Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: no "new voting is created msg" #1

Open
AnthonyAkentiev opened this issue Oct 24, 2018 · 2 comments
Open

Bug: no "new voting is created msg" #1

AnthonyAkentiev opened this issue Oct 24, 2018 · 2 comments
Assignees

Comments

@AnthonyAkentiev
Copy link
Member

No description provided.

@ryzhak
Copy link
Member

ryzhak commented Oct 25, 2018

How it works now:

  1. For example, user updates param and creates a voting
  2. Transaction is sent
  3. When transaction is created(added to the transaction pool) UI shows a message "Transaction created".
  4. When transaction is mined UI shows success message.

The thing is that there are several not yet resolved bugs in web3js:
web3/web3.js#1972
web3/web3.js#1260

All of them describes issue when web3 doesn't catch transaction confirmation(mining) event. Than is why "new voting is created" message is not shown when transaction is mined.

Here we use beta36 while in CFD project we use beta35 and everything works fine there. I tried to downgrade to beta35 but it didn't resole the issue with confirmation event.

@ryzhak
Copy link
Member

ryzhak commented Dec 12, 2018

The save issue is for "web3": "^1.0.0-beta.37"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants