Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
e90a6ca
feat(wallet): enforce stricter commit rotation in validateUserOp
hooftly Sep 6, 2025
7a83c9a
feat(wallet): add BadECDSA error and enforce mandatory owner checks
hooftly Sep 7, 2025
28c5fcc
feat(pqc): add optional aggregator support with storage, views, and s…
hooftly Sep 7, 2025
0355b4b
docs(pqc): clarify nonce semantics as WOTS index and extend tests
hooftly Sep 7, 2025
d74d463
refactor(pqc): replace string reverts with custom errors for validati…
hooftly Sep 8, 2025
7e9acdc
feat(wallet): add EntryPoint fund helpers and balance query
hooftly Sep 8, 2025
c5b3e64
feat(pqc-wots): align commitPK with Dart by hashing concatenated pubkey
hooftly Sep 9, 2025
13fb71a
ci(gas): add forge snapshot to workflow and document Phase-0 WOTS costs
hooftly Sep 9, 2025
7f43021
docs(pqcwallet): add NatSpec for state vars, events, and regenerate ABI
hooftly Sep 9, 2025
0a0108b
feat(mobile): update example config schema and expand main screen dis…
hooftly Sep 9, 2025
d00d3c2
feat(rpc): add eth_call view helper and integrate wallet state into U…
hooftly Sep 9, 2025
c5add46
feat(wallet): add secure storage for pending UserOps with resilient r…
hooftly Sep 9, 2025
1c612d9
chore(git):Change Git Ignore
hooftly Sep 9, 2025
ccffceb
feat(mobile): integrate biometric auth for signing with configurable …
hooftly Sep 9, 2025
e3898a5
feat(fees): add RPC fee utils, EntryPoint hash service, and fee previ…
hooftly Sep 9, 2025
d1e0d27
feat(tokens): add Base token registry, ERC-20 encoders, and send UI flow
hooftly Sep 9, 2025
28ea7e1
feat(activity): add ActivityFeed with store, poller, and send flow in…
hooftly Sep 9, 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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
forge build
forge test -vv

- name: Gas snapshot
run: forge snapshot

mobile:
runs-on: ubuntu-latest
defaults:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
cache/

mobile/assets/config.json
mobile/.dart_tool/
mobile/.flutter-plugins-dependencies
Loading
Loading