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
The first one should be taken care of after #1443 . The second one, I think we need to change L1BlockInfo::number to U256 or change the serialization of the u64
- Add newtype for L1 block number.
- Implement serialization in backwards compatible manner. Although there
is currently no test for this backwards compatibility.
- Don't ignore "actual" files created from reference tests.
- Remove "actual" files for successful tests, if they exist.
After implementing this and looking at the JSON file I'm now of the
opinion that we should throw the compatibility with L1 away. It looks
rather messy and I don't see what we really gain from it. I now think we
should just serialize everything in the way we think is best, most
pretty or whatever.
Close#1507
Discussion on zulip.
The text was updated successfully, but these errors were encountered: