Skip to content

Commit

Permalink
fix: use gogofaster plugin (#795)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <[email protected]>
  • Loading branch information
mmsqe and tac0turtle authored Jun 29, 2023
1 parent 6a1154a commit d6844ac
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 173 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
### Bug Fixes

- [#773](https://github.com/cosmos/iavl/pull/773) Fix memory leak in `Import`.
- [#795](https://github.com/cosmos/iavl/pull/795) Fix plugin used for buf generate.

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ managed:
go_package_prefix:
default: github.com/cosmos/iavl/proto
plugins:
- plugin: buf.build/protocolbuffers/go
- name: gogofaster
out: proto
opt: paths=source_relative
Loading

0 comments on commit d6844ac

Please sign in to comment.