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

fix: remove unwrap when getting tx receipt #4231

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Conversation

kylezs
Copy link
Contributor

@kylezs kylezs commented Nov 10, 2023

No idea how this snuck in. But this fixes it.

Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #4231 (b0d5323) into main (f6a06c1) will increase coverage by 0%.
The diff coverage is 0%.

@@          Coverage Diff          @@
##            main   #4231   +/-   ##
=====================================
  Coverage     71%     72%           
=====================================
  Files        384     384           
  Lines      63007   63009    +2     
  Branches   63007   63009    +2     
=====================================
+ Hits       45050   45054    +4     
  Misses     15617   15617           
+ Partials    2340    2338    -2     
Files Coverage Δ
engine/src/eth/rpc.rs 0% <0%> (ø)

... and 3 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@kylezs kylezs merged commit d96fada into main Nov 16, 2023
40 checks passed
@kylezs kylezs deleted the fix/remove-unwrap-receipt branch November 16, 2023 13:58
dandanlen pushed a commit that referenced this pull request Nov 17, 2023
* fix: don't unwrap on None tx receipt

* chore: nicer fmt
tomjohnburton pushed a commit that referenced this pull request Nov 20, 2023
Co-authored-by: dandanlen <3168260+dandanlen@users.noreply.github.com>
Co-authored-by: Alastair Holmes <42404303+AlastairHolmes@users.noreply.github.com>
Co-authored-by: Albert Llimos <53186777+albert-llimos@users.noreply.github.com>
Co-authored-by: Martin Rieke <121793148+martin-chainflip@users.noreply.github.com>
Co-authored-by: Maxim Shishmarev <msgmaxim@gmail.com>
Co-authored-by: Marcello <marcello@chainflip.io>
Co-authored-by: Roy Yang <roy@chainflip.io>
Co-authored-by: kylezs <kyle@chainflip.io>
Co-authored-by: Jamie Ford <jamie@chainflip.io>
fix naming of session keys (#4242)
fix: revert restricted balances (#4237)
fix: add missing spans in multisig logs (#4239)
fix cargo features (#4249)
fix: remove bound addresses on account deletion (#4244)
fix: remove existential deposit (#4243)
fix: egress id race condition (#4235)
fix: remove unwrap when getting tx receipt (#4231)
fix: protect against double witnessing after safe mode (#4254)
fix: runtime upgrade utils and migrations (#4258)
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

2 participants