Skip to content

feat(varanasi): implement test development patch 9#34

Merged
ComputerKeeda merged 7 commits intovaranasi-testfrom
varanasi-test-development/patch-9
Apr 16, 2025
Merged

feat(varanasi): implement test development patch 9#34
ComputerKeeda merged 7 commits intovaranasi-testfrom
varanasi-test-development/patch-9

Conversation

@ComputerKeeda
Copy link
Copy Markdown
Member

feat(varanasi): implement test development patch 9

What does this PR do?

  • Implements test development updates for the Varanasi testnet environment
  • Adds patch 9 improvements to the testing framework

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:

  1. All test cases execute successfully
  2. No regressions in existing functionality
  3. Test coverage remains at acceptable levels

Additional Notes

This is part of the ongoing Varanasi testnet development cycle.

ComputerKeeda and others added 7 commits March 15, 2025 11:45
- 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 ComputerKeeda merged commit 10e48a5 into varanasi-test Apr 16, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants