-
Notifications
You must be signed in to change notification settings - Fork 11
Use alloy
instead of primitive-types
and ethereum-types
#78
Conversation
keccak-hash = "0.10.0" | ||
alloy = { git = "https://github.com/alloy-rs/alloy", features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does anyone happen to know why they haven't/aren't releasing this? It makes me slightly uncomfortable with unreleased code but I don't think we really have another option here. We've been looking at alloy
in the agglayer too but haven't made the switch yet for this exact reason. But... I think we just bite the bullet here.
} | ||
|
||
#[test] | ||
fn bloom() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to gently push for more tests here, I guess that's not a massive surprise :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not much to add, looks good to me overall, thanks!
@0xaatif you mentioned having trouble testing this branch because of some failure. Has this been resolved since? |
I think the error quoted in the CI is independent of the linker error. It was complaining about |
I believe so as well. Resolving the linker error resolved the compile error, but the test returns this error now. Not sure how long this has been broken, but seems unrelated |
I mean I'm open to believing it really exists if someone can actually make it happen |
I don't know how this failure is reproducible, the script is passing fine on my laptop. |
|
obsoletes 0xPolygonZero/eth-tx-proof#22 as per 0xPolygonZero/zk_evm#157 (comment)
::rpc
::rpc::Compat
Reviewers
zero-bin/rpc/src/lib.rs
Lines 172 to 185 in 3a5b21b