Skip to content

Commit

Permalink
Merge branch 'main' into ryan/bridge-event-owner
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Nov 22, 2022
2 parents 1b2e7c8 + 116e9fa commit 7b0b92f
Show file tree
Hide file tree
Showing 63 changed files with 5,482 additions and 1,265 deletions.
4 changes: 4 additions & 0 deletions .protolint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
lint:
directories:
# exclude all generated third party proto files
exclude:
- third_party
rules:
# ignore max line length conflicting with proto-format
remove:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1467](https://github.com/regen-network/regen-ledger/pull/1467) Add `ClassFee` state validation checks
- [#1467](https://github.com/regen-network/regen-ledger/pull/1467) Add `BasketFee` state validation checks
- [#1484](https://github.com/regen-network/regen-ledger/pull/1484) Add `Msg/UpdateCurator`
- [#1623](https://github.com/regen-network/regen-ledger/pull/1623) Add `Msg/UpdateBatchMetadata`
- [#1625](https://github.com/regen-network/regen-ledger/pull/1625) Add `reason`/`retirement_reason`
- [#1626](https://github.com/regen-network/regen-ledger/pull/1626) Add `owner` to `EventBridge`

#### Changed
Expand Down
217 changes: 148 additions & 69 deletions api/regen/ecocredit/basket/v1/tx.pulsar.go

Large diffs are not rendered by default.

252 changes: 166 additions & 86 deletions api/regen/ecocredit/marketplace/v1/tx.pulsar.go

Large diffs are not rendered by default.

723 changes: 639 additions & 84 deletions api/regen/ecocredit/v1/events.pulsar.go

Large diffs are not rendered by default.

2,258 changes: 1,727 additions & 531 deletions api/regen/ecocredit/v1/tx.pulsar.go

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions api/regen/ecocredit/v1/tx_grpc.pb.go

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

Loading

0 comments on commit 7b0b92f

Please sign in to comment.