Commit Graph

3 Commits

Author SHA1 Message Date
tomiir
9439c9af54
feat: Smart Account relay connection + paymaster base (#351)
* feat: added Goerli smart accounts

* chore: remove viem version modifier. Split useSmartAccount usage into multiliune

* feat: fix error handling

* feat: added smart wallets to proposal modal

* feat: added paymasters to be able to freely transact on testnet with Pimlico sponsorship. Serialize SA addresses in relay response

* feat: adapted SmartWalletLib interface to be able to use same methods as EIP155Lib. Hooked up all operations on EIP155RequestHandler to smart accounts.

* chore: remove logs

* feat: added spinner to modal footer. Use it when handling eip155 requests

* feat: added sponsorship toggle in settings

* feat: upgraded to permissionless@0.0.16

* fix: conflicts after merge

* chore: unify loaders

* chore: kristoph refactor + multi chain support

* fix: chain Id issue. remove unused logs
2024-02-01 16:23:32 -06:00
Andrius Bačianskas
68c95a9196
Main build fix and error message (#439)
* fix(quota): api showing outdated results

* removed missing module imports

* better error messaging on smart account creation (#438)

* feat: removes tezos & cosmos

---------

Co-authored-by: Derek <alexanderderekrein@gmail.com>
Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2024-02-01 12:40:49 +02:00
tomiir
61b181b9d4
feat: Goerli Smart Accounts. (#347)
* feat: added Goerli smart accounts

* chore: remove viem version modifier. Split useSmartAccount usage into multiple lines

* feat: fix error handling
2023-12-14 11:55:20 -06:00