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

Web3 beta50 #553

Closed
wants to merge 2 commits into from
Closed

Web3 beta50 #553

wants to merge 2 commits into from

Conversation

szerintedmi
Copy link
Member

@szerintedmi szerintedmi commented Mar 23, 2019

Nature of the PR: chore

Issues to resolve/test

  • web3 method calls seem to be unreliable - sometimes no response, sometimes (e.g. after page reload) it works
  • beta46 issue, to be tested with beta50: getPastEvents() filtering to: returns events with different to: address where only the from: address matches - resulting duplicate items in the transfer history
  • ganacheTakeSnapshot and ganacheRevertSnapshot functions stopped working in Cypress - To be investigated
  • contractInstance.getPastEvents throws TypeError: Cannot read property 'fromBlock' of undefined if options not passed. Adding { fromBlock: 0 } resolves it. check code if it's required.
  • tx.on("receipt") behaviour changed: it only resolves after transactionConfirmationBlocks number of confirmations received. Change tx resolving logic and what options should we pass to provider to Web3 See this conversation
  • Web3.utils is not valid anymore use web3Instance.utils (check code if it's used anywhere)
  • contract address is at .options.address (not checksum capitalised anymore) instead of .address at web3 contract instance. Has been addressed in this PR

Is connection necessary to test? If so which network?

  • local RPC
  • Rinkeby
  • Main Ethereum Network

@szerintedmi
Copy link
Member Author

szerintedmi commented Mar 23, 2019

Deploy preview for augmint ready!

Built with commit 73e51df

https://deploy-preview-553--augmint.netlify.com

@szerintedmi
Copy link
Member Author

closing this in favour for a future PR from scratch

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

Successfully merging this pull request may close these issues.

None yet

1 participant