We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Ref #144 and #129.
Sorry, something went wrong.
gagliardetto
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: