Skip to content
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

feature/1110 abstract connected wallet operations #1166

Merged
merged 16 commits into from
Nov 19, 2024

Conversation

prnk28
Copy link
Contributor

@prnk28 prnk28 commented Nov 18, 2024

  • refactor: refactor DID module types and move to controller package
  • refactor: move controller creation and resolution logic to keeper
  • refactor: update imports to reflect controller package move
  • refactor: update protobuf definitions for DID module
  • docs: update proto README to reflect changes
  • refactor: move hway to gateway, update node modules, and refactor pkl generation
  • build: update pkl-gen task to use new pkl file paths
  • refactor: refactor DWN WASM build and deployment process
  • refactor: refactor DID controller implementation to use account-based storage
  • refactor: move DID controller interface to base file and update implementation
  • chore: migrate to google protobuf
  • feat: Add v0.52.0 Interfaces for Acc Abstraction
  • refactor: replace public_key with public_key_hex in Assertion message
  • refactor: remove unused PubKey, JSONWebKey, and RawKey message types and related code

@prnk28 prnk28 linked an issue Nov 18, 2024 that may be closed by this pull request
@github-actions github-actions bot added the type/feature Category - New Features label Nov 18, 2024
@prnk28 prnk28 merged commit bf94277 into develop Nov 19, 2024
5 checks passed
@prnk28 prnk28 deleted the feature/1110-abstract-connected-wallet-operations branch November 19, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Category - New Features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Abstracted ConnectedWallet operations to DWN API
1 participant