-
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
✨Added getTransactionReceipt
function
#106
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
==========================================
+ Coverage 90.79% 90.82% +0.03%
==========================================
Files 30 31 +1
Lines 717 763 +46
Branches 202 217 +15
==========================================
+ Hits 651 693 +42
- Misses 61 64 +3
- Partials 5 6 +1
Continue to review full report at Codecov.
|
src/providers/test/json-rpc-provider/get-transaction-receipt.test.ts
Outdated
Show resolved
Hide resolved
src/providers/test/json-rpc-provider/get-transaction-receipt.test.ts
Outdated
Show resolved
Hide resolved
Very excited to get this merged! Looks nearly ready, just left a few thoughts |
Actually going to move the |
@dawsbot ready for final review and hopefullly merging! |
…109) * 🧪 Added web3 test to getTransaction * ⬆ Pre-commit script package updates * 🧪 Added web3 test to getTransactionReceipt
Closes #21
getTransaction
functioncleanTransactionReceipt
functionRPCTransaction
andRPCTransactionReceipt
TransactionReceipt
type