Skip to content
Open

V2 #14

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e20a84b
Update to v3
scammi Nov 14, 2023
0b22c37
update all tests
scammi Nov 14, 2023
6405120
Conform to new interface
scammi Nov 14, 2023
2114d60
Account conforms to execute interface
scammi Nov 14, 2023
59f8ee7
Remove commented line
scammi Nov 14, 2023
3bdec12
remove unused event
scammi Nov 15, 2023
0585d03
Update hardhat config
scammi Nov 22, 2023
b62e364
Ignore unneeded files
scammi Nov 22, 2023
2c58006
Merge branch 'skamy/minimalImplementation' into v2
scammi Nov 22, 2023
a2d9e85
Apply .gitignore
scammi Nov 22, 2023
0df01f1
Merge branch 'main' into v2
scammi Nov 22, 2023
5c01987
re include deploy
scammi Nov 22, 2023
e8fa54d
NFT mock added
scammi Nov 22, 2023
411ac42
add test
scammi Nov 22, 2023
d215d20
read me
scammi Nov 22, 2023
ce9df25
todo
scammi Nov 24, 2023
52aa8ea
Updates for SmartAccounts
robsecord Dec 8, 2023
5f235c0
Updates for Dynamic Traits
robsecord Dec 11, 2023
e6bfbf2
Updates for Modular Support, Programmable NFTs
robsecord Jan 10, 2024
0a7c50b
Include 6551 registry
robsecord Jan 26, 2024
7446f0c
Updates for modular system + BufficornZK trait system
robsecord Jan 30, 2024
b4aeb53
Updates for Deploy Prep, Fixes for Compilation
robsecord Jan 30, 2024
9f7b915
Updates for Deployment
robsecord Jan 30, 2024
e35d390
Updates for Unit-Tests on Charged Particles
robsecord Jan 31, 2024
cb55faa
Added unit-tests for initial Bufficorn NFTs
robsecord Jan 31, 2024
1e3c068
Updates for minting bufficorns
robsecord Jan 31, 2024
0ab2bad
Add unit-tests for Bufficorn Token URI
robsecord Jan 31, 2024
6ec8ca1
Code cleanup, add security features
robsecord Feb 1, 2024
9fc071d
Minor changes
robsecord Feb 1, 2024
7406a32
Update comments
robsecord Feb 2, 2024
458410e
Merge pull request #16 from Charged-Particles/v2-zksync
robsecord Feb 2, 2024
14862c7
Basic implementation
scammi May 7, 2024
71c3929
Missing dependencies
scammi May 7, 2024
b8c840e
Half way there
scammi May 8, 2024
84f0d0b
Tests execute
scammi May 8, 2024
6c0d419
Charged Particles tests passing
scammi May 8, 2024
b5d7a1c
Buzz test passing
scammi May 8, 2024
205e1b9
Merge pull request #24 from Charged-Particles/mantle-main
robsecord May 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ typechain-types
cache
artifacts

deploy
cache-zk
build

Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# cpu-v2
Charged Particles Multiverse

## Deploy

Using [hardhat deploy](https://github.com/wighawag/hardhat-deploy) hardhat plugin.

`yarn hardhat deploy --network NETWORK --tags CONTRACT_TAG`

## Test

`yarn hardhat test --network hardhat`


### TODO
- Move bridge onto lib.
- Bridge inside the charged particle account.
- Investigate permit for account approvals.
- Enumerable oz set lib for allowlisted function signatures..
- Settings contract hook map.
- Check if NFT has set up a setting contract.
- Allow listed functions check inside the setting.
- Research settings manager contracts.
Loading