Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
bc13c70
WIP
xDarksome May 7, 2025
81bd234
Bump VERSION to 250507.0
WalletConnectBot May 7, 2025
8b4b5a2
impl ClusterView
xDarksome May 7, 2025
65fd668
transferOwnership
xDarksome May 7, 2025
ed6b201
more tests
xDarksome May 7, 2025
471018f
remove Rust prototype
xDarksome May 7, 2025
8cfd935
Bump VERSION to 250508.0
WalletConnectBot May 8, 2025
bf8f6f9
more tests / bug fixes
xDarksome May 8, 2025
510d8b0
merge remote
xDarksome May 8, 2025
eecceee
make gas reporter work
xDarksome May 9, 2025
5bf775b
more tests / bug fixes
xDarksome May 13, 2025
f4b2ed6
generate alloy bindings
xDarksome May 13, 2025
4dfd645
Bump VERSION to 250513.0
WalletConnectBot May 13, 2025
bb07f92
WIP
xDarksome May 14, 2025
54e6ad1
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome May 14, 2025
aca8a7c
Bump VERSION to 250514.0
WalletConnectBot May 14, 2025
a244a36
smart contract overhaul
xDarksome May 20, 2025
de63784
regenerate bindings
xDarksome May 20, 2025
70cb4d9
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome May 20, 2025
226e49f
Bump VERSION to 250520.0
WalletConnectBot May 20, 2025
438753c
rename things
xDarksome May 20, 2025
87e04fe
WIP
xDarksome May 20, 2025
6939230
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome May 20, 2025
8a971b5
WIP
xDarksome May 26, 2025
3c96b1c
Bump VERSION to 250526.0
WalletConnectBot May 26, 2025
1c45587
upgrade alloy to 1.0 & use sol! macro to generate bindings
xDarksome May 27, 2025
96e0aa4
merge remote
xDarksome May 27, 2025
147f239
Bump VERSION to 250527.0
WalletConnectBot May 27, 2025
414a3cf
impl event sourcing
xDarksome May 28, 2025
78e5918
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome May 28, 2025
16ddff4
Bump VERSION to 250528.0
WalletConnectBot May 28, 2025
906dee9
switch to ABI / more events / SC improvements
xDarksome May 29, 2025
4cbc577
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome May 29, 2025
b6817f9
Bump VERSION to 250529.0
WalletConnectBot May 29, 2025
27451ed
another SC overhaul
xDarksome Jun 2, 2025
eaefed2
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome Jun 2, 2025
ace793e
Bump VERSION to 250602.0
WalletConnectBot Jun 2, 2025
c6939cd
WIP
xDarksome Jun 4, 2025
e9996c9
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome Jun 4, 2025
a790e9e
Bump VERSION to 250604.0
WalletConnectBot Jun 4, 2025
0f3de13
WIP
xDarksome Jun 5, 2025
f0eec90
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome Jun 5, 2025
1aa1f32
Bump VERSION to 250605.0
WalletConnectBot Jun 5, 2025
508630c
fix constructor bug
xDarksome Jun 5, 2025
51b3440
move things around
xDarksome Jun 5, 2025
5bfd6d4
fix tests
xDarksome Jun 5, 2025
ed1df75
integration tests
xDarksome Jun 6, 2025
9b955d9
Merge branch 'feat/contract' of github.com:WalletConnectFoundation/wc…
xDarksome Jun 6, 2025
8af8b74
Bump VERSION to 250606.0
WalletConnectBot Jun 6, 2025
76b393a
remove cluster
xDarksome Jun 6, 2025
44994f2
merge remote
xDarksome Jun 6, 2025
7b1daf2
fix: axum
xDarksome Jun 6, 2025
0381b77
fix: axum
xDarksome Jun 6, 2025
e04d3b1
fix: dockerfile
xDarksome Jun 6, 2025
3cc33d7
fix: dockerfile
xDarksome Jun 6, 2025
2c12dfa
refactor: migrate from custom bitmask to EnumerableSet architecture (…
rplusq Jun 18, 2025
fe781c1
Merge branch 'main' into feat/contract
xDarksome Jun 18, 2025
480fd29
Bump VERSION to 250618.0
WalletConnectBot Jun 18, 2025
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
357 changes: 357 additions & 0 deletions .cursor/mdc/solidity-testing.mdc

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ target/
/bin
/crates/*/target/
/crates/*/Cargo.lock
/contracts/dependencies/
/contracts/out/*
!/contracts/out/Cluster.sol
/contracts/cache/
.direnv
.env
.envrc
Expand Down
Loading
Loading