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

#730 x/act rename rule to template #827

Merged
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* (x/act) Introduce Votes and Approve/Reject expressions for Actions
* (x/act) Add expected expressions to MsgAddAction
* (x/act) Set approve/reject expressions in MsgNewAction. Change rules registry to keep approve/reject expressions.
* (x/act) Rename `Rule` to `Template`

### Features (non-breaking)

Expand Down
165 changes: 83 additions & 82 deletions api/warden/act/v1beta1/action.pulsar.go

Large diffs are not rendered by default.

424 changes: 212 additions & 212 deletions api/warden/act/v1beta1/events.pulsar.go

Large diffs are not rendered by default.

119 changes: 60 additions & 59 deletions api/warden/act/v1beta1/genesis.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading