Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement
Description
Replace pending wallets with managed creations
Add v3 network and chain schema
Remove legacy wallet connection query
Diagram Walkthrough
File Walkthrough
graphql.rs
Rename generated query for managed creationssrc/graphql.rs
graphql/get_pending_managed_wallet_creations.graphql.GetPendingWalletstoGetPendingManagedWalletCreations.wallet.rs
Wire wallet job to new querysrc/wallet.rs
get_pending_managed_wallet_creationsandGetPendingManagedWalletCreations.get_pending_managed_wallet_creations.graphql
Add managed wallet creations GraphQL querygraphql/get_pending_managed_wallet_creations.graphql
GetPendingManagedWalletCreationsGraphQL operation.networkandchaininputs.externalIditems andnextCursorpagination data.get_pending_wallets.graphql
Remove deprecated pending wallets querygraphql/get_pending_wallets.graphql
GetPendingWalletsquery definition.edgesandpageInfo.schema.graphql
Update schema for v3 wallet lookupgraphql/schema.graphql
NetworkandChainenums for the new query contract.WalletDataandGetPendingManagedWalletCreationsResultresponsetypes.
GetPendingWalletswithGetPendingManagedWalletCreationsinQuery.