Skip to content

Commit

Permalink
Merge pull request #28 from bianjieai/cyl/v0.47.12-irita
Browse files Browse the repository at this point in the history
feat: v0.47.12 cherry pick sm2
  • Loading branch information
cyilong authored Jul 1, 2024
2 parents d684290 + f1d0032 commit 8699399
Show file tree
Hide file tree
Showing 38 changed files with 2,283 additions and 110 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=sim \
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT) \
-X "github.com/cosmos/cosmos-sdk/version.BuildTags=$(build_tags_comma_sep)" \
-X github.com/cometbft/cometbft/version.TMCoreSemVer=$(TMVERSION)
-X github.com/cometbft/cometbft/version.TMCoreSemVer=$(TMVERSION) \
-X github.com/cometbft/cometbft/crypto/algo.Algo=sm2


# DB backend selection
Expand Down
94 changes: 77 additions & 17 deletions api/cosmos/auth/v1beta1/auth.pulsar.go

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

Loading

0 comments on commit 8699399

Please sign in to comment.