Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refactor porto & migrate to new account contracts #16

Closed
wants to merge 64 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
9bfe311
chore: up deployment
jxom Dec 31, 2024
5fa3998
wip
jxom Dec 31, 2024
bb79934
chore: rm
jxom Jan 1, 2025
8dd351b
up
jxom Jan 1, 2025
58618fb
up
jxom Jan 1, 2025
00991e2
wip: checkpoint
jxom Jan 1, 2025
732f83a
wip: checkpoint
jxom Jan 2, 2025
19ea5b1
wip: checkpoint
jxom Jan 2, 2025
30c4033
wip: checkpoint
jxom Jan 2, 2025
5607878
wip
jxom Jan 2, 2025
582cec7
wip: checkpoint
jxom Jan 2, 2025
b74ab71
wip: checkpoint
jxom Jan 2, 2025
8c9c761
wip: checkpoint
jxom Jan 2, 2025
f71d07b
wip: checkpoint
jxom Jan 2, 2025
36d0447
wip: checkpoint
jxom Jan 2, 2025
72397fc
wip: checkpoint
jxom Jan 3, 2025
0f5a173
wip: checkpoint
jxom Jan 3, 2025
b094645
wip: checkpoint
jxom Jan 3, 2025
c2888ef
wip: checkpoint
jxom Jan 3, 2025
d1693fc
wip: checkpoint
jxom Jan 3, 2025
6224a20
wip: checkpoint
jxom Jan 3, 2025
b752ce4
wip: checkpoint
jxom Jan 3, 2025
ce5a730
wip: checkpoint
jxom Jan 3, 2025
7553270
wip: checkpoint
jxom Jan 3, 2025
10f6cb2
wip: checkpoint
jxom Jan 5, 2025
ab418be
wip: checkpoint
jxom Jan 5, 2025
69bbe10
wip: checkpoint
jxom Jan 5, 2025
9c98500
wip: checkpoint
jxom Jan 5, 2025
fe642c0
wip: checkpoint
jxom Jan 5, 2025
798787e
wip: checkpoint
jxom Jan 5, 2025
6187f1e
wip: checkpoint
jxom Jan 6, 2025
9da381b
wip: checkpoint
jxom Jan 6, 2025
21f8636
wip: checkpoint
jxom Jan 6, 2025
44e5e05
wip: checkpoint
jxom Jan 6, 2025
c952b98
wip: checkpoint
jxom Jan 6, 2025
9a3e9c5
wip: checkpoint
jxom Jan 6, 2025
17e9391
wip: checkpoint
jxom Jan 6, 2025
b3e4f1d
wip: checkpoint
jxom Jan 7, 2025
497a173
wip: checkpoint
jxom Jan 7, 2025
6d06fec
wip: checkpoint
jxom Jan 7, 2025
c6c1895
wip: checkpoint
jxom Jan 7, 2025
f227d49
wip: checkpoint
jxom Jan 7, 2025
ed72924
wip: checkpoint
jxom Jan 7, 2025
ddec1b3
wip: checkpoint
jxom Jan 7, 2025
3d82e87
wip: checkpoint
jxom Jan 7, 2025
2d47b28
wip: checkpoint
jxom Jan 7, 2025
80c7ac1
wip: checkpoint
jxom Jan 7, 2025
e97a5eb
wip: checkpoint
jxom Jan 7, 2025
fcc41f2
wip: checkpoint
jxom Jan 7, 2025
e31f3c8
wip: checkpoint
jxom Jan 7, 2025
52bc3be
wip: checkpoint
jxom Jan 7, 2025
001a38e
wip: checkpoint
jxom Jan 7, 2025
930adb5
wip: checkpoint
jxom Jan 8, 2025
33b0621
wip: checkpoint
jxom Jan 8, 2025
1ff2ae0
wip: checkpoint
jxom Jan 8, 2025
672e5d8
wip: checkpoint
jxom Jan 8, 2025
3a077c7
wip: checkpoint
jxom Jan 8, 2025
9440417
wip: checkpoint
jxom Jan 8, 2025
1769d82
wip: checkpoint
jxom Jan 8, 2025
77d2c34
ci: tests
jxom Jan 8, 2025
f8b95f5
wip: add support for relay url
jxom Jan 8, 2025
f303d6e
up
jxom Jan 8, 2025
f4f0069
up
jxom Jan 8, 2025
7473124
up
jxom Jan 8, 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
13 changes: 13 additions & 0 deletions .changeset/shiny-knives-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"porto": patch
---

**Breaking:** Renamed APIs:

- JSON-RPC Methods:
- `experimental_grantSession` → `experimental_authorizeKey`
- `experimental_sessions` → `experimental_keys`
- Capabilities:
- `grantSession` → `authorizeKey`
- `revokeSession` → `revokeKey`

5 changes: 5 additions & 0 deletions .changeset/shy-trainers-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"porto": patch
---

**Breaking:** Migrated to new [Account contracts](https://github.com/ithacaxyz/account).
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_ANVIL_FORK_URL=
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ src/_generated
out

# vercel
.vercel

.vercel
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/lib/solady"]
path = contracts/lib/solady
url = https://github.com/Vectorized/solady
[submodule "contracts"]
path = contracts
url = git@github.com:ithacaxyz/account.git
Loading
Loading