Commit Graph

23 Commits

Author SHA1 Message Date
2aef7aade8
Support commonjs as well
Full compare: bfa4ce1366...tornadocontrib:circomlibjs:main
2024-12-18 17:32:18 +00:00
Micah Zoltu
fc0c01e400 Removes many dependencies and bundles to ES Module.
* NodeJS has built-in testing tools now, so no need to include Mocha/Chai which bring in a lot of transitive dependencies.
* Removes ethers, as it was only being used for a few utility functions (which are now in `utils.js` and `keccak256`, whiche is better sourced from @noble/hashes.
* Adds @noble/hashes for `keccak256`.
* Removes hardhat, since it was brought in only to test one thing, and it is huge.
* Switches to esbuild for simple ESM targeted bundling with inlnined NodeJS dependencies.
* Pinned all JS dependencies to fixed versions.
* Adds a Dockerfile for generating reproducible builds.
* Commented out two tests that had a dependency on Hardhat.
2024-12-06 13:17:31 +08:00
Dimasik Kolezhniuk
ed85481012 0.1.8 2024-04-15 18:18:09 +02:00
Dimasik Kolezhniuk
bb3c1ddc95 Bump ffjavascript 2024-04-15 18:17:56 +02:00
Jordi Baylina
4f094c5be0
0.1.7 2022-07-15 21:44:19 +02:00
Jordi Baylina
2e18e63b75
0.1.6 2022-06-19 09:55:15 +02:00
Jordi Baylina
db4a6c5769
0.1.5 2022-06-19 09:40:29 +02:00
Jordi Baylina
e2223af624
0.1.4 2022-06-17 13:15:46 +02:00
Jordi Baylina
7da82e6e39
Fix dependencies 2022-06-17 13:15:36 +02:00
Jordi Baylina
9406985278
0.1.3 2022-06-17 13:07:04 +02:00
Jordi Baylina
5164544558
0.1.2 2022-03-17 13:31:07 +01:00
Jordi Baylina
6c55e91e01
0.1.1 2021-11-23 13:23:00 +01:00
Jordi Baylina
0872b77f93
Poseidon in wasm 2021-11-23 13:22:47 +01:00
Jordi Baylina
3f84f4fbf7
0.1.0 2021-10-30 13:58:00 +02:00
Jordi Baylina
fe43791f41
Adapt to ffjavascript asyncronous 2021-10-30 13:57:29 +02:00
Jordi Baylina
c71c8c1daf
0.0.8 2021-10-06 18:30:06 +02:00
Jordi Baylina
0e8f731736
0.0.7 2021-10-06 17:43:06 +02:00
Jordi Baylina
13e981b307
0.0.6 2021-10-06 17:29:34 +02:00
Jordi Baylina
b64db03425
0.0.5 2021-10-06 17:14:32 +02:00
Jordi Baylina
135a71daeb
0.0.4 2021-10-06 17:08:32 +02:00
Jordi Baylina
660ee70352
0.0.3 2021-10-06 14:52:39 +02:00
Jordi Baylina
54847b37fd
0.0.2 2021-10-06 11:41:07 +02:00
Jordi Baylina
3d29629a83
Transfer from circomlib 2021-10-06 11:28:14 +02:00