Draft
Conversation
…bility and maintainability - Updated TgContractPayments.client.ts to use type imports and simplified method signatures. - Removed TgContractPayments.message-composer.ts as it was no longer needed. - Enhanced TgContractPayments.types.ts with better type definitions and formatting. - Improved baseClient.ts by defining missing types and fixing import issues. - Added debug utilities in debug.ts for better error handling in Telegram environment. - Introduced useSigningClient.ts hook for managing CosmWasm signing client. - Updated main.tsx to include global error handling and dynamic imports for better performance. - Added polyfills.ts for Node.js APIs compatibility in the browser. - Enhanced services/keplr.ts and services/signer.ts for better wallet integration and error handling. - Improved storage.ts with additional functions for managing mnemonic and wallet type. - Updated walletconnect.ts to include logging for better session management. - Modified telegram.ts to support new button types in showPopup function. - Updated vite.config.ts to include buffer alias and globalThis definition for compatibility.
…ctionality - Implemented RegisteredDashboard component to display user balance and account details. - Added CSS styles for the RegisteredDashboard layout and components. - Integrated Telegram user information and balance fetching from the Neutron blockchain. - Included functionality for updating spending limits and revoking authorization. - Created modal components for limit editing and settings management. - Established routing for WalletConnect and main application views. - Introduced authz service for managing authorization grants and limits. - Updated contract configurations and signing client to support new features.
…d improved auto-proceed logic
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.
This should implement the Bindings to the UI, initiate a Signer with either Wallet Connect or a imported/created mnemonic wallet.