Skip to content

add tx_succeeded?#173

Merged
q9f merged 5 commits intoq9f:mainfrom
a-moreira:feat/tx-succeeded
Dec 21, 2022
Merged

add tx_succeeded?#173
q9f merged 5 commits intoq9f:mainfrom
a-moreira:feat/tx-succeeded

Conversation

@a-moreira
Copy link
Contributor

Adding a method to check if transaction has succeeded.
Also took the opportunity to change the name of is_mined_tx? -> tx_mined? to be closer to Ruby conventions (boolean methods with ? without is_)

@a-moreira a-moreira requested a review from kurotaky December 11, 2022 21:48
@codecov-commenter
Copy link

Codecov Report

Merging #173 (38c3f14) into main (85e2283) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #173      +/-   ##
==========================================
- Coverage   99.75%   99.70%   -0.05%     
==========================================
  Files          70       70              
  Lines        4016     4061      +45     
==========================================
+ Hits         4006     4049      +43     
- Misses         10       12       +2     
Impacted Files Coverage Δ
lib/eth/client.rb 98.69% <100.00%> (-1.31%) ⬇️
spec/eth/client_spec.rb 100.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@a-moreira
Copy link
Contributor Author

hey @kurotaky, the build in Ubuntu is failing because it lacks libyaml I guess, but idk why this error started now 🤔

@q9f q9f added enhancement New feature or request breaking change Should clearly be documented labels Dec 16, 2022
@q9f
Copy link
Owner

q9f commented Dec 16, 2022

Thanks, I'll fix the CI.

@q9f q9f removed the breaking change Should clearly be documented label Dec 21, 2022
@q9f q9f merged commit 24ca071 into q9f:main Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants