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

fix: remove tari_common dep from keymanager #4335

Merged

Conversation

sdbondi
Copy link
Member

@sdbondi sdbondi commented Jul 22, 2022

Description

  • removes tari_common dependency from the key manager
  • remove (unused) key_manager_hash_domain function

Motivation and Context

Quick fix to fix CI WASM tests as fs2 does not support the WASM target.
Suggest moving hashing domain into its own crate.

A hardcoded domain for all keys within key manager is likely not correct and should be specified by the caller e.g. independent KeyManager domain for wallet etc.

@stringhandler stringhandler merged commit 5e3797f into tari-project:development Jul 22, 2022
@sdbondi sdbondi deleted the key-manager-fix-wasm branch July 22, 2022 13:36
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.

2 participants