Skip to content

eth/client: raise an error if a contract interaction reverts#186

Merged
q9f merged 1 commit intomainfrom
q9f/client/wait
Dec 21, 2022
Merged

eth/client: raise an error if a contract interaction reverts#186
q9f merged 1 commit intomainfrom
q9f/client/wait

Conversation

@q9f
Copy link
Owner

@q9f q9f commented Dec 21, 2022

fix #99

@q9f q9f added the enhancement New feature or request label Dec 21, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #186 (4d72281) into main (490f28d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #186   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files          70       70           
  Lines        4230     4241   +11     
=======================================
+ Hits         4220     4231   +11     
  Misses         10       10           
Impacted Files Coverage Δ
lib/eth/client.rb 100.00% <100.00%> (ø)
spec/eth/client_spec.rb 100.00% <100.00%> (ø)
spec/eth/solidity_spec.rb 100.00% <100.00%> (ø)

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

@q9f q9f merged commit f878ece into main Dec 21, 2022
@q9f q9f deleted the q9f/client/wait branch December 21, 2022 18:34
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.

eth/client: transact_and_wait should check receipt

2 participants