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

feat: get the blob proof #74

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

feat: get the blob proof #74

wants to merge 39 commits into from

Conversation

fabiooshiro
Copy link

No description provided.

fabiooshiro and others added 30 commits June 12, 2024 11:42
The code changes add new subcommands to the Celestia command, allowing users to send payloads to Celestia Network and check proofs. This enhances the functionality of the application and provides more options for interacting with Celestia.
The code changes modify the SubmitBlob function in the Celestia package to return the end value along with the height and start values. This enhancement provides additional information about the submitted blob and improves the functionality of the application.
The code changes modify the SubmitBlob function in the Celestia package to accept a namespaceHex parameter. This allows users to specify the namespace for submitting the blob, providing more flexibility and customization options.
The code changes introduce a new subcommand, `check-proof`, to the Celestia command. This subcommand allows users to check the proof of a payload sent to Celestia Network. It retrieves the share proof and data block using the provided height, start, and end values. This enhancement improves the functionality of the application and provides users with more options for interacting with Celestia.
The code changes in the Celestia package introduce several enhancements. The SubmitBlob function now accepts a namespaceHex parameter, allowing users to specify the namespace for submitting the blob. Additionally, the function returns the end value along with the height and start values, providing more information about the submitted blob. Furthermore, new subcommands, `check-proof` and `completions`, have been added to the Celestia command, enabling users to check the proof of a payload sent to Celestia Network and providing auto-completion support. These changes improve the functionality and flexibility of the application.
The code changes in the Celestia package update the CELESTIA_RELAY_ADDRESS variable to use a new address. This change ensures that the Celestia package interacts with the correct Celestia Relay.
The code changes in the Celestia package add a new RpcUrl parameter to the CelestiaOpts struct. This parameter allows users to specify a custom RPC URL for connecting to Celestia instead of using the default Anvil setup. The RpcUrl parameter is used in the addCelestiaSubcommands function to set the ethEndpointRPC variable. This update improves the flexibility and configurability of the Celestia command.
The code changes in the `CallCelestiaRelay` function add a new `chainId` parameter. This parameter allows users to specify the chain ID of the network when making a relay call to Celestia. The `chainId` parameter is used in the function call in the `main.go` file. This update improves the flexibility and configurability of the Celestia command.
The code changes in the `main.go` file update the `CallCelestiaRelay` function to use the `APP_ADDRESS` variable instead of a hard-coded address. This change improves the flexibility and configurability of the Celestia command.
@sandhilt sandhilt added the enhancement New feature or request label Jun 21, 2024
sandhilt and others added 9 commits June 24, 2024 19:28
This commit adds a line to the `shell.nix` file to include the `nonodo` completion script if the `nonodo` file exists in the current directory. This change improves the shell setup by enabling command completion for the `nonodo` command.
This commit introduces a new subcommand, `send-file`, to the Celestia command. It allows users to send a file to the Celestia Network. The file path and namespace are required parameters for this subcommand. This feature enhances the functionality of the Celestia command by enabling users to easily send files to the network.
Uses updated version of CelestiaRelay that uses
the new ShareDigestsProof struct, which includes
only digests of the blob data instead of the full
data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants