Skip to content

Conversation

@d4mr
Copy link
Contributor

@d4mr d4mr commented Feb 8, 2025

PR-Codex overview

This PR primarily updates the version of the package and introduces a new WalletCredentialsService along with enhancements to existing services and configuration options. It also improves type definitions and adds new features related to wallet credentials.

Detailed summary

  • Updated version in sdk/package.json to 0.0.19.
  • Minor documentation change in sdk/src/services/WebhooksService.ts.
  • Added WalletCredentialsService export in sdk/src/index.ts.
  • Updated allowed literals in src/server/routes/system/health.ts.
  • Enhanced block parameters in sdk/src/services/ContractEventsService.ts.
  • Added walletCredentials property in sdk/src/Engine.ts.
  • Expanded wallet types in sdk/src/services/ConfigurationService.ts.
  • Updated getAuthConfiguration and updateAuthConfiguration methods in sdk/src/services/ConfigurationService.ts.
  • Introduced WalletCredentialsService with methods for creating and retrieving wallet credentials in sdk/src/services/WalletCredentialsService.ts.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@zeet-co
Copy link

zeet-co bot commented Feb 8, 2025

We're building your pull request over on Zeet.
Click me for more info about your build and deployment.
Once built, this branch can be tested at: https://tw-unreal-demo-engine-vwn0-pb-cre-edec48.engine-aws-usw2.zeet.app before merging 😉

Type.Literal("IP_ALLOWLIST"),
Type.Literal("HETEROGENEOUS_WALLET_TYPES"),
Type.Literal("SMART_BACKEND_WALLETS"),
Type.Literal("CREDENTIALS"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you rename this to WALLET_CREDENTIALS to be clearer

import { PermissionsService } from './services/PermissionsService';
import { RelayerService } from './services/RelayerService';
import { TransactionService } from './services/TransactionService';
import { WalletCredentialsService } from './services/WalletCredentialsService';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the SDK folder be .gitignored?

@d4mr d4mr merged commit f4e728f into main Feb 8, 2025
5 of 6 checks passed
@d4mr d4mr deleted the pb/credentials-featureflag-and-sdk branch February 8, 2025 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants