Closed NoahSaso closed 8 months ago
Latest commit: 7e1549989e86a258651c35f0ce2261f468d61801
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Looks correct to me. If this helps, great!
sweet! let me know when we can merge and publish a new version :)
seems like the CI isn't running
Can you try version 0.12.0?
Can you try version 0.12.0?
yep, one minute
Can you try version 0.12.0?
yep, one minute
first two tests succeeded!
it's hard to verify because it was never deterministic, but the fact that two succeeded in a row was very rare before, so it seems to be working 🥳
I think I solved the infamous
header failed basic validation
error!It appears a field of the header was not being copied over correctly. Presumably it would succeed when
rpcHeader.version.app
was 0, and fail the rest of the time.