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
alloy now have crate of v0.1.0 which means I need to consider removing the legacy dependecies, also can consider switching up on RpcType and ConsensusType.
But this can be able to happen when 2 case satify, otherwise will add redundant complexity :
type casting around RpcType -> ConsensusType should be working
rlp encode, decode of ConsensusType should be working
I will work on this if all 5 types I needed (header, account, storage, tx, receipt ) all satisfies the constraint above.
The text was updated successfully, but these errors were encountered:
alloy now have crate of v0.1.0 which means I need to consider removing the legacy dependecies, also can consider switching up on
RpcType
andConsensusType
.But this can be able to happen when 2 case satify, otherwise will add redundant complexity :
RpcType
->ConsensusType
should be workingConsensusType
should be workingI will work on this if all 5 types I needed (header, account, storage, tx, receipt ) all satisfies the constraint above.
The text was updated successfully, but these errors were encountered: