Skip to content

Commit

Permalink
feat: separate secp256k1 library (#663)
Browse files Browse the repository at this point in the history
* removes browserify

* platform node for bundle

* disable secp size check until after package is on main for CI

* Update packages/identity/src/index.ts

* removes stats.html

Co-authored-by: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com>
  • Loading branch information
krpeacock and ericswanson-dfinity committed Dec 9, 2022
1 parent 545a834 commit 620a536
Show file tree
Hide file tree
Showing 27 changed files with 3,707 additions and 472 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>
<em>Breaking change:</em> Moves Secp256k1KeyIdentity to its own package.
<pre>@dfinity/identity-secp256k1</pre>
</li>
<li>
<em>Breaking change:</em> Deprecates
<pre>@dfinity/authentication</pre>
Expand Down
2 changes: 1 addition & 1 deletion e2e/node/basic/identity.test.ts
Expand Up @@ -9,9 +9,9 @@ import {
DelegationChain,
DelegationIdentity,
Ed25519KeyIdentity,
Secp256k1KeyIdentity,
ECDSAKeyIdentity,
} from '@dfinity/identity';
import { Secp256k1KeyIdentity } from '@dfinity/identity-secp256k1';
import agent from '../utils/agent';
import identityCanister from '../canisters/identity';

Expand Down

0 comments on commit 620a536

Please sign in to comment.