-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: bump up cosmos [email protected] #783
Merged
dudong2
merged 62 commits into
Finschia:rc9/v0.46.0
from
dudong2:dudong2/feat/[email protected]
Nov 21, 2022
Merged
Changes from 56 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
dd303f4
fix: update x/mint parameter validation (backport #12384) (#12396)
mergify[bot] f79440f
chore: optimize get last completed upgrade (#12268)
robert-zaremba 8400625
fix: Simulation is not deterministic due to GenTx (backport #12374) (…
adu-web3 cd576d7
fix: use go install instead of go get in makefile (#12435)
julienrbrt abfb005
chore: fumpt sdk v45 series #12442
faddat e0179be
feat: Move AppModule.BeginBlock and AppModule.EndBlock to extension i…
mergify[bot] e41d7cd
feat: add message index event attribute to authz message execution (b…
mergify[bot] bee2746
chore(store): upgrade iavl to v0.19.0 (backport #12626) (#12697)
mergify[bot] 081106a
feat: Add `GetParamSetIfExists` to prevent panic on breaking param ch…
fedekunze ac4886e
feat: Add convenience method for constructing key to access account's…
mergify[bot] e17c69a
chore: bump tm in 0.45.x (#12784)
tac0turtle dc1ceb6
chore: 0.45.7 changelog prep (#12821)
tac0turtle 263ef5e
docs(staking): typo in staking/state (backport #12834) (#12836)
mergify[bot] 4f852dd
chore: fee payer event (backport #12850) (#12856)
mergify[bot] 4362a52
chore: changelog update (backport #12859) (#12862)
mergify[bot] 2df8bc6
fix: Use fixed length hex for pointer at FwdCapabilityKey (backport #…
yihuang 49bf1ee
feat: deterministic map iteration (backport #12781) (#12944)
mergify[bot] f140302
chore: bump tendermint to `0.34.21` and iavl to `0.19.1` (#12970)
julienrbrt d477274
fix: proper error when parsing telemetry configuration (backport #129…
mergify[bot] 17f314c
ci: fix release notes not populated by goreleaser (#13019)
mergify[bot] 0efebd9
fix: missing return statement in BaseApp.Query (backport #13046) (#13…
mergify[bot] 6ea09cb
chore: v0.45.8 release changelog (#13053)
julienrbrt 21f2b6b
fix: call `SetIAVLCacheSize` with the configured value in simapp (bac…
mergify[bot] a02979d
feat: Add a cli cmd to prune old states according to current settings…
mergify[bot] d32022d
fix: rollback command don't actually delete multistore versions (back…
yihuang a276eda
fix: make linting work on 45 (#13185)
faddat 5dc8b40
feat: configurable fastnode (backport #13321) (#13338)
mergify[bot] c37d9c8
fix: ensure withdraw_rewards events are always emitted on reward with…
mergify[bot] 49cb9f4
imp(keyring): improve UX for keyring.List (#13369)
fedekunze c0e06d0
feat: ADR-038 Part 2: StreamingService interface, file writing implem…
yihuang 819ee4d
feat: gRPC query for operator and chain configuration (backport #1348…
mergify[bot] 8eb0635
chore: CHANGELOG update (backport #13536) (#13538)
mergify[bot] 44f279c
refactor: Improve AllocateTokens (backport #13524) (#13527)
mergify[bot] 822ecf5
chore: make iavl fast node migration off by default (#13540)
tac0turtle 24f54b0
Merge pull request from GHSA-3qp7-gj37-g9rx
ebuchman 4ad3a21
fix: move ics23 to correct folder (#13549)
aaronc 191c8d8
fix: fix liveness tests #13551
ValarDragon 08eafce
feat: add `GenSignedMockTx` (#13557)
julienrbrt 1a8b7f1
fix: fix `make proto-gen` (#13564)
julienrbrt 8563283
feat: [REDO] gRPC query for operator and chain configuration (backpor…
alexanderbez 9fab156
chore: bump tendermint to `0.34.22` (#13585)
julienrbrt 9a562b2
fix: (v0.45.x) regression in return value of WithdrawDelegationReward…
nddeluca ced46b3
fix(server): v0.45.x Populate the PruningKeepEvery config entry in Ge…
SpicyLemon 3b4afa3
feat(cli): add module-account cli cmd and grpc get api (backport #136…
mergify[bot] c0b3a4e
chore: prepare 0.45.10 changelog (#13624)
julienrbrt db50658
update proto
dudong2 b071e7f
fix build
dudong2 fc22bb2
fix test
dudong2 44e57d8
chore: change default value of iavl-disable-fastnode to true
dudong2 ef6d4c4
test: remove TestCacheKVConcurrency
dudong2 fdbcc4b
chore: fix test build
dudong2 121a43e
docs: add changelog
dudong2 d550c31
Merge branch 'rc9/v0.46.0' into dudong2/feat/[email protected]
dudong2 b9ac7df
chore: apply pr reviews
dudong2 a9f3751
chore: remove awkward new line in comment
dudong2 92112b8
fix: lint error
dudong2 725aaad
chore: add cosmos.base.node.v1beta1.Service/Config for REST api
dudong2 7576587
chore: apply pr reviews
dudong2 f0aacab
Merge branch 'rc9/v0.46.0' into dudong2/feat/[email protected]
dudong2 f188296
chore: fix lint files
dudong2 b733391
feat: revert ostracon/abci/types.proto
dudong2 8686cc6
Merge remote-tracking branch 'lbm-sdk-upstream/rc9/v0.46.0' into dudo…
dudong2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Lint | ||
# Lint runs golangci-lint over the entire cosmos-sdk repository | ||
# This workflow is run on every pull request and push to main | ||
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed. | ||
env: | ||
GOPRIVATE: "github.com/line/*" | ||
on: | ||
push: | ||
tags: | ||
- v* | ||
branches: | ||
- main | ||
- rc*/* | ||
- release/* | ||
jobs: | ||
golangci: | ||
name: golangci-lint | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 6 | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.18 | ||
- uses: actions/checkout@v3 | ||
- uses: technote-space/[email protected] | ||
with: | ||
PATTERNS: | | ||
**/**.go | ||
go.mod | ||
go.sum | ||
- uses: golangci/golangci-lint-action@master | ||
with: | ||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. | ||
version: v1.47.2 | ||
args: --timeout 10m | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
if: env.GIT_DIFF | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
run: go version | ||
- name: install tparse | ||
run: | | ||
export GO111MODULE="on" && go install github.com/mfridman/[email protected] | ||
go install github.com/mfridman/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
path: ~/go/bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
*.swm | ||
*.swn | ||
*.pyc | ||
.dccache | ||
|
||
# private files | ||
private[.-]* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this file exist?