-
Notifications
You must be signed in to change notification settings - Fork 34
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
🧪 Add web3.js tests to getTransaction
and getTransactionReceipt
#109
🧪 Add web3.js tests to getTransaction
and getTransactionReceipt
#109
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## feature/getTransactionReceipt #109 +/- ##
=================================================================
- Coverage 90.82% 90.79% -0.04%
=================================================================
Files 31 30 -1
Lines 763 717 -46
Branches 217 202 -15
=================================================================
- Hits 693 651 -42
+ Misses 64 61 -3
+ Partials 6 5 -1
Continue to review full report at Codecov.
|
…tial-eth into fix/web3TransactionTesting
* 📝 Initial documentation for getTransactionReceipt function * 🧪 Init test for getTransactionReceipt * 🏷 Create necessary types & clean types file * ✨ Init function * Change type names and add byzantium check * 🧪 Fix and pass test * 🎨 DRY'd cleanTransaction(Receipt) functions * 📝Added documentation to TransactionReceipt type * ⬆️ Pre-commit script package bump * 📝Added documentation to Log type * ✨ Parse logs types and final touches on getTransactionReceipt function * 🧪 Add web3.js tests to `getTransaction` and `getTransactionReceipt` (#109) * 🧪 Added web3 test to getTransaction * ⬆ Pre-commit script package updates * 🧪 Added web3 test to getTransactionReceipt
Closes #107
getTransaction
getTransactionReceipt