Skip to content

Commit

Permalink
Merge branch 'main' into apply_change_protos
Browse files Browse the repository at this point in the history
* main:
  feat!: add MultiSend deactivation (Finschia#876)
  chore(deps): Bump github.com/gogo/protobuf in /ics23/go (Finschia#816)
  fix: do not create account on x/token,collection (Finschia#866)
  fix!: update x/collection,token proto (Finschia#863)

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
zemyblue committed Feb 6, 2023
2 parents 8811734 + a7557b1 commit 4c7a10d
Show file tree
Hide file tree
Showing 80 changed files with 4,793 additions and 6,250 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Bug Fixes
* (client) [\#817](https://github.com/line/lbm-sdk/pull/817) remove support for composite (BLS) type

* (x/foundation) [#834](https://github.com/line/lbm-sdk/pull/834) Apply foundation audit
* (x/collection,token) [#849](https://github.com/line/lbm-sdk/pull/849) Introduce codespace into x/collection,token
* (x/foundation) [\#834](https://github.com/line/lbm-sdk/pull/834) Apply foundation audit
* (x/collection,token) [\#849](https://github.com/line/lbm-sdk/pull/849) Introduce codespace into x/collection,token
* (x/token,collection) [\#863](https://github.com/line/lbm-sdk/pull/863) Update x/collection,token proto
* (x/collection,token) [\#866](https://github.com/line/lbm-sdk/pull/866) Do not create account on x/token,collection

### Removed
* [\#853](https://github.com/line/lbm-sdk/pull/853) remove useless stub BeginBlock, EndBlock methods from modules below
Expand All @@ -59,8 +60,9 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Breaking Changes
* (rest) [\#807](https://github.com/line/lbm-sdk/pull/807) remove legacy REST API
* (codec) [#833](https://github.com/line/lbm-sdk/pull/833) Fix foundation amino codec
* (codec) [\#833](https://github.com/line/lbm-sdk/pull/833) Fix foundation amino codec
* (ostracon) [\#869](https://github.com/line/lbm-sdk/pull/869) apply changes to replace Ostracon proto message with Tendermint
* (x/bank) [\#876](https://github.com/line/lbm-sdk/pull/876) Add `MultiSend` deactivation

### Build, CI
* (ci) [\#829](https://github.com/line/lbm-sdk/pull/829) automate release process
Expand Down
6 changes: 4 additions & 2 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@
"Approvers": "TokenApprovers",
"Supply": "TokenSupply",
"Minted": "TokenMinted",
"Burnt": "TokenBurnt"
"Burnt": "TokenBurnt",
"Contract": "TokenContract"
}
}
},
Expand All @@ -148,7 +149,8 @@
"AllBalances": "CollectionAllBalances",
"GranteeGrants": "CollectionGranteeGrants",
"Approved": "CollectionApproved",
"Approvers": "CollectionApprovers"
"Approvers": "CollectionApprovers",
"Contract": "CollectionContract"
}
}
},
Expand Down
9 changes: 5 additions & 4 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 4c7a10d

Please sign in to comment.