Skip to content

Commit

Permalink
Delegate created subject (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
gov-dmitry authored Dec 6, 2024
1 parent bb2eb8a commit 18d2687
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.8] - 2024-12-06

### Added
- Delegate created subject

## [0.3.7] - 2024-10-25

### Added
Expand Down
1 change: 1 addition & 0 deletions events/core/delegates.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
)

const (
SubjectDelegateCreated = "core.delegates.created"
SubjectDelegateCreateProposal = "core.delegates.create_proposal"
SubjectDelegateVotingVoted = "core.delegates.voting.voted"
SubjectDelegateVotingSkipVote = "core.delegates.voting.skip_vote"
Expand Down

0 comments on commit 18d2687

Please sign in to comment.