Skip to content
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@v0.45.6 #611

Merged
merged 78 commits into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
e269cdc
feat: add get all versions (backport #11124) (#11144)
mergify[bot] Feb 9, 2022
cdaaee3
support debug trace QueryResult (#11148)
yihuang Feb 18, 2022
4455f1e
disable url parameter in swagger-ui page (backport #11202) (#11207)
mergify[bot] Feb 21, 2022
a4fe0fc
feat: Allow to restrict MintCoins from app.go (backport #10771) (#11227)
mergify[bot] Feb 21, 2022
f8167f9
refactor: prune everything (backport #11177) (#11258)
mergify[bot] Feb 23, 2022
cf8551e
feat: min and max operators on coins (backport #11200) (#11249)
mergify[bot] Feb 23, 2022
a1ed16a
feat: include transactions in QueryBlockByHeight (backport #10880) (…
mergify[bot] Feb 24, 2022
05c4d43
fix: reject query with block height in the future (backport #11222) (…
mergify[bot] Feb 25, 2022
521bce6
fix: add concurrency fence on traceContext to avoid data races (backp…
mergify[bot] Feb 8, 2022
9227cfc
fix: x/authz allow insufficient funds error (backport #11252) (#11299)
mergify[bot] Mar 2, 2022
34e3f3c
feat!: Add hooks to allow app modules to add things to state-sync (ba…
mergify[bot] Mar 2, 2022
8bd2b94
Implement rollback command (#11179) (#11314)
mergify[bot] Mar 7, 2022
c6c2985
fix(types): use correct bit length constant for sdk.Dec (backport #11…
mergify[bot] Mar 9, 2022
3c2e787
fix: remove hardcoded pubkey from tx simulation (backport #11282) (#1…
mergify[bot] Mar 10, 2022
4a9353d
fix: cgosecp256k1 verification (backport #11298) (#11360)
mergify[bot] Mar 11, 2022
2aecb56
fix: multisig works with only multisig name as argument, not its addr…
mergify[bot] Mar 11, 2022
10821ed
fix: Update query.go to include pagination for bank q totals (#11355)…
mergify[bot] Mar 15, 2022
6ed1484
feat: add support for spendable balances gRPC query (backport #11417)…
mergify[bot] Mar 27, 2022
d33a8f7
feat: grpc-only mode (backport #11430) (#11460)
mergify[bot] Mar 27, 2022
f8de9f0
feat: add grants by grantee authz query (backport #10944) (#11523)
mergify[bot] Apr 1, 2022
496942d
feat: EIP191 sign mode (backport #11533) (#11545)
mergify[bot] Apr 5, 2022
f6bec44
feat: `ScheduleUpgradeNoHeightValidation` for automated upgrades w/o …
mergify[bot] Apr 8, 2022
c7d9a11
chore: update TM dep (#11562)
alexanderbez Apr 8, 2022
368b870
fix: address confusing error message with SetOrder* functions (#11571…
mergify[bot] Apr 8, 2022
788f47a
build: fix build
dudong2 Jul 26, 2022
05ef05b
check error returned from NewNode (#11624)
jhernandezb Apr 13, 2022
bb4d0a2
feat: add (re)delegation getters (backport #11596) (#11615)
mergify[bot] Apr 13, 2022
66fd823
feat: add vesting util functions (backport #11652) (#11667)
mergify[bot] Apr 18, 2022
510cb76
chore: v0.45.x bump min go version to 1.17 (#11686)
alexanderbez Apr 19, 2022
bf88120
fix: Add validation on create gentx (backport #11693) (#11698)
mergify[bot] Apr 20, 2022
5fddc8a
fix: Added description of how to run the unsafe-reset-all command in …
mergify[bot] Apr 22, 2022
d843304
chore: remove unneeded swagger docs from 0.45 #11745
tac0turtle Apr 25, 2022
00de3c1
fix: data race issues with api.Server (backport #11724) (#11748)
mergify[bot] Apr 25, 2022
63c2afb
updates (#11750)
alexanderbez Apr 25, 2022
07f392f
chore: update vuepress config to reflect new default branch naming (#…
mergify[bot] Apr 26, 2022
5fbdfd2
fix: decrement types.Dec max length to keep decimal bits in DecimalPr…
mergify[bot] Apr 27, 2022
b713855
fix: Bug reading password from a buffer when reader returns EOF (back…
mergify[bot] Apr 27, 2022
9b121fd
refactor: improve error messages (backport #11762) (#11887)
mergify[bot] May 6, 2022
76073b5
feat: add feegrant query to see allowances from a given granter (back…
julienrbrt May 6, 2022
fa26e92
fix: grants by granter pagination `total` (#11813) (#11828)
mergify[bot] May 12, 2022
c21193c
refactor: remove redacted message (backport #11960) (#12002)
mergify[bot] May 20, 2022
319a2e5
fix: index ante events for failed tx (backport: #12013) (#12017)
yihuang May 23, 2022
a85e952
fix: Make rechecking a tx check the sequence number #12060 (#12062)
mergify[bot] May 27, 2022
bf8a7d3
fix: cli `grants-by-grantee`, `grants-by-granter` cmds (backport #119…
mergify[bot] May 27, 2022
d3cbe07
fix: add base account getter (backport #12154) (#12161)
mergify[bot] Jun 6, 2022
a9702ad
refactor: Simplify SimulationManager setup (backport #12153) (#12159)
mergify[bot] Jun 7, 2022
144d442
perf: modify DelegatorSharesInvariant for better performance (#12170)…
mergify[bot] Jun 7, 2022
11af87a
chore: remove direct reliance on staking from slashing (backport #121…
mergify[bot] Jun 7, 2022
a938985
fix(upgrades): perform no-op if 'from' and 'to' migration version are…
mergify[bot] Jun 8, 2022
4250dfb
chore(types): add MustAccAddressFromBech32 util func (backport #12201…
mergify[bot] Jun 9, 2022
c2e06fa
Revert "fix: add base account getter (backport #12154) (#12161)" (#12…
alexanderbez Jun 9, 2022
cee77d4
Update tag.yml
alexanderbez Jun 9, 2022
8936e55
fix: update index of crisis invariant check logs (backport #12208) (#…
mergify[bot] Jun 10, 2022
b16829d
fix: Refactor GetLastCompletedUpgrade [v0.45.x] (#12264)
alexanderbez Jun 15, 2022
bfa3fea
fix: defaultGenTxGas to 10 times (#12314)
hea9549 Jun 21, 2022
a3898d1
fix: edit validator bug from cli (#12317)
likhita-809 Jun 21, 2022
7dc3dda
feat: add query.GenericFilteredPaginated (backport #12253) (#12371)
mergify[bot] Jun 28, 2022
9723c36
refactor: remove new APIs on x/collection (#608)
0Tech Jul 26, 2022
9505081
refactor: remove new APIs on x/token (#609)
0Tech Jul 26, 2022
c5d752a
docs: update outdated events in specs (#602)
0Tech Jul 26, 2022
7291582
feat: apply change of prefix of key name in ostracon (#610)
zemyblue Jul 27, 2022
ada4d8a
chore(deps): Bump github.com/tendermint/tm-db from 0.6.6 to 0.6.7 (#613)
dependabot[bot] Jul 28, 2022
ccdb52a
feat: apply Ostracon's changes that replace `StakingPower` with `Voti…
zemyblue Jul 29, 2022
65cc4eb
chore(deps): Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#…
dependabot[bot] Jul 29, 2022
7004a60
build: fix build
dudong2 Jul 26, 2022
18b9f1d
test: fix test cases
dudong2 Jul 27, 2022
3d2cbec
test: fix lint errors
dudong2 Jul 27, 2022
fdf7609
test: fix TestAppStateDeterminism test
dudong2 Jul 27, 2022
9044152
build: use golang 1.18
dudong2 Jul 27, 2022
92b5004
docs: add swagger file
dudong2 Jul 28, 2022
46bc82c
chore: change pagination flag name 'authorizations' -> 'grants'
dudong2 Jul 28, 2022
c1d1bbd
test: fixes for lint, tparse, runsim, statik due to go 1.18
dudong2 Jul 28, 2022
8ec6d6f
test: add uncovered tests for codecov/patch
dudong2 Jul 28, 2022
4910c39
Merge branch 'main' into dudong2/feat/cosmos-sdk@v0.45.6
dudong2 Aug 1, 2022
2980b34
build: go mod tidy
dudong2 Aug 1, 2022
0b70b74
Merge branch 'main' into dudong2/feat/cosmos-sdk@v0.45.6
dudong2 Aug 2, 2022
b536fc9
Merge branch 'main' into dudong2/feat/cosmos-sdk@v0.45.6
dudong2 Aug 2, 2022
def729b
chore: change panic to require.NoError
dudong2 Aug 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into dudong2/feat/cosmos-sdk@v0.45.6
  • Loading branch information
dudong2 committed Aug 1, 2022
commit 4910c394927fafe4f5bc7bc690c23f663506e61e
4 changes: 2 additions & 2 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

72 changes: 1 addition & 71 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require (
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/iavl v0.17.3
github.com/cosmos/ledger-cosmos-go v0.11.1
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b
github.com/go-kit/kit v0.12.0
github.com/gogo/gateway v1.1.0
Expand Down Expand Up @@ -58,79 +59,8 @@ require (
)

require (
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
github.com/Workiva/go-datastructures v1.0.52 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/coniks-sys/coniks-go v0.0.0-20180722014011-11acf4819b71 // indirect
github.com/cosmos/gorocksdb v1.2.0 // indirect
github.com/cosmos/ledger-go v0.9.2 // indirect
github.com/danieljoos/wincred v1.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/gtank/merlin v0.1.1 // indirect
github.com/gtank/ristretto255 v0.1.2 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/herumi/bls-eth-go-binary v0.0.0-20220509081320-2d8ab06de53c // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/lib/pq v1.10.6 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/line/tm-db/v2 v2.0.0-init.1.0.20220121012851-61d2bc1d9486 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/r2ishiguro/vrf v0.0.0-20180716233122-192de52975eb // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.3.0 // indirect
github.com/tendermint/tendermint v0.34.14 // indirect
github.com/zondax/hid v0.9.0 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.6 // indirect
)

replace (
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.