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

feat: allow app devs to define the pk type #297

Merged
merged 5 commits into from
Mar 13, 2025
Merged

Conversation

hu55a1n1
Copy link
Member

@hu55a1n1 hu55a1n1 commented Mar 6, 2025

Closes: #295

@hu55a1n1 hu55a1n1 changed the base branch from main to hu55a1n1/v0_2-refactor March 6, 2025 14:53
Base automatically changed from hu55a1n1/v0_2-refactor to main March 10, 2025 15:59
@hu55a1n1 hu55a1n1 force-pushed the hu55a1n1/295-generic-pk branch from 9ffff61 to 2f15204 Compare March 10, 2025 16:14
Only keep what's required by core
@hu55a1n1
Copy link
Member Author

Usage looks like so ->

    let enclave = DefaultSharedEnclave::shared(attestor, config, ())
        .with_key_manager(/* key manager impl here */);
    let host = DefaultHost::<EnclaveRequest, EnclaveEvent, _, _, _>::new(
        enclave.clone(),
        chain_client,
        gas_fn,
    );

@hu55a1n1 hu55a1n1 marked this pull request as ready for review March 10, 2025 21:14
@hu55a1n1 hu55a1n1 requested a review from dangush March 12, 2025 20:19
@hu55a1n1 hu55a1n1 merged commit cf373dc into main Mar 13, 2025
7 of 8 checks passed
@hu55a1n1 hu55a1n1 deleted the hu55a1n1/295-generic-pk branch March 13, 2025 19:06
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.

Remove epoch pubkey?
2 participants