Closed msuiche closed 1 month ago
The pull request introduces a change in the Rust client tutorial for the Celestia RPC library. It updates the method for submitting blobs by replacing the GasPrice
type with SubmitOptions
from the blob
module. This change modifies the submission parameters used in the submit_blob
function, indicating a new approach to configuring submission options for blob interactions within the network.
File | Change Summary |
---|---|
developers/rust-client-tutorial.md | Updated blob_submit method to use SubmitOptions::default() instead of GasPrice::default() . |
🐰 In the meadow where the code does flow,
A change was made, and now we know,
From gas to options, a leap so bright,
Submitting blobs with newfound light.
Hopping forward, we celebrate,
In Rust we trust, let’s innovate! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Congrats, your important contribution to this open-source project has earned you a GitPOAP!
GitPOAP: 2024 Celestia Contributor:
Head to gitpoap.io & connect your GitHub account to mint!
Learn more about GitPOAPs here.
Fixing some deprecated references in the rust sample code
Summary by CodeRabbit