Skip to content

Add the origin AccountId to StakeAdded and StakeRemoved events #311

@vstam1

Description

@vstam1

Is your feature request related to a problem? Please describe.

Currently the StakeAdded/Removed events do not list the origin that initiated the stake add or removal action. This makes it hard to track staking action based on events and requires a link to the actual extrinsic triggering this event.

Describe the solution you'd like

Add the origin's AccountId to these events. The information is already available in the functions emitting the events, so it should be as simple as adding another field to the Events tuple.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

red teamfeature development, etc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions