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

refactor(x/gov): expedited proposals parameter migrations #12790

Closed
wants to merge 260 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
260 commits
Select commit Hold shift + click to select a range
0ab5726
fix: start GRPCWebServer in goroutine (backport #9704) (#9719)
mergify[bot] Jul 19, 2021
7fcc409
docs: add chain upgrade guide v0.43 (backport #9567) (#9725)
mergify[bot] Jul 20, 2021
b8cb68b
perf(grpcweb): remove useless HTTP HandlerFun wrapping (#9711) (#9721)
mergify[bot] Jul 20, 2021
9fd720e
fix: support output flag on tx commands (backport #9717) (#9771)
mergify[bot] Jul 26, 2021
9cd4e58
feat: TxRaw must follow ADR 027 (#9743) (#9754)
mergify[bot] Jul 27, 2021
b402d1c
refactor: Improve txRaw decoder code (backport #9769) (#9779)
mergify[bot] Jul 27, 2021
e7c5f6b
feat: Query txs by signature and by address+seq (backport #9750) (#9782)
mergify[bot] Jul 27, 2021
db3e033
feat: Low-s normalization for ecdsa secp256r1 signing (#9738) (#9793)
mergify[bot] Jul 27, 2021
a2133ef
docs: fix cosmovisor quickstart (backport #9730) (#9789)
mergify[bot] Jul 28, 2021
d5b0f3a
docs: Update baseapp.md and tx-lifecycle.md (#9792) (#9802)
mergify[bot] Jul 28, 2021
c6d03f7
fix: Cap Initialization Fix (forward-port #9392) (#9805)
mergify[bot] Jul 28, 2021
3daccc9
chore: added changelog for 9793 (secp256r1 tx malleability) (backport…
mergify[bot] Jul 28, 2021
b561931
fix: hardcoded ledger algo on `keys add` (backport #9766) (#9803)
mergify[bot] Jul 28, 2021
4ebcae6
fix: feegrant grant cli bug (backport #9720) (#9733)
mergify[bot] Jul 30, 2021
59b1004
feat: Improve withdraw-all-rewards UX (backport #9781) (#9824)
mergify[bot] Aug 2, 2021
6137324
fix!: update gentx val pub key input parsing (backport #9827) (#9833)
mergify[bot] Aug 2, 2021
838269b
fix: fixed missing coin denomination in msg server logs (backport #97…
mergify[bot] Aug 4, 2021
650ccdb
fix!: Capability Issue on Restart, Backport to v0.43 (backport #9836)…
mergify[bot] Aug 4, 2021
e609415
style(capability)!: update go doc comments and remove BeginBlocker (b…
mergify[bot] Aug 4, 2021
0054c40
chore: Changelog and Release Notes for 0.43.0-rc3 (#9801)
amaury1093 Aug 5, 2021
1afd470
refactor: update default pruning strategy (#9859) (#9863)
mergify[bot] Aug 6, 2021
118d57b
chore: add missing changelog entry from #9859 (backport #9867) (#9871)
mergify[bot] Aug 6, 2021
3f8596c
chore: v0.43.0 Changelog and Release Notes (#9886)
amaury1093 Aug 10, 2021
a804449
feat: add tx fee event (backport #9860) (#9887)
mergify[bot] Aug 10, 2021
4b2b306
fix: file keyring fails to add/import/export keys when input is not s…
mergify[bot] Aug 12, 2021
c1e02c6
chore: Deprecate QueryUpgradedConsensusState (#9906) (#9909)
mergify[bot] Aug 12, 2021
58b40fd
chore: Update STABLE_RELEASES for 0.43 (#9931) (#9943)
mergify[bot] Aug 16, 2021
8dfe627
fix: Fix CLI query tx docs for acc/seq (#9942) (#9950)
mergify[bot] Aug 17, 2021
d60c934
build(deps): bump TM to v0.34.12 (backport #9956) (#9960)
mergify[bot] Aug 17, 2021
370134c
fix(build): set a right version for the app (backport #9965) (#9967)
mergify[bot] Aug 18, 2021
0155244
refactor: Move some methods inside TX Factory (backport #9421) (#10039)
mergify[bot] Aug 31, 2021
c1fc2a3
fix: remove legacy REST endpoints for broadcast & encode (v0.44.x) (#…
clevinson Sep 1, 2021
ce52de7
fix!: Remove onlyAminoSigners in sequence check (backport #10029) (#1…
mergify[bot] Sep 1, 2021
ccc5245
chore: release v0.44 (#10048)
robert-zaremba Sep 1, 2021
59a4952
chore: revert TxFactory changes (#10053)
robert-zaremba Sep 1, 2021
b372f4c
fix: minimum-gas-price warning (#10071)
ryanchristo Sep 7, 2021
15769f2
chore: remove incorrect EOL date for v0.42 (#10078)
clevinson Sep 9, 2021
d185a78
docs: clarify grpc server (#9761) (#10101)
mergify[bot] Sep 9, 2021
5f97313
docs: update to v0.44 version tag (#10069) (#10099)
mergify[bot] Sep 10, 2021
8f49499
docs: update to v0.44 migration (backport #10070) (#10129)
mergify[bot] Sep 13, 2021
6cfa58f
fix: Allow --home to propagate to init command (backport #10104) (#10…
mergify[bot] Sep 15, 2021
000c17b
fix: rosetta server boot and add burn event type to pass check:data (…
mergify[bot] Sep 16, 2021
cbc164a
perf: Speedup coins.AmountOf() by removing many regex calls (backport…
mergify[bot] Sep 16, 2021
4831870
fix: Update RequestInitChain in Simulations (#10171)
mergify[bot] Sep 16, 2021
fcaff72
fix: unmarshalling issue with multisig keys in master (backport #1006…
mergify[bot] Sep 16, 2021
1e4f561
fix: use keyring in config for add-genesis-account cmd (backport #996…
mergify[bot] Sep 16, 2021
3ee7099
fix(CI): add golangci-lint to dependencies (#10112) (#10172)
robert-zaremba Sep 16, 2021
7330f38
fix!: update ABCI query to use request height (backport #9879) (#10185)
mergify[bot] Sep 16, 2021
b4d7c1f
fix: Incorrect error message when periodlimit is not set on a feegran…
mergify[bot] Sep 16, 2021
22a4f50
perf: Make CacheKV store interleaved iterator and insertion not O(n^2…
mergify[bot] Sep 16, 2021
6bc72e7
chore: bump IAVL version (backport #10040) (#10154)
mergify[bot] Sep 17, 2021
cded906
perf: Remove telemetry from wrappings of store (backport #10077) (#10…
mergify[bot] Sep 17, 2021
37f5069
fix: revert \#10169 (amino multisig key unmarshalling) (#10193)
robert-zaremba Sep 18, 2021
89be5a2
fix: removed potential sources of non-determinism in upgrades (backpo…
mergify[bot] Sep 29, 2021
8a73b26
chore: v0.44.1 release notes and changelog (#10261)
amaury1093 Sep 29, 2021
fece3f0
fix: --home flag parsing (backport #10226) (#10271)
mergify[bot] Oct 4, 2021
7a03a18
fix!: remove grpc query routing through tendermint (backport #10045) …
mergify[bot] Oct 4, 2021
64cc3a7
chore: [x/feegrant] remove unnecessary logging in simulation (backpor…
mergify[bot] Oct 5, 2021
f11689b
fix: null guard for tx fee amounts (backport #10327) (#10342)
mergify[bot] Oct 12, 2021
5b79b76
perf: Only do memory allocation when zero coin is found (backport #10…
mergify[bot] Oct 14, 2021
a1521fd
build(deps): bump github.com/tendermint/tendermint from 0.34.13 to 0.…
mergify[bot] Oct 15, 2021
6079fe1
fix!: store/cachekv: reduce growth factor for iterator ranging using …
mergify[bot] Oct 15, 2021
f537f99
chore: backport release-v0.44.2 (#10349)
robert-zaremba Oct 15, 2021
c55b241
fix: rosetta `getHeight` function to use tmRPC.GenesisChunked() inste…
mergify[bot] Oct 20, 2021
0592ba6
build: Update gin-gonic/gin to v1.7.0 (backport #10401) (#10410)
mergify[bot] Oct 21, 2021
b75c29f
chore: v0.44.3 release notes and changelog (#10416)
amaury1093 Oct 22, 2021
7b0b6e0
docs: add ibc migration docs in migration docs (#10438) (#10440)
mergify[bot] Oct 26, 2021
0ac1f6d
chore: Add "Since:" on proto doc comments (backport #10434) (#10449)
mergify[bot] Oct 29, 2021
8a9589a
style: lint go and markdown (backport #10060) (#10473)
mergify[bot] Nov 11, 2021
a359079
fix: use sdk.config hdpath (backport #10414) (#10445)
mergify[bot] Nov 12, 2021
e443fb7
fix: query account balance by ibc denom (backport #10394) (#10523)
mergify[bot] Nov 12, 2021
2bbec7a
fix: delete ru docs (#10549)
fedekunze Nov 15, 2021
6a46c95
feat: update x/upgrade keeper.DumpUpgradeInfoToDisk to support Plan.I…
robert-zaremba Nov 15, 2021
3ae5e0c
build: fix build environment for the liveness test (backport #10551) …
mergify[bot] Nov 15, 2021
792f388
chore: Iavl iterator (backport #10544) (#10545)
mergify[bot] Nov 16, 2021
ecab606
fix: always move auth module migration to the end (#10608)
robert-zaremba Nov 25, 2021
59d7dc4
chore: 0.44.4 release notes (#10613)
robert-zaremba Nov 25, 2021
768e376
build(deps): Use self-maintained btcutil (#10082) (backport #10201) (…
mergify[bot] Nov 29, 2021
b3646ac
fix: emit ante events even for the failed txs (#10631)
yun-yeo Dec 1, 2021
72fb852
fix: upgrade IAVL (#10648)
robert-zaremba Dec 1, 2021
fd34e37
fix: Add Events to TxResponse (backport #10630) (#10643)
mergify[bot] Dec 2, 2021
33dbf6a
chore: Cosmos SDK v0.44.5 release notes (#10667)
robert-zaremba Dec 2, 2021
7ef483e
fix: types/errors Wrap and Wrapf (backport #10674) (#10676)
mergify[bot] Dec 6, 2021
d404619
fix: Charge gas even when there are no entries in gaskv (backport #10…
mergify[bot] Dec 8, 2021
e01217c
feat: add configurable iavl cache size (backport #10561) (#10698)
mergify[bot] Dec 8, 2021
b9250f3
feat: Add `HasSupply` method to bank keeper (backport #10393) (#10699)
mergify[bot] Dec 9, 2021
16da4a4
fix!: Charge gas for key length in gas meter (backport #10247) (#10697)
mergify[bot] Dec 10, 2021
a8a1101
build(deps): upgrade rosetta to 0.7.0 (backport #10432) (#10716)
mergify[bot] Dec 10, 2021
ad443cb
perf: Speedup cachekv iterator on large deletions & IBC v2 upgrade lo…
mergify[bot] Dec 13, 2021
51f7d31
fix: populate ctx.ConsensusParams for begin blockers (backport #10725…
mergify[bot] Dec 16, 2021
f67928a
fix: nil pointer panic on `NewIntFromBigInt` (backport #9627) (#10845)
mergify[bot] Dec 29, 2021
8ad8d5d
perf: Improve the speed of coins.String() (backport #10076) (#10850)
mergify[bot] Dec 30, 2021
1321bc1
perf!: Add HasAccount to the AuthKeeper to save protobuf decoding tim…
mergify[bot] Dec 31, 2021
7115d3b
fix: enable setting sequence (nonce) for module account (backport #10…
mergify[bot] Jan 3, 2022
14cd943
perf: store/cachekv: avoid a map lookup if unnecessary, clear maps fa…
mergify[bot] Jan 3, 2022
19e924d
fix: adding checks to ensure coin denoms are sorted in `Balance` duri…
mergify[bot] Jan 3, 2022
44d3f4d
fix: register evidence regression (backport #10595) (#10775)
mergify[bot] Jan 3, 2022
a0503e5
fix: Panic if SetOrder* functions forgot modules (backport #10711) (#…
mergify[bot] Jan 3, 2022
0be9863
fix: create query context with requested block height (#10827) (#10866)
mergify[bot] Jan 4, 2022
71a168d
fix: recreate compat field, of null pubkeys in multisig (backport #10…
mergify[bot] Jan 5, 2022
6d44d71
fix!: tx result don't report block gas used as tx gas used (#10833)
yihuang Jan 5, 2022
8932338
feat: support in-place migration ordering (backport #10614) (#10890)
mergify[bot] Jan 6, 2022
05656a2
fix: use full gas on overflow (backport #10897) (#10912)
mergify[bot] Jan 7, 2022
a5c60b7
feat!: x/gov: raise max description length to 10k chars (backport #10…
mergify[bot] Jan 10, 2022
ba1e099
fix: revert tx when block gas limit exceeded (backport: #10770) (#10814)
yihuang Jan 12, 2022
c1c1ad7
chore: v0.45.0 Release Notes (#10760)
amaury1093 Jan 12, 2022
90ffbce
feat: support custom mnemonics in in-process testing network (backpor…
mergify[bot] Jan 13, 2022
8236b26
chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to …
robert-zaremba Jan 18, 2022
b6c77e6
chore: release v0.45 changelog (#10964)
robert-zaremba Jan 18, 2022
c3f499c
Add minimum commission rate to x/staking (#3)
sunnya97 May 17, 2021
ae7ec17
Fix error msg
ValarDragon Jun 7, 2021
7dd164f
Try fixing simulator setup of commission rate params
ValarDragon Jun 8, 2021
2228736
Turn off gocritic, nolintlint, and staticcheck. this isn't worth the …
ValarDragon Jun 12, 2021
07832f2
min commission rate check on create validator (#11)
antstalepresh Jun 22, 2021
724eaa2
Gate the change to processing of CreateValidatorMsg based on block he…
ValarDragon Aug 3, 2021
be91975
Add inplace decimal operations (#10)
mconcat Jun 22, 2021
1123355
Improve events heap allocations (#27)
ValarDragon Sep 2, 2021
595544d
Deduplicate bech32 encoding
ValarDragon Sep 2, 2021
d5195b4
Add SendManyCoins, SendCoinsFromModuleToManyAccount method to bank Mo…
mattverse Sep 11, 2021
c9f662d
fix bank keeper test
sunnya97 Nov 17, 2021
8573d75
A notable variety of CacheKVStore improvements (#34)
ValarDragon Sep 19, 2021
52af977
debug pubkey-raw
sunnya97 Nov 17, 2021
95315ff
Limit simulation fee token to only sdk.DefaultBondDenom (#42)
sunnya97 Oct 25, 2021
a75fdb1
ran make rosetta-dat
sunnya97 Nov 18, 2021
26abd7f
Add logging to RunMigrations
ValarDragon Dec 7, 2021
8481632
Expose Bank.NewAppModuleBasic
ValarDragon Dec 7, 2021
4cac942
Bank store migration fix for Osmosis
ValarDragon Dec 8, 2021
f421dcb
Cleanup prints during upgrade
ValarDragon Dec 9, 2021
ba9855a
Restore my old cacheKV store fix that got reverted >:(
ValarDragon Dec 9, 2021
282e9bb
Change default gas to 35k (#47)
mattverse Jan 1, 2022
ef80491
add hooks for superfluid (#51)
antstalepresh Jan 11, 2022
b87def6
fix: Change default pruning options (#52)
mattverse Jan 13, 2022
b47e802
Add safety check: restriction fn in bank module for mint perms (#50)
mattverse Jan 13, 2022
9799033
Stop bank migration panic in tests (#55)
ValarDragon Jan 13, 2022
9d5d0c6
feat: add default mint restriction (#57)
mattverse Jan 19, 2022
ee16076
Make rechecking a tx check the sequence number (#58)
ValarDragon Jan 20, 2022
66c9626
reset bankmsg validatebasic for ics20
antstalepresh Oct 13, 2021
c88c9c8
update bank send cli command generator
antstalepresh Oct 13, 2021
0dcf83b
fix liveness tests
mattverse Jan 24, 2022
88ad16d
fix proto checking against
sunnya97 Jan 24, 2022
f432981
Add iavl-cache-size config parsing to GetConfig
channa-figure Jan 20, 2022
f3f3c4a
feat: upgrade to fast storage on v0.45.0x-osmo-v7-fast (#108)
p0mvn Feb 20, 2022
bcf2baa
Update slashing hooks (#116)
ValarDragon Feb 20, 2022
1b4ae82
InstantUndelegate (#117)
UnityChaos Feb 20, 2022
75545ea
feat: Add Supply Offsets to bank module (#119)
sunnya97 Feb 21, 2022
7f1c77a
chore: upgrade iavl to v0.17.3-osmo-v4 - fix old height export (#131)
p0mvn Mar 3, 2022
8be66e2
upgrade iavl to v0.17.3-osmo-v5 with concurrent map write fix (#135)
p0mvn Mar 9, 2022
a67f8b4
add after validator slash hook (#136)
antstalepresh Mar 10, 2022
87988f9
backport feat: Modify grpc gateway to be concurrent (#11234) from cos…
p0mvn Mar 11, 2022
7bd7a32
extra logs during commit (#146)
p0mvn Mar 21, 2022
de5b9e7
fix logs related to store keys and commit hash (#151)
p0mvn Mar 23, 2022
888cabe
refactor: snapshot and pruning functionality (#140)
p0mvn Mar 24, 2022
2ed314c
feat: implement querying for commit hash and proofs (#156)
p0mvn Mar 25, 2022
d53f1dd
fix: commit info data race (#155)
p0mvn Mar 26, 2022
bd83477
Fixes the go race tests. (#158)
ValarDragon Mar 27, 2022
11d74b5
increase setupBaseAppWithSnapshots timeout to 90 seconds (#160)
p0mvn Mar 27, 2022
9f71a99
upgrade iavl to v0.17.3-osmo-v7 with lowered fast node cache size (#161)
p0mvn Mar 27, 2022
2c8d952
chore(deps): bump github.com/otiai10/copy from 1.6.0 to 1.7.0 (#88)
dependabot[bot] Mar 28, 2022
00dc463
chore(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#…
dependabot[bot] Mar 28, 2022
ff631fd
chore: delete proto-docker.yml #164
alexanderbez Mar 28, 2022
1674673
chore: fix + update mergify config (#165)
alexanderbez Mar 28, 2022
adb8978
Update .mergify.yml
alexanderbez Mar 28, 2022
2781092
chore(deps): bump actions/checkout from 2 to 3 (#128)
dependabot[bot] Mar 28, 2022
d2c1c03
chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.4.0 (#138)
dependabot[bot] Mar 28, 2022
6a8fac6
chore(deps): bump actions/setup-go from 2.1.4 to 3 (#125)
dependabot[bot] Mar 29, 2022
21f5944
chore(deps): bump github.com/prometheus/common from 0.29.0 to 0.33.0 …
dependabot[bot] Mar 29, 2022
576a31a
fix: Update mergify bot config #157
ValarDragon Mar 30, 2022
f42f04d
chore(deps): bump actions/cache from 2.1.6 to 3.0.1 (#167)
dependabot[bot] Mar 30, 2022
e3e807f
chore(deps): bump actions/stale from 3.0.19 to 5 (#129)
dependabot[bot] Mar 30, 2022
09f47f6
chore(deps): bump amannn/action-semantic-pull-request (#102)
dependabot[bot] Mar 30, 2022
14651aa
chore: update mergify config (#168)
alexanderbez Mar 30, 2022
ca48456
feat: support send and recv msg size for gRPC (#170)
alexanderbez Apr 4, 2022
6a16825
chore(deps): bump github.com/magiconair/properties from 1.8.5 to 1.8.…
dependabot[bot] Apr 4, 2022
ff08ca3
chore(deps): bump goreleaser/goreleaser-action from 2.6.1 to 2.9.1 (#…
dependabot[bot] Apr 4, 2022
2cf2a43
chore(deps): bump codecov/codecov-action from 1.5.2 to 3 (#174)
dependabot[bot] Apr 5, 2022
0d45507
feat: add proto for Clawback Vesting Account (#171)
mattverse Apr 6, 2022
66442bf
fix: proofs query to help debug app hash #176
p0mvn Apr 7, 2022
772e828
chore: update TM dep + go.mod cleanup (#175)
alexanderbez Apr 8, 2022
d135115
chore(deps): bump actions/download-artifact from 2 to 3 (#181)
dependabot[bot] Apr 8, 2022
dfb5b88
chore(deps): bump technote-space/get-diff-action from 4 to 6 (#183)
dependabot[bot] Apr 8, 2022
71bb5bd
chore(deps): bump actions/cache from 3.0.1 to 3.0.2 (#185)
dependabot[bot] Apr 11, 2022
7a06fb2
fix: Global min Self Delegation (#134)
AlpinYukseloglu Apr 13, 2022
e814a66
Update dependabot.yml
alexanderbez Apr 14, 2022
8ab90d3
Update dependabot.yml
alexanderbez Apr 14, 2022
b321551
chore: update rosetta data
alexanderbez Apr 14, 2022
ba51d67
chore(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#189)
dependabot[bot] Apr 14, 2022
1ae0821
chore(deps): bump amannn/action-semantic-pull-request (#188)
dependabot[bot] Apr 14, 2022
360ac73
add tendermint command (#193)
czarcas7ic Apr 14, 2022
515c263
chore(deps): bump github.com/prometheus/common from 0.33.0 to 0.34.0 …
dependabot[bot] Apr 20, 2022
cf91c82
refactor: address snapshot/pruning refactor comments upstream (#184)
p0mvn Apr 25, 2022
d66c967
chore(deps): bump github.com/armon/go-metrics from 0.3.10 to 0.3.11 (…
dependabot[bot] Apr 28, 2022
18b0d2d
fix: concurrency issues between simulation, grpc queries and ABCI com…
p0mvn May 2, 2022
54d6d9f
chore(deps): bump github.com/btcsuite/btcd from 0.22.0-beta to 0.22.1…
dependabot[bot] May 5, 2022
3c77c52
chore(deps): bump amannn/action-semantic-pull-request (#217)
dependabot[bot] May 5, 2022
1778bc2
chore(deps): bump github.com/confio/ics23/go from 0.6.6 to 0.7.0 (#126)
dependabot[bot] May 5, 2022
14f57f4
chore: update codeowners, issue and PR templates (#218)
p0mvn May 5, 2022
4ede62c
chore: safe guard gRPC size limits #220
alexanderbez May 6, 2022
118baa1
chore(deps): bump docker/build-push-action from 2 to 3 (#227)
dependabot[bot] May 6, 2022
0e28a03
chore(deps): bump docker/login-action from 1 to 2 (#226)
dependabot[bot] May 6, 2022
d91ca73
chore(deps): bump docker/setup-buildx-action from 1 to 2 (#225)
dependabot[bot] May 6, 2022
8692bad
feat: add clawback vesting account (#178)
mattverse May 9, 2022
6fb9f28
chore: auto add PRs to projects; fix default PR template (#229)
p0mvn May 10, 2022
8b3bfe6
chore: remove docker github action (#232)
p0mvn May 11, 2022
47f0fa0
chore: move commit store logs to Debug level (#234)
p0mvn May 11, 2022
927c9fb
chore: update action for auto adding PRs to project (#230)
p0mvn May 11, 2022
e9ef2fa
chore: fix issue template not visible in options (#233)
p0mvn May 11, 2022
1db2b5b
chore: turn off dependabot (#231)
p0mvn May 11, 2022
0041954
refactor: snapshot manager is created independently from snapshot-int…
p0mvn May 12, 2022
949254a
chore: backport Add hooks to allow app modules to add things to state…
p0mvn May 17, 2022
a4201aa
fix: implement Amino serialization for x/authz and x/feegrant (#224)
p0mvn May 19, 2022
a2fcb7a
feat!: support for custom proposal-based voting periods (#239)
alexanderbez May 20, 2022
a68d28e
fix: state-sync - app version stored in params (#241)
p0mvn May 23, 2022
9a05fa0
refactor: expsoe SetAppVersion on the upgrade keeper to allow overwri…
p0mvn May 24, 2022
889979c
feat: Add cli for listing all module accounts (#242)
mattverse May 25, 2022
e2441ea
add concurrency to client
czarcas7ic Jun 5, 2022
d4c73bf
add further concurrency client defaults
czarcas7ic Jun 5, 2022
3ebc3bf
Apply suggestions from code review
czarcas7ic Jun 6, 2022
14bf624
rename for clarity
czarcas7ic Jun 6, 2022
1ba610d
rename further flags
czarcas7ic Jun 6, 2022
25768a1
change client.toml
czarcas7ic Jun 6, 2022
02fb41e
further implementation
czarcas7ic Jun 6, 2022
63061e9
revert concurrency and add in test
czarcas7ic Jun 6, 2022
67d20a5
add concurrency to other test
czarcas7ic Jun 6, 2022
aaf0fe7
another concurrency add
czarcas7ic Jun 6, 2022
f69c198
feat: list snapshots query (#246)
p0mvn Jun 7, 2022
f97eb2c
feat: support indexing denom metadata denom units (#247)
alexanderbez Jun 7, 2022
46bb624
fix: Add supply offsets to genesis (#253)
ValarDragon Jun 7, 2022
367c8f6
Revert "feat: support indexing denom metadata denom units (#247)" (#256)
ValarDragon Jun 8, 2022
e00a3eb
feat: support indexing denom metadata denom units (#258)
alexanderbez Jun 9, 2022
a2805f4
fix: Allow ScheduleUpgrade to come from same block (#260)
ValarDragon Jun 10, 2022
7ae03dd
increase maxApproxRootIterations to 300 (#262)
catShaark Jun 11, 2022
ae817b9
feat!: expedited proposals (#240)
p0mvn Jun 16, 2022
1abb59f
Merge branch 'osmosis-main' into adam/parallel-queries-2
czarcas7ic Jun 16, 2022
9d6cd2d
add GRPC Concurrency test
czarcas7ic Jun 17, 2022
c3bf09f
refactor!: app version stored in multi store and shared in state sync…
p0mvn Jun 17, 2022
8b021d2
feat!: expedited proposal min deposit param (#254)
p0mvn Jun 20, 2022
1f9cc80
feat!: add "is-genesis" check (#267) (#269)
czarcas7ic Jun 20, 2022
bf5b163
feat!: bring back the cliff vesting command (#111) (#271)
ValarDragon Jun 23, 2022
22412c3
chore: backport label to v0.45.0x-osmo-v9 and v0.45.0x-osmo-v11 (#273)
p0mvn Jun 24, 2022
d0da4b4
fix: rest query total supply of #275
catShaark Jun 30, 2022
9165099
feat: remove bank multisend msg (#274)
sunnya97 Jul 1, 2022
4eceaac
add govtypes.NewMsgSubmitProposalWithExpedited (#280)
sunnya97 Jul 7, 2022
d49b3e7
redacted fix (#283)
czarcas7ic Jul 8, 2022
2c4e05d
feat: remove need for multisig address to be in keybase for tx sign: …
sunnya97 Jul 13, 2022
b81ad24
fix: increase consensus version for staking module (#289)
p0mvn Jul 14, 2022
0aca1df
fix: check denom of SpendLimit (#292)
czarcas7ic Jul 21, 2022
8417fe8
feat!: initial deposit requirement for proposals (#296)
p0mvn Jul 27, 2022
51bfa90
fix(x/gov): migrations from 2 to 3 (min proposer deposit) (#298)
p0mvn Jul 27, 2022
9b50abf
feat: negative supplyWithOffset returns 0 (#295)
sunnya97 Jul 29, 2022
86c3685
migration to v4
xBalbinus Aug 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 2 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
# NOTE: Order is important; the last matching pattern takes the
# most precedence.

# Primary repo maintainers
* @aaronc @alexanderbez

# People who get pinged on every PR, request if you'd like to be added
* @osmosis-labs/chain-engineering-core-reviewers
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Report a bug
about: Something with Osmosis is not working as expected
title: ''
labels: 'type:bug'
assignees: ''
---

#### System information

Osmosis version: `Osmosis version`
OS & Version: Windows/Linux/OSX
Commit hash:

#### Expected behaviour


#### Actual behaviour


#### Steps to reproduce the behaviour


#### Backtrace

````
[backtrace]
````

When submitting logs: please submit them as text and not screenshots.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: General issue
about: A template for general issues with acceptance criteria
title: ''
assignees: ''
---
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating an issue! ✰
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
## Background
*This is where you can provide code examples or context (e.g. past PR's)*
*(for example)*
- *The following PRs contributed to...*

## Suggested Design
*here, you can put concrete steps as to what to do next*
*(for example)*
- *create test file in...*

## Acceptance Criteria
*goals & criteria for success*
*(for example)*
- *all existing and new tests should pass*
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/module-readiness-checklist.md

This file was deleted.

76 changes: 38 additions & 38 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
<!--
The default pull request template is for types feat, fix, or refactor.
For other templates, add one of the following parameters to the url:
- template=docs.md
- template=other.md
-->
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a PR! ✰
v Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
v If your PR doesn't close an issue, that's OK! Just remove the Closes: #XXX line!
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Description
Closes: #XXX

Closes: #XXXX
## What is the purpose of the change

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->
> Add a description of the overall background and high-level changes that this PR introduces

---
*(E.g.: This pull request improves documentation of area A by adding ....*

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*
## Brief Changelog

I have...
*(for example:)*

- *The metadata is stored in the blob store on job creation time as a persistent artifact*
- *Deployments RPC transmits only the blob storage reference*
- *Daemons retrieve the RPC data from the blob cache*

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist
## Testing and Verifying

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*
*(Please pick one of the following options)*

I have...
This change is a trivial rework / code cleanup without any test coverage.

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
*(or)*

This change is already covered by existing tests, such as *(please describe tests)*.

*(or)*

This change added tests and can be verified as follows:

*(example:)*
- *Added unit test that validates ...*
- *Added integration tests for end-to-end deployment with ...*
- *Extended integration test for ...*
- *Manually verified the change by ...*

## Documentation and Release Note

- Does this pull request introduce a new feature or user-facing behavior changes? (yes / no)
- Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? (yes / no)
- How is the feature or change documented? (not applicable / specification (`x/<module>/spec/`) / [Osmosis docs repo](https://github.com/osmosis-labs/docs) / not documented)
37 changes: 0 additions & 37 deletions .github/PULL_REQUEST_TEMPLATE/docs.md

This file was deleted.

32 changes: 0 additions & 32 deletions .github/PULL_REQUEST_TEMPLATE/other.md

This file was deleted.

50 changes: 50 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a PR! ✰
v Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
v If your PR doesn't close an issue, that's OK! Just remove the Closes: #XXX line!
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

Closes: #XXX

## What is the purpose of the change

> Add a description of the overall background and high-level changes that this PR introduces

*(E.g.: This pull request improves documentation of area A by adding ....*


## Brief Changelog

*(for example:)*

- *The metadata is stored in the blob store on job creation time as a persistent artifact*
- *Deployments RPC transmits only the blob storage reference*
- *Daemons retrieve the RPC data from the blob cache*


## Testing and Verifying

*(Please pick one of the following options)*

This change is a trivial rework / code cleanup without any test coverage.

*(or)*

This change is already covered by existing tests, such as *(please describe tests)*.

*(or)*

This change added tests and can be verified as follows:

*(example:)*
- *Added unit test that validates ...*
- *Added integration tests for end-to-end deployment with ...*
- *Extended integration test for ...*
- *Manually verified the change by ...*

## Documentation and Release Note

- Does this pull request introduce a new feature or user-facing behavior changes? (yes / no)
- Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? (yes / no)
- How is the feature or change documented? (not applicable / specification (`x/<module>/spec/`) / [Osmosis docs repo](https://github.com/osmosis-labs/docs) / not documented)
Loading