-
Notifications
You must be signed in to change notification settings - Fork 27
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
release: v0.31.0 #809
Closed
Closed
release: v0.31.0 #809
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
release: v0.30.0 to develop
…-to-private-1709556795
…ate-1709556795
* WIP: Inject Xverse Webbtc_provider and add request method * refactor dom event names * fix send back wallet response * Start adding stacks request types * Add placeholders for stx rpc calls * Sort methods alphabetically * Reword key RPC methods and types * Revert "Start adding stacks request types" This reverts commit 6afcacd. * update sats-connect version and init rpc handlers * rebase fixes * fix duplicate type * Move helper function out of legacy code * BTC RPC handlers (#92) * handle getAddresses request * WIP Add Support for BTC RPC Methods * added error request component and refactor psbt request * separate stx and btc signMessage screens * update hooks file structure * return errors as resolved promises instead of rejecting * update btcAddressRequest hook * update request handling hooks * add ledger ui for btc signMessage screen * chore: bump core to 11.2.0 * chore: remove unnecessary type default * fix: type errors --------- Co-authored-by: Eduard Bardají Puig <[email protected]> Co-authored-by: Tim Man <[email protected]>
…erStx, stx_getAccounts, stx_getAddresses (#112) * Add placeholders for stx rpc handlers * Move helpers to own file * Remove unused * Add various changes related to request handling * Add rpc method param for transaction request type differentiation * Add response message * Add rpc method to request params * Provide rpc response based on rpc call method * Handle missing function args * Move error messages to constants * Add missing rpc method * Remove unnecessary type * Refine variable name * Prevent unknown errors from blocking navigation * Add rpc props * Remove unnecessary conditional * Send rpc response after broadcast * Start updating ContractCall to RPC request * Handle contract deploy request * Update rpc response type * Add rpc props * Remove sign message work from this branch * Simplify request handling * Rename file * Add handler and helpers for contractCall * Rename handler file * Update hook to handle callContract * Perform minor tweaks for callContract * fix: updated sats connect version and stacks methods names * feat: handle stx_transferStx method * Use Zod union * Fix minor issues * Add stx_getAccounts and stx_getAddresses method handlers * Update the handleGetStxAccounts method * Update types * Remove unimplemented methods * Refactor send message helpers * Update params type * Remove unused prop * Move messages to translation file * Add useMemo and useCallback to accounts and address fetching hooks * Refactor the getAppIconFromWebManifest fetching * Refactor the getAppIconFromWebManifest fetching useEffect * Use existing payload format * Move hook close to component using it * Replace the ternary return with if statement --------- Co-authored-by: Abdul Haseeb <[email protected]> Co-authored-by: Denys Hriaznov <[email protected]>
bug-fix/btc-send-transfer
* Handle stx token transfer sign tx reqs * Hande tx signing for deploy contract * Use payload type checker
close sendTransfer popup after tx_broadcasted
* Update params stx_getAccounts * Add user cancellation handling * Update params stx_getAddresses (#122)
* WIP: Update Stacks Message signing and refactor signature screen * added rpc response handling * disable structured message signing for rpc * update signature hook dependency params
* return supported methods for getInfo * Add keys transformer to prod loaders --------- Co-authored-by: Eduard Bardají Puig <[email protected]>
teebszet
pushed a commit
that referenced
this pull request
Jan 9, 2025
* Fix for workflow Upload Playwright report in ci/cd * updated the build-rc.yml post-comment
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.
Full Changelog: v0.31.0-rc.0...v0.31.0-rc.1
Release candidate: https://github.com/secretkeylabs/xverse-web-extension/releases/tag/v0.31.0-rc.1
To publish this rc as latest: Merge Commit this PR