[General] Error With AAtransactions #881
-
Team or ProjectNo response EnvironmentTestnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.I'm trying to send a transaction with the AA, but no matter what it seems i get everytime this error: i have no clue why it gets this error because yesterday it doesn't gave me this error on the same code i'm running now, you can find the code at https://github.com/Cyfrin/minimal-account-abstraction and i'm trying to execute "Make sendTx" on the base repo. i also wanted to ask if you can point me to some tutorial about sending transactions with AA because cyfrin's tutorial is the only one i found : https://www.youtube.com/watch?v=mmzkPz71QJs Repo Link (Optional)https://github.com/Cyfrin/minimal-account-abstraction Additional Detailsi can however execute the deploy of the minimal account |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
Hello! It's hard to tell what exactly goes wrong based on the information provided. Please describe the actions you do (e.g. how you deploy the account, which environment do you use, etc), and share the logs for the corresponding actions. As a general feedback, this error means that during transaction validation account attempted to call some contract that is not deployed. The reasons for that may vary. I've taken a look at the repository, and looks like that the script for As of other tutorials, you can check the following ones: |
Beta Was this translation helpful? Give feedback.
OK i found the issue, it seems i found a strange behaviour for the native account abstractions, it seems that with new accounts everything works as intended, but with older AA accounts it seems that the minimal ZK address is like vanishhed, i don't know if this beahviour is intended or it's a bug