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

Radiance support for patching metadata #151

Open
linuskendall opened this issue Aug 28, 2024 · 2 comments
Open

Radiance support for patching metadata #151

linuskendall opened this issue Aug 28, 2024 · 2 comments
Assignees

Comments

@linuskendall
Copy link
Contributor

linuskendall commented Aug 28, 2024

Add support for radiance to fetch metadata from RPC if metadata is missing. If it cannot be fetched from RPC, then crash with failure.

Once the metadata is fetched from RPC, save it to a JSON log file that can be used later on to reproduce the same CAR file.

The JSON log file should also be possible to load from startup of a Radiance cargen command.

We'll probably need both a transaction metadata JSON and a block metadata json if both are missing.

Add logic to also search the other rocksdb file for other metadata.

@linuskendall
Copy link
Contributor Author

linuskendall commented Aug 28, 2024

Ref #144 and #129.

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

No branches or pull requests

3 participants
@linuskendall @gagliardetto and others