Fix creating actor for shared deploy TX #180

Open
opened 2025-12-28 18:08:47 +00:00 by sami · 0 comments
Owner

Originally created by @carpawell on GitHub (Jul 15, 2024).

There was a bug with reading the shared transaction, signing it, and changing signer in the original actor: https://github.com/nspcc-dev/neofs-contract/pull/417.

Current Behavior

It was hotfixed.

Expected Behavior

A correct actor with a correct original sender should be created first. It should be rechecked and checked if there are other places with incorrect actor usage.

Possible Solution

Use a signer from the shared TX. Check that signature is correct and deploy passes.

Originally created by @carpawell on GitHub (Jul 15, 2024). <!-- Provide a general summary of the issue in the Title above --> There was a bug with reading the shared transaction, signing it, and changing signer in the original actor: https://github.com/nspcc-dev/neofs-contract/pull/417. ## Current Behavior It was hotfixed. ## Expected Behavior A correct actor with a correct original sender should be created first. It should be rechecked and checked if there are other places with incorrect actor usage. ## Possible Solution Use a signer from the shared TX. Check that signature is correct and deploy passes.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-contract#180
No description provided.