-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Create devcontainer.eo #1121
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
Open
elviromercic23-cmyk
wants to merge
85
commits into
anza-xyz:sign-and-send-all-transactions
Choose a base branch
from
elviromercic23-cmyk:patch-1
base: sign-and-send-all-transactions
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Create devcontainer.eo #1121
elviromercic23-cmyk
wants to merge
85
commits into
anza-xyz:sign-and-send-all-transactions
from
elviromercic23-cmyk:patch-1
Conversation
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
Run build-and-test workflow on all PRs to master
Update BitKeep adapter
feat: remove Censo adapter
…ster Version Packages
Add readme in starter/ pointing to create-solana-dapp
* Update adapter.ts * Update package.json * Update package.json * Update adapter.ts * Update packages/wallets/particle/src/adapter.ts Co-authored-by: Jordan <[email protected]> * Update package.json * Update adapter.ts * Update adapter.ts * Update pnpm-lock.yaml * Update adapter.ts --------- Co-authored-by: Jordan <[email protected]>
* Add Trezor wallet adapter * Handle `connectUrl` only in the constructor * Switch to async import for TrezorConnect * Change Connect manifest email * Update @trezor/connect-web to a version with Solana support * refactor * add trezor to root tsconfig * override @types/web with typescript --------- Co-authored-by: gabrielkerekes <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* update mobile adapter * add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…za-xyz#887) * simplify wallet ordering to respect app order * changeset
* update particle dependency * add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* can disconnect * add back setting unloading to flase * default to mwa if no other adapters around * always disconect * preserve old logic, but only if adapters with standard wallet adapters is empty * need to flip the boolean * remove MWA checks outright * auto select mobile wallet adapter if no other
* Revert "add changeset" This reverts commit aea46eb. * Revert "Allow Disconnect of MWA (anza-xyz#960)" This reverts commit d8632b4.
* init fix + fix tests * fix mwa disconnect + tests * add changeset
## Summary Fix incorrect event handler in README and improve code clarity ## Problem The example code from the README didn't work when implemented - the `handleClick` was returning functions instead of executing them. ## Solution This PR makes the handler execute functions directly for a more straightforward implementation. Since handler functions from `useWalletMultiButton` can be `undefined`, the code uses optional chaining for concise null checks. The higher-order function pattern was removed to prioritize readability in the example.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…nza-xyz#1073) * feat: use walletconnect package for walletconnect adapter * chore: export all of the package * chore: remove unued workspace skip * chore: update to stable version * chore: use ^versioning * Tidy package.json and undo mass-changes to lockfile * Remove unused dev-dependencies in WalletConnect --------- Co-authored-by: Steven Luscher <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…-xyz#1076) * node 22, pnpm 10.8.1 * remove some overrides * use node 22 in all packages * convert Uint8Array to Buffer * update github actions * add packageManager to json * update dependencies * remove ant-design * add authToken to .npmrc * lint * update turbo config * add es2022/es2022.error to tsconfig * skipLibCheck on Torus adapter * remove/deprecate material ui starter * fix example using parcel * remove material-ui, next, and cra starters * undo change to .npmrc * regen lockfile * add changeset * fix some test warnings * "fix" test
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat: update bitget wallet logo * add changeset --------- Co-authored-by: Devin <[email protected]> Co-authored-by: Jordan Sexton <[email protected]>
* Initial plan for issue * Update dependencies across all package.json files and regenerate lockfiles Co-authored-by: 0xrinegade <[email protected]> * Initial plan for issue * Upgrade React from v18 to v19 across all packages Co-authored-by: 0xrinegade <[email protected]> * Upgrade MUI dependencies from v5 to v7 Co-authored-by: 0xrinegade <[email protected]> * Upgrade TypeScript ESLint plugins from v5 to v8 Co-authored-by: 0xrinegade <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: 0xrinegade <[email protected]>
* use latest pnpm * add appName to Trezor adapter * update lockfile * don't skipLibCheck * add changeset
* Update Logo (anza-xyz#1070) SafePal has a new logo, please update the logo, thank you. Co-authored-by: bryanForSafe <[email protected]> * add changeset --------- Co-authored-by: bryanliii-sketch <[email protected]> Co-authored-by: bryanForSafe <[email protected]>
* Update SolflareWalletAdapter icon (anza-xyz#1086) * add changeset --------- Co-authored-by: Ivan Kusliy <[email protected]>
* update solflare wallet logo * add changeset
* Add signAndSendTransaction to TokenPocket * add changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.