You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before, when the project was kick started, latest commit rev = "52d16d3" was not supportive with type conversion in between two, this become motivation to open a PR about tx receipt (alloy-rs/alloy#395) which later get merge from supersedes PR(alloy-rs/alloy#396)
Current Alloy packages give breaking changing all the time, I just sticked into one rev. But as tx conversion get supported with (alloy-rs/alloy#361) and tx receipt get supported with (alloy-rs/alloy#396)
It's time to clean up conversion code with TryFrom trait with latest revision
The text was updated successfully, but these errors were encountered:
Context
Before, when the project was kick started, latest commit
rev = "52d16d3"
was not supportive with type conversion in between two, this become motivation to open a PR about tx receipt (alloy-rs/alloy#395) which later get merge from supersedes PR(alloy-rs/alloy#396)Current Alloy packages give breaking changing all the time, I just sticked into one rev. But as tx conversion get supported with (alloy-rs/alloy#361) and tx receipt get supported with (alloy-rs/alloy#396)
It's time to clean up conversion code with
TryFrom
trait with latest revisionThe text was updated successfully, but these errors were encountered: