-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Api to be able to sign with an injected signer from en exten…
…sions (#110) * [integriteeWorker] separate sending from signing a trusted call, and prepare passing the signer from the injection * [integriteeWorker] split getters into creating, signing and sending (internally only for now) * [integriteeWorker] rename getter methods * [integriteeWorker] wip introduce submittable getter. * [integriteeWorker] fix: consistent accountOrPair typing * [integriteeWorker] fix: await signingPayload in getter * [integriteeWorker] update mrenclave in tests * [integriteeWorker] add nonce getter. * v0.15.0-alpha.0 * fix package import * v0.15.0-alpha.1 * fix generics * v0.15.0-alpha.2 * ungenerify submittable getter * v0.15.0-alpha.3 * Revert "ungenerify submittable getter" This reverts commit 8001631. * fix: interfaces can't be used as fields * v0.15.0-alpha.4 * fix: define interfaces in proper order * v0.15.0-alpha.5 * [integriteeWorker] add signer arg to getters * v0.15.0-alpha.6 * [integriteeWorker] fix ordering of trustedCallArgs * v0.15.0-alpha.7 * [integriteeWorker] don't check for signer === undefined * [integriteeWorker] fix passing through signer * [integriteeWorker] also adapt signer options arg * [integriteeWorker] rename `CallOptions` to `RequestOptions` and introduce `TrustedSignerOptions` * [integriteeWorker] remove unused import * [integriteeWorker] remove unused import 2 * v0.15.0-alpha.8 * [integriteeWorker] log encoded trusted getter * v0.15.0-alpha.9 * [integriteeWorker] skip tests that need a running setup * fix grammar * minor cleanup * log trusted call signed * v0.15.0-alpha.10 * allow passing the nonce in the signer options * v0.15.0-y.0 * v0.15.0-0.15.0-alpha.10.0 * v0.15.0-alpha.10 * v0.15.0-alpha.11 * remove extra logs
- Loading branch information
Showing
15 changed files
with
299 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
"publishConfig": { | ||
"directory": "build" | ||
}, | ||
"version": "0.14.2" | ||
"version": "0.15.0-alpha.11" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.