Skip to content

Commit

Permalink
Merge pull request #133 from dipdup-io/CLS-92-add-ibc-events
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Oct 14, 2023
2 parents 17cf185 + 8aba615 commit ef2e6e5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
8 changes: 6 additions & 2 deletions cmd/api/docs/docs.go

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

8 changes: 6 additions & 2 deletions cmd/api/docs/swagger.json

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

4 changes: 4 additions & 0 deletions cmd/api/docs/swagger.yaml

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

5 changes: 4 additions & 1 deletion internal/storage/types/event_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ package types
proposal_deposit,
submit_proposal,
cosmos.authz.v1beta1.EventGrant
cosmos.authz.v1beta1.EventGrant,
send_packet,
ibc_transfer
)
*/
//go:generate go-enum --marshal --sql --values
Expand Down
8 changes: 8 additions & 0 deletions internal/storage/types/event_type_enum.go

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

0 comments on commit ef2e6e5

Please sign in to comment.