Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use "real" car files for events in scenarios #171

Merged
merged 3 commits into from
May 13, 2024

Conversation

dav1do
Copy link
Contributor

@dav1do dav1do commented May 10, 2024

This fixes the errors running the recon scenario on new versions of ceramic one by creating car files that look like real events so they pass the basic validation. This also puts the actual root CID of the block in c1, so we no longer see the "block not found locally" errors that we were getting in js-ceramic.

I want to clean up the duplicate code and hacks around cid/multihash/ipld versions, and it should be easy once the http client changes land, but for now getting this working is more important.

lots of breaking cid, multihash, ipld stuff between c1 versions in http/base. for now working around it
@dav1do dav1do marked this pull request as ready for review May 12, 2024 22:45
don't hard code model to avoid syncing previous data when starting new test. this is a valid test, but different than what we've done so far.
Copy link
Contributor

@samika98 samika98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dav1do dav1do added this pull request to the merge queue May 13, 2024
Merged via the queue into main with commit 1b8968c May 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants