-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: node signature verification for queries (#784)
* feat: adds node signatures to query response types * moves fetchNodeKeys to canisterStatus * updating e2e tests * replaces tweetnacl with @noble/curves * more ed25519 tests and compatibility with previous stored JSON * moves public key and DER utils into agent * simplifies @dfinity/identity with agent exports * subnetStatus mapping node id to public key * lookup_path now returns tree by default * fix: canister ranges checked for root subnet fixes FOLLOW-1301 * fix: sets maxAge for delegation certificates to Infinity, bypassing check resolves FOLLOW-1302
- Loading branch information
Showing
42 changed files
with
1,039 additions
and
630 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
"counter": { | ||
"ic": "tnnnb-2yaaa-aaaab-qaiiq-cai" | ||
}, | ||
"docs": { | ||
"ic": "erxue-5aaaa-aaaab-qaagq-cai" | ||
} | ||
|
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.