feat(frontend): add Soroban contract parameter encoding and integrate - #1058
Merged
Conversation
… inheritance plan creation - Create new Stellar utility modules for contract parameter encoding, network configuration, and Soroban client initialization - Implement `contractParams.ts` with encoding functions for distribution methods, beneficiaries, and plan parameters matching contract expectations - Add `network.ts` to centralize Soroban RPC endpoint and network configuration via environment variables - Implement `sorobanClient.ts` with SorobanServer initialization and contract invocation utilities - Update `inheritanceContractService.ts` to use new encoding utilities for contract interactions - Refactor plan creation components to utilize new contract parameter encoding - Update `WalletContext.tsx` to support contract parameter building and transaction simulation - Add comprehensive unit tests for contract parameter encoding with validation coverage - Update dependencies to support Soroban contract integration and testing - Migrate from manual contract invocation to encoded parameter approach for improved type safety and contract compatibility
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.
…inheritance plan creation
contractParams.tswith encoding functions for distribution methods, beneficiaries, and plan parameters matching contract expectationsnetwork.tsto centralize Soroban RPC endpoint and network configuration via environment variablessorobanClient.tswith SorobanServer initialization and contract invocation utilitiesinheritanceContractService.tsto use new encoding utilities for contract interactionsWalletContext.tsxto support contract parameter building and transaction simulationcloses #1030