-
Notifications
You must be signed in to change notification settings - Fork 38
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
Document the Blobstream contract gas usage #223
Comments
Gas Cost BenchmarkThis document will contain a gas cost benchmark for BlobStream contract. Real deployment to SepoliaFor a real deployment, where we have 100 validators, and 30 of them have 2/3rds of the network, the cost is 328,852 gas. Contract link: https://sepolia.etherscan.io/address/0xbefe11e2a35cefcb3552ff8ae56baaa14952331b Code: celestiaorg/orchestrator-relayer#524 if we profile the Sepolia transaction, we find the results in picture:
Foundry gas reportFor foundry the cost of the same setup is: 201819 gas Code: And if we dig deeper using foundry, we find the following:
The remaining costs are just for necessary checks:
|
No description provided.
The text was updated successfully, but these errors were encountered: