Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Z 215 activation #187

Merged
merged 32 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9d93766
refactor(contracts,lib): signature validation and typed data hashing
hbriese Jan 9, 2024
55adaaf
feat(contracts): allow refunding the deployer when deploying an accou…
hbriese Jan 9, 2024
7176d79
test(contracts): DeploymentRefunder tests
hbriese Jan 9, 2024
7931630
chore(contracts): update deps
hbriese Jan 9, 2024
b95752d
chore: update abitype, viem and remove patch
hbriese Jan 9, 2024
280cf4a
refactor(api): account activation handling
hbriese Jan 9, 2024
12d7ab7
fix(api): sentry profiling
hbriese Jan 10, 2024
0f2913c
perf(api): corectly type event log data and remove unnecessary additi…
hbriese Jan 10, 2024
940d72a
misc(api): ignore .cpuprofile files
hbriese Jan 10, 2024
5c797c7
fix(api): linking tokens ttl not being set
hbriese Jan 10, 2024
d3ebe19
perf(api): improve events processor performance by tracking block times
hbriese Jan 11, 2024
fc7d503
feat(api): actvate account when executing first transaction
hbriese Jan 11, 2024
f8593e8
feat(api,app): track activation fee and account credit
hbriese Jan 12, 2024
7cea9bb
fix(api): SIWE message verification error not being passed as Unautho…
hbriese Jan 13, 2024
3ebd492
fix(app): update fee token mutation
hbriese Jan 14, 2024
56c7f4e
fix(api): show transactions as executing as soon as the flow starts
hbriese Jan 15, 2024
767ce8c
fix(api): wait for pricefeed update to be confirmed before executing …
hbriese Jan 15, 2024
f03fa4b
fix(contracts): incorrect paymaster token conversion
hbriese Jan 15, 2024
9e2fcd8
refactor(api): apply db migrations with fly release_command
hbriese Jan 22, 2024
6d4ab25
test(contracts): PriceOracle
hbriese Jan 23, 2024
fe63126
chore(contracts): update zksolc version and redeploy contracts
hbriese Jan 23, 2024
2f18d49
fix(api): activation fees being completely discounted
hbriese Jan 24, 2024
93ea03f
fix(app): show activation fee as negative
hbriese Jan 24, 2024
8651d31
feat(app): show error message when proposal fails
hbriese Jan 24, 2024
22e2cb8
fix(api): subscription authorization connection param being ignored w…
hbriese Jan 24, 2024
1fd6e56
feat(app): persist getting started expansion (closed by default)
hbriese Jan 24, 2024
474c9a6
feat(app): reduce request policy TLL to 30s
hbriese Jan 24, 2024
ca45550
chore(api): db migration
hbriese Jan 24, 2024
89ce81a
tests(api): fix tests
hbriese Jan 24, 2024
4166e45
test(api): run tests db migration without dev-mode by default
hbriese Jan 24, 2024
2599a2f
chore: upgrade to edgedb 4.4
hbriese Jan 24, 2024
4f74e1f
refactor: remove DeploymentRefunder
hbriese Jan 24, 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
Prev Previous commit
Next Next commit
misc(api): ignore .cpuprofile files
hbriese committed Jan 10, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
hbriese Hayden Briese
commit 940d72a04dd0e5c7ddc80fa11411fe07f39a8a8e
1 change: 1 addition & 0 deletions api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.cpuprofile