-
Notifications
You must be signed in to change notification settings - Fork 391
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
Native AvalancheJS transactions in L1 Wizard #1995
Closed
Closed
Conversation
This file contains 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
…oved logging - Added loading state management to prevent multiple submissions during the signature collection process. - Updated console logs for better clarity on the number of collected peers. - Disabled the button during loading and changed its label accordingly for better user feedback.
containerman17
requested review from
amandamarquis1 and
a team
as code owners
January 13, 2025 01:24
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Stuck with collecting signatures for L1 Conversion. Debugging: Browser-based signingGenerate this tx before signing:
Server-based
Browser after fixing contract
|
- Introduced walletError state to manage and display wallet-related errors. - Updated handleAddToWallet function to clear previous wallet errors and set walletError on failure. - Added conditional rendering for wallet error messages in the UI for better user feedback.
…for improved step handling and error messaging - Changed the step name from 'prepare-validators' to 'configure-validators' in PrepareValidators component to reflect the correct workflow. - Introduced errorMessage state in ContractInitialize component to manage and display error messages instead of using alerts, enhancing user feedback. - Updated error handling logic to conditionally render error messages in the UI for better clarity.
…tly into CollectSignatures component - Deleted the convertWarp.ts and convertWarp.test.ts files to streamline the codebase. - Integrated the packing logic for L1 conversion messages directly into the CollectSignatures component, enhancing local processing and reducing external API dependencies. - Updated the message and justification handling to utilize the new local packing function.
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.
No description provided.