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

Incorrect indexed transactions #2201

Closed
gershido opened this issue Sep 2, 2024 · 1 comment
Closed

Incorrect indexed transactions #2201

gershido opened this issue Sep 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gershido
Copy link

gershido commented Sep 2, 2024

Describe the bug
Transaction was successfully executed, but Arbitrum's transaction service shows that the proposal was cancelled. Instead, there's a new transaction that is shown as executed by the service, although it wasn't. This transaction also shows an incorrect owner address in one of the confirmations.

To Reproduce
Steps to reproduce the behavior:

  1. Do GET on https://safe-transaction-arbitrum.safe.global/api/v1/multisig-transactions/161EA0BDED794C84AFA87878DE4E8B45C3950989717E07AAEED4A41311AC41AD/
  2. The result shows that this transaction wasn't executed, but here you can see the successful transaction with the same safeTxHash:
    https://arbiscan.io/tx/0x06c36d4ebde377a96e0f5873ef8fa7e964b6d8afae860598257777954ef330bf#eventlog
Screenshot 2024-09-02 at 23 15 44
  1. Do GET on https://safe-transaction-arbitrum.safe.global/api/v1/multisig-transactions/0x5161f6d78a10a24b0ec43a8fa15df44830b537f42476653363f3ce6b59b901a2/
    This safeTxHash is shown as executed, although it wasn't, and it includes an incorrect owner on its first confirmation.

Expected behavior
There should be only one executed safeTxHash, which is 161EA0BDED794C84AFA87878DE4E8B45C3950989717E07AAEED4A41311AC41AD, executed in transaction 0x06c36d4ebde377a96e0f5873ef8fa7e964b6d8afae860598257777954ef330bf on Arbitrum.

Environment (please complete the following information):

  • production
  • Arbitrum
  • iOS
  • chrome

Additional context
Here are the respective transactions as shown in the Safe App:

  1. https://app.safe.global/transactions/tx?safe=arb1:0x58Fab6d931B5a7C38B2E428D6cFEa7F071a1a225&id=multisig_0x58Fab6d931B5a7C38B2E428D6cFEa7F071a1a225_0x161ea0bded794c84afa87878de4e8b45c3950989717e07aaeed4a41311ac41ad
  2. https://app.safe.global/transactions/tx?safe=arb1:0x58Fab6d931B5a7C38B2E428D6cFEa7F071a1a225&id=multisig_0x58Fab6d931B5a7C38B2E428D6cFEa7F071a1a225_0x5161f6d78a10a24b0ec43a8fa15df44830b537f42476653363f3ce6b59b901a2
@gershido gershido added the bug Something isn't working label Sep 2, 2024
@Uxio0
Copy link
Member

Uxio0 commented Sep 27, 2024

Thanks for the detailed report. This should be fixed with the last version of the service we deployed yesterday. Please let us know if the bug still persists

@Uxio0 Uxio0 closed this as completed Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants