jacque006
3a3c850989
Move zkp package to archive.
...
Add hardhat integration tests to github actions run.
Add/update numerous READMEs for packages.
Deprecate remaining ZKEmail recovery modules in favor of new one.
Remove circom submodule.
Increase wait time for plugins test servers.
2024-07-18 13:23:12 +02:00
jacque006
4e8d4aa6ca
Merge branch 'main' of github.com:getwax/wax into update-repo-docs
2024-07-15 20:51:44 +02:00
jacque006
0ce277fd80
Initial repo restructuring
2024-07-15 20:51:18 +02:00
Porco
c94c531262
attempt1: resolve confict
2024-07-02 21:28:40 +02:00
Porco
723b56386e
upd deps & lib, resolved conflicts
2024-04-20 20:08:15 +04:00
Porco
b26cfc1502
upd lib
2024-04-20 19:34:25 +04:00
Porco
6895e8cc08
upd gitmodules
2024-04-20 19:22:15 +04:00
Porco
a64e5c38d0
Removed submodule safe-smart-account
2024-04-20 19:20:33 +04:00
jacque006
d983528bea
Update to latest ether-email-auth
...
Remove v4 OpenZepplin, email auth v5 branch
Remove old, stale deps.
Add submodules step to package.json, README for setup.
2024-04-04 15:56:39 -06:00
JohnGuilding
ae38c0347a
forge install: openzeppelin-contracts-upgradeable
...
v5.0.2
2024-04-04 19:31:32 +01:00
JohnGuilding
86da49dbc7
Remove OZ upgradeable contracts
2024-04-04 19:30:54 +01:00
JohnGuilding
7fce35b839
forge install: email-auth-oz5-branch
2024-04-04 18:59:35 +01:00
JohnGuilding
46bfa1dd29
uninstall ether email auth
2024-04-04 18:44:55 +01:00
JohnGuilding
98298b3c95
forge install: openzeppelin-contracts-v4
...
v4.9.6
2024-04-03 12:41:21 +01:00
JohnGuilding
7e497dae79
forge install: zk-email-verify
...
v3.3.1
2024-04-03 12:08:46 +01:00
JohnGuilding
bcba3bc555
forge install: openzeppelin-contracts-upgradeable
...
v4.9.6
2024-04-03 11:59:29 +01:00
jacque006
85afcd5ee5
Add ether-email-auth to SafeZkEmailRecoveryPlugin
...
Bump circom & other deps versions in zkp package (unrelated to ether-email-auth)
2024-04-02 22:43:53 -06:00
JohnGuilding
4c5ca66072
forge install: reference-implementation
...
v0.7.0
2024-03-28 19:00:26 +00:00
JohnGuilding
10aaae67d6
forge install: openzeppelin-contracts
...
v5.0.2
2024-03-27 18:41:13 +00:00
JohnGuilding
eb09e0128b
forge install: erc7579-implementation
...
v0.0.1
2024-03-27 18:41:13 +00:00
JohnGuilding
97d4a37a29
Move webauthn primitive to plugins directory
2024-02-21 16:24:42 +00:00
JohnGuilding
c0f2038e1b
forge install: kernel
...
v2.3
2024-02-20 15:49:13 +00:00
JohnGuilding
dd2e0c6bed
Move kernel contracts to plugins directory
2024-02-19 17:58:41 +00:00
JohnGuilding
d0b143be0f
Rename safe to plugins
2024-02-19 14:34:36 +00:00
JohnGuilding
7b8975e596
rename account-integrations to packages
2024-02-19 14:26:44 +00:00
James Zaki
d33eac600f
Adding Verifer design updates and merge fixes (WIP)
2023-12-29 17:47:29 +00:00
James Zaki
0599f01c2f
forge install: openzeppelin-contracts
...
v5.0.0
2023-12-15 16:54:34 +00:00
James Zaki
875eec4716
Rebase: merge .gitmodules
2023-12-15 16:53:48 +00:00
jacque006
c912c3fa7c
Add ZKP ERC-4437 password verification integration
...
Add zkp project to integrations with password circuit, client, tests, and zk build toolchain.
Add zkp password Safe plugin to show integration. Use mocked verifier for now.
Update start script to include bundler docker container.
2023-11-09 00:42:20 +02:00
JohnGuilding
b8f390801d
forge install: forge-std
...
v1.6.0
2023-09-25 12:49:37 +01:00
James Zaki
2f8d34a996
Update submodule name and fixes
2023-08-23 15:21:48 +01:00
James Zaki
f5dd1e550c
Rename smart accounts
2023-08-23 15:21:04 +01:00
James Zaki
c533c94b41
Move components to relevant dirs
2023-08-15 10:24:57 +01:00
JohnGuilding
d6caf563b8
forge install: account-abstraction
...
v0.6.0
2023-08-10 12:49:13 +01:00
JohnGuilding
639eae1748
forge install: safe-contracts
...
v1.4.1
2023-08-10 12:48:25 +01:00
Andrew Morris
ee66480bed
Merge branch 'main' into add-webauthn-project
2023-08-10 10:15:31 +10:00
Blake Duncan
d0a5882ef6
Add a BLS plugin for a Kernel scw ( #33 )
...
* chore: forge init
* Add kernel plugins foundry project
* Add the kernel repository as a sub module
* Update the kernel commit
* Adding kernel BLS validator and test with build errors
* Fixing import resolution issue in the blsValidator test file
* Removing boiler plate code
* PR Comments
2023-08-09 14:59:53 -04:00
JohnGuilding
0ede980809
Remove account abstraction submodule
2023-08-02 11:39:55 +02:00
JohnGuilding
9833cb4303
forge install: openzeppelin-contracts
...
v4.9.2
2023-08-02 11:39:55 +02:00
JohnGuilding
ab810f57b5
forge install: account-abstraction
...
v0.6.0
2023-08-02 11:39:48 +02:00
JohnGuilding
2c44143f78
init webauthn foundry project
2023-08-02 11:39:01 +02:00
Andrew Morris
56f4997e9e
Add DemoWallet and test
2023-06-09 04:13:38 +00:00
Andrew Morris
b267321a90
Set up compression
2023-06-07 05:07:38 +00:00