This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch bls-wallet-clients to use @thehubbleproject/bls
Switch ./clients/deps/hubble-bls to @thehubbleproject/bls. Clean up import paths in clients. Update hex values in clients tests with new mcl-wasm values. Update clients package in aggreagotr and fix private key generation in tests. Update contract tests.
- Loading branch information
Showing
27 changed files
with
130 additions
and
641 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
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 |
---|---|---|
|
@@ -26,9 +26,9 @@ export { | |
Contract, | ||
ethers, | ||
Wallet, | ||
} from "https://esm.sh/[email protected].2"; | ||
} from "https://esm.sh/[email protected].3"; | ||
|
||
import { ethers } from "https://esm.sh/[email protected].2"; | ||
import { ethers } from "https://esm.sh/[email protected].3"; | ||
export const keccak256 = ethers.utils.keccak256; | ||
|
||
export type { | ||
|
@@ -40,17 +40,17 @@ export type { | |
PublicKey, | ||
Signature, | ||
VerificationGateway, | ||
} from "https://esm.sh/[email protected].3"; | ||
} from "https://esm.sh/[email protected].4-05c23aa"; | ||
|
||
export { | ||
Aggregator as AggregatorClient, | ||
BlsWalletWrapper, | ||
getConfig, | ||
VerificationGateway__factory, | ||
} from "https://esm.sh/[email protected].3"; | ||
} from "https://esm.sh/[email protected].4-05c23aa"; | ||
|
||
// Workaround for esbuild's export-star bug | ||
import blsWalletClients from "https://esm.sh/[email protected].3"; | ||
import blsWalletClients from "https://esm.sh/[email protected].4-05c23aa"; | ||
const { | ||
bundleFromDto, | ||
bundleToDto, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
* | ||
!/dist/src/**/* | ||
!/dist/deps/**/* | ||
!/dist/typechain/**/* | ||
!/src/**/* | ||
!/deps/**/* | ||
!/package.json | ||
!/README.md |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.