-
Notifications
You must be signed in to change notification settings - Fork 271
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
Ownership change events after setup within same tx not being picked up #1635
Comments
To give a little bit more context: When a safe proxy is created with Given the owner of the safe proxy is a contract, the signature generation follows EIP-1271, i.e. What we've observed is that, for the said proxy creation call, in the safe-transaction-service, only |
Maybe is related with the contract version, we are currently working adding support for 1.4.1 version #1433 |
As @moisses89 states, it would be important also to know what versions are you using of the contracts, as service should not have any problem detecting owner swap |
Could you provide more feedback about this issue? |
Hi there. Sorry that the thread got lost. We use contracts of v1.4.1 |
Sorry for the delay guys. I see that the issue is resolved now so I will go ahead and close the ticket. Please let us know if you are still experiencing any issues 🙏 |
We are experiencing issues deploying Safe instances through our factory contract. Here is an example:
https://gnosisscan.io/tx/0x66425f06902a0ffc50d041599e60830d94d666c433e603095d03fca5897673b7#eventlog
The problem is that the tx service endpoint
/owners/MY_ACCOUNT/safes
won't return the newly created Safe. We tracked down the issue further and believe the problem lies in the switch of ownership during the deployment. This does not seem to be picked up by the indexer and it continues to "believe" the Safe is owned by our factory contract.The text was updated successfully, but these errors were encountered: