Skip to content

Commit

Permalink
feat: secp256k1 fromSeedPhrase now supported (#645)
Browse files Browse the repository at this point in the history
* feat: secp256k1 fromSeedPhrase now supported

* crypto polyfill

* readme notes

* Update packages/identity/src/identity/secp256k1.ts
  • Loading branch information
krpeacock committed Nov 7, 2022
1 parent 7687265 commit 26a97bd
Show file tree
Hide file tree
Showing 10 changed files with 1,222 additions and 952 deletions.
4 changes: 4 additions & 0 deletions docs/generated/changelog.html
Expand Up @@ -12,6 +12,10 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul>
<li>
feat: secp256k1 now supports a `fromSeedPhrase` method that will reproduce the same
identity across agent-js, dfx, and quill
</li>
<li>chore: configures unpkg to use esmodules</li>
<li>chore: removes unused lint shell script</li>
<li>chore: adds js-sha256 dependency to principal</li>
Expand Down

0 comments on commit 26a97bd

Please sign in to comment.