Skip to content

Commit

Permalink
chore: refactor to use snake_case in proto (#1396)
Browse files Browse the repository at this point in the history
* chore: refactor to use snake_case in proto to fix mix-use of camelCase and snake_case

* chore: update changelog

(cherry picked from commit 59f7256)

# Conflicts:
#	client/docs/swagger-ui/swagger.yaml
  • Loading branch information
jaeseung-bae committed May 24, 2024
1 parent 9d64c30 commit c104fb3
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54267,49 +54267,6 @@ definitions:

and can't be handled, they will be ignored
description: TxBody is the body of a transaction that all signers sign over.
<<<<<<< HEAD
=======
tendermint.abci.Event:
type: object
properties:
type:
type: string
attributes:
type: array
items:
type: object
properties:
key:
type: string
format: byte
value:
type: string
format: byte
index:
type: boolean
format: boolean
description: 'EventAttribute is a single key-value pair, associated with an event.'
description: >-
Event allows application developers to attach additional information to

ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and
ResponseDeliverTx.

Later, transactions may be queried using these events.
tendermint.abci.EventAttribute:
type: object
properties:
key:
type: string
format: byte
value:
type: string
format: byte
index:
type: boolean
format: boolean
description: 'EventAttribute is a single key-value pair, associated with an event.'
>>>>>>> 59f7256ca (chore: refactor to use snake_case in proto (#1396))
cosmos.upgrade.v1beta1.ModuleVersion:
type: object
properties:
Expand Down

0 comments on commit c104fb3

Please sign in to comment.