Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Oct 24, 2023
1 parent 2e81ce2 commit 6969bbc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 114 deletions.
21 changes: 21 additions & 0 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,27 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul>
<ul>
<strong>feat!: node signature verification</strong
><br />
This feature includes additional changes in support of testing and releasing the feature:
<br />
<li>Mainnet e2e tests for queries and calls</li>
<li>published counter canister</li>
<li>using vitest for e2e tests instead of Jest</li>
<li>
New HttpAgent option - verifyQuerySignatures. Defaults to true, but allows you to opt
out of verification. Useful for testing against older replica versions
</li>
<li>Introducing ed25519 logic to agent for validating node signatures</li>
<li>Standardizing around @noble/curves instead of tweetnacl in @dfinity/identity</li>
<li>
new export - hashOfMap from agent, matching the naming used in the interface
specification
</li>
<li>new unit tests</li>
<li>new Verify export on ed25519 because why not</li>
</ul>
<li>feat: retry logic will catch and retry for thrown errors</li>
<li>
feat!: adds certificate logic to decode subnet and node key paths from the hashtree.
Expand Down
113 changes: 0 additions & 113 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@noble/hashes": "^1.3.1",
"base64-arraybuffer": "^0.2.0",
"borc": "^2.1.1",
"cbor-x": "^1.5.4",
"simple-cbor": "^0.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 6969bbc

Please sign in to comment.