Skip to content

Commit

Permalink
fix: use gogofaster plugin (backport #795) (#798)
Browse files Browse the repository at this point in the history
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
  • Loading branch information
3 people committed Jul 18, 2023
1 parent 744f87d commit 633397c
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 @@ -6,6 +6,7 @@

- [#654](https://github.com/cosmos/iavl/pull/654) Add API `TraverseStateChanges` to extract state changes from iavl versions.
- [#726](https://github.com/cosmos/iavl/pull/726) Make `KVPair` and `ChangeSet` serializable with protobuf.
- [#795](https://github.com/cosmos/iavl/pull/795) Use gogofaster buf plugin.

## 0.20.0 (March 14, 2023)

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 633397c

Please sign in to comment.