feat(varanasi): implement test development patch 9#34
Merged
ComputerKeeda merged 7 commits intovaranasi-testfrom Apr 16, 2025
Merged
feat(varanasi): implement test development patch 9#34ComputerKeeda merged 7 commits intovaranasi-testfrom
ComputerKeeda merged 7 commits intovaranasi-testfrom
Conversation
Varanasi test
- Introduced the rollup module with various components including keeper, message handling, and query functionalities. - Added support for batch processing, rollup initialization, and prover management. - Implemented parameter management and validation for the rollup module. - Included necessary test cases to ensure functionality and reliability. This commit lays the groundwork for the rollup feature in the Junction application.
- Updated the transaction configuration to support the textual sign mode by appending it to the default sign modes. - Introduced a new configuration option for textual coin metadata query function using the bank keeper. - Ensured proper error handling during the transaction configuration setup. This enhancement improves the flexibility of transaction signing in the Junction application.
…d stake details - Added new queries for retrieving total staked amount and stake details by user in the rollup module. - Implemented corresponding request and response message types for the new queries. - Updated the gRPC service definition to include the new query methods. - Enhanced the keeper with logic to handle the new queries, ensuring proper data retrieval and error handling. This update improves the rollup module's capabilities, allowing users to query staking information effectively.
- Bumped version to v0.3.1-3-g43e8ba2 in the OpenAPI documentation. - Refactored multiple Msg endpoints to align with Tendermint ABCI specifications, including changes to operation IDs and request/response schemas. - Removed deprecated Msg endpoints and added new ABCI endpoints for better clarity and functionality. - Enhanced documentation for request and response structures to improve usability. This update enhances the API documentation, ensuring it accurately reflects the current state of the Tendermint ABCI integration.
- Updated .gitignore to include wasmvm artifacts - Modified Makefile to automate wasmvm download and integration - Enhanced OpenAPI with rollup and wasm-related endpoints This change sets up the project for CosmWasm contract execution and Rollup interaction.
- Revised module descriptions to include the new `rollup` module, emphasizing its features such as Layer 2 scaling and batch processing. - Removed references to the `vrf` and `cipher-ledger` modules, focusing on the core capabilities of `wasm` and `rollup`. - Updated installation instructions to reflect the new chain ID and binary version. - Enhanced the vision statement to align with the current development direction of Junction. This update improves clarity and provides users with accurate information about the latest features and installation procedures.
ComputerKeeda
added a commit
that referenced
this pull request
Apr 16, 2025
feat(rollup): implement rollup module and enhance API functionality # What does this PR do? This PR introduces several major enhancements to the Varanasi test environment: 1. Adds initial implementation of the rollup module 2. Enables textual sign mode in transaction configuration 3. Enhances query functionality with total staked amount support 4. Updates OpenAPI specification for Tendermint ABCI endpoints 5. Integrates wasmvm with rollup-related API endpoints 6. Updates documentation to reflect new rollup module features # Key Changes - Initial rollup module implementation - Transaction configuration improvements - Enhanced query capabilities - Updated API documentation - WASM VM integration - README updates for new features # Testing Instructions Please verify: 1. Rollup module functionality 2. Transaction signing with new text mode 3. Query endpoints for staked amounts 4. WASM VM integration 5. API endpoint accessibility 6. Documentation accuracy # Related PRs - Builds upon PR #34 from airchains-network/varanasi-test # Note This PR contains 7 commits that significantly enhance the platform's rollup and WASM capabilities.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(varanasi): implement test development patch 9
What does this PR do?
Why are these changes needed?
These changes are necessary to enhance the testing capabilities and stability
of the Varanasi testnet environment.
Related Issues
N/A
Testing Instructions
Please verify the following:
Additional Notes
This is part of the ongoing Varanasi testnet development cycle.