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

core: impl await task completion for externally managed keys #139

Merged

Conversation

sehyunc
Copy link
Contributor

@sehyunc sehyunc commented Dec 24, 2024

Purpose

This PR modifies types to make waitForTaskCompletionWs compatible with ExternalConfigs.

Testing

  • Tested locally
  • Tested in testnet

@sehyunc sehyunc changed the base branch from main to feat/external-key-impl December 24, 2024 20:20
@sehyunc sehyunc requested a review from joeykraut December 24, 2024 20:20
@sehyunc sehyunc merged commit 9170902 into feat/external-key-impl Dec 24, 2024
1 check passed
@sehyunc sehyunc deleted the sehyun/external-key/await-task-completion branch December 24, 2024 23:32
sehyunc added a commit that referenced this pull request Dec 27, 2024
* core: add external key config (#129)

core: add external config, modify BaseConfig

* core: add symmetric key getter to config (#130)

* core: add symmetric key getter to config

* core: ingest changes into websocket

* wasm, core: implement keychain rotation for external key (#131)

* wasm, core: implement keychain rotation for external key

* wasm, core: impl key rotation for withdraw;

* wasm, core: impl key rotation for create order

* wasm, core: impl key rotation for cancel order

* core: format

* wasm: cleaner rotation

* wasm: abstract key rotation logic into helper

* wasm, core: impl external key deposit action (#132)

* wasm: add sign callback invocation helper

* wasm, core: impl external key deposit action

* wasm, core: impl external key withdraw action (#133)

* wasm, core: impl external key withdraw action

* wasm: simplify signing fns

* wasm: organize signing fn

* wasm, core: impl external key create order action (#134)

* wasm, core: impl external key create order action

* wasm, core: impl external key cancel order action (#135)

* wasm, core: remove need for key_type in Rust context (#136)

* wasm, core: remove need for key_type in Rust context

* core: add safety checks to actions

* wasm, core: impl external key get pk scalars (#137)

* wasm: do not prehash message when using external signer (#138)

wasm: remove prehash assumption

* chore: lint

* core: impl await task completion for externally managed keys (#139)

* core: impl get order + pay fees for external keys (#140)

core: impl get order + pay fees for externally managed keys

* wasm, core, node: impl external wallet key generation script (#141)

* node: export GeneratedSecrets type

* wasm, core: impl external key create wallet (#142)

* wasm, core: impl external key create wallet

* wasm, core: impl external key lookup wallet (#144)

* wasm, core: impl external key refresh wallet (#143)

core: impl refresh wallet for externally managed keys

* core: add public key getter and setter fns to external config (#145)

core: add public key getter and setter in external config

* core: fix create order in matching pool args
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