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

Remove the Quarantine and Sanction modules #18535

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
324 commits
Select commit Hold shift + click to select a range
726f623
Apply CountAuthorization addition to v0.46 (#205)
SpicyLemon Jul 27, 2022
6f4fd86
Revert "Apply the upgrade order fix to v0.46 (#206)"
SpicyLemon Jul 27, 2022
3e78901
Merge pull request #207 from provenance-io/prov/dwedul/0.46/revert-up…
SpicyLemon Jul 27, 2022
1890b8b
feat: Add GetParamSetIfExists to prevent panic on breaking param chan…
mergify[bot] Aug 2, 2022
4c93836
Applies the bank SendEnabled fix to v0.46 (#208)
SpicyLemon Aug 3, 2022
c9777dc
Apply the Custom Message Fees addition. (#217)
SpicyLemon Aug 4, 2022
8eb92b0
Mark v0.46.0-pio-1-rc1 release in changelog.
SpicyLemon Aug 4, 2022
2b616fb
fix(docs): typo in staking/state (#12834) (#12835)
mergify[bot] Aug 7, 2022
137bd03
Update REST endpoints for group module documentation (#12839) (#12840)
mergify[bot] Aug 7, 2022
e5b974c
chore: fee payer event (#12850) (#12855)
mergify[bot] Aug 8, 2022
69c88ad
chore: changelog update (backport #12859) (#12861)
mergify[bot] Aug 8, 2022
5caee00
chore: bump math (#12877)
robert-zaremba Aug 10, 2022
d74d102
fix(x/group): propagate events correctly to current context (backport…
mergify[bot] Aug 10, 2022
629b3b9
fix: move downgrade verification after store migration (#12906) (#12907)
mergify[bot] Aug 11, 2022
da6fa54
Create IMsgServiceRouter interface and baseapp.SetMsgServiceRouter fu…
SpicyLemon Aug 11, 2022
a9b60d6
Create the authz GetAuthorization function (#222)
SpicyLemon Aug 11, 2022
6677901
mark v0.46.0-pio-1-rc2 release in changelog.
SpicyLemon Aug 11, 2022
f3c1d8c
perf: Amortize clearing unsorted cache entries (Juno genesis fix) (ba…
mergify[bot] Aug 18, 2022
d2a5018
feat: deterministic map iteration (backport #12781) (#12943)
mergify[bot] Aug 18, 2022
32c9075
fix: the occasional staking module `SimulateMsgCancelUnbondingDelega…
mergify[bot] Aug 18, 2022
b92c5f3
Fix auth genesis account number handling. (#228)
SpicyLemon Aug 18, 2022
22b598c
mark v0.46.0-pio-1-rc3 release in changelog.
SpicyLemon Aug 18, 2022
f31c795
chore: bump tendermint to `0.34.21` and iavl to `0.19.1` (#12969)
julienrbrt Aug 19, 2022
7ee9e6d
docs(cli): improve --gas flag description (#12913) (#12965)
mergify[bot] Aug 19, 2022
c835d46
Update Makefile (#12982)
faddat Aug 21, 2022
d3d4675
fix: proper error when parsing telemetry configuration (backport #129…
mergify[bot] Aug 23, 2022
90ef369
fix: fix the gov proposals (#13002)
gsk967 Aug 23, 2022
6cb2583
Adding changes needed by rewards module (#227)
arnabmitra Aug 23, 2022
a58fb65
Prov/dwedul 0.46 update swagger (#229)
SpicyLemon Aug 23, 2022
c069728
mark v0.46.0-pio-1-rc4 release in changelog.
SpicyLemon Aug 23, 2022
afb3def
docs: improve UPGRADING.md instructions for v0.46.0 (backport #12646)…
mergify[bot] Aug 23, 2022
60e6274
feat: Change the default priority mechanism to be based on gas price …
mergify[bot] Aug 24, 2022
252c673
chore: v0.46.1 release changelog (#13011)
julienrbrt Aug 24, 2022
cb7bdca
ci: fix release notes not populated by goreleaser (backport #12919) (…
mergify[bot] Aug 24, 2022
704fff5
fix: exporting the blockParams regression (backport #13029) (#13037)
mergify[bot] Aug 25, 2022
cbcdd19
Update our v0.46 with Cosmos-SDK v0.46.1 (#235)
SpicyLemon Aug 25, 2022
6812f87
mark v0.46.0-pio-1-rc5 release in changelog.
SpicyLemon Aug 25, 2022
b9d4ed8
fix: missing return statement in BaseApp.Query (backport #13046) (#13…
mergify[bot] Aug 25, 2022
e2fe96a
feat(x/authz): Add the GetAuthorization function. (backport #13047) (…
mergify[bot] Aug 26, 2022
1af5c72
feat(x/auth): Add auth sim decoder case for AccountNumberStoreKeyPref…
mergify[bot] Aug 27, 2022
bb190f6
chore: bump gin-gonic dep (backport #13061) (#13062)
mergify[bot] Aug 29, 2022
78c24eb
fix: call `SetIAVLCacheSize` with the configured value in simapp (bac…
mergify[bot] Aug 31, 2022
a95c626
fix: rollback command don't actually delete multistore versions (back…
mergify[bot] Aug 31, 2022
9405a05
feat: Add a cli cmd to prune old states according to current settings…
mergify[bot] Sep 2, 2022
095c2b0
chore: replace deprecated dgrijalva/jwt-go dep (backport #13093) (#13…
mergify[bot] Sep 2, 2022
8121f34
fix: Add withdraw proposal cmd to group's CLI tx cmds (backport #1321…
mergify[bot] Sep 9, 2022
25e7f9b
fix: make 46's linter work (#13186)
faddat Sep 12, 2022
70943c6
chore: pin version of golangci-lint (#13245)
julienrbrt Sep 12, 2022
77fcbbd
docs: adds gov groups metadata spec (#13118) (#13264)
mergify[bot] Sep 14, 2022
78336ef
fix: sequence in `sign-batch` (backport #13200) (#13263)
mergify[bot] Sep 14, 2022
ac4a066
feat: add more coins after add-genesis-account is made (backport #132…
mergify[bot] Sep 14, 2022
51a9014
fix: types: correctly coalesce coins even with repeated denominations…
mergify[bot] Sep 15, 2022
c524571
fix: keep the balance query endpoint compatible with legacy blocks (b…
mergify[bot] Sep 16, 2022
ef0f19c
feat: CLI tooling to generate proposal JSONs (backport #13304) (#13328)
mergify[bot] Sep 19, 2022
100db2e
fix: remove community-pool-spend from draft-cli prompt (#13330)
julienrbrt Sep 19, 2022
1f62e5a
mark v0.46.1-pio-1-rc1 release in changelog.
SpicyLemon Sep 19, 2022
6c8614c
fix: streaming listeners are not called for deliver tx event (backpor…
mergify[bot] Sep 20, 2022
43f74d3
feat: configurable fastnode (backport #13321) (#13337)
mergify[bot] Sep 20, 2022
f57a110
fix: ensure withdraw_rewards events are always emitted on reward with…
mergify[bot] Sep 20, 2022
bbcf2f1
fix: fix buf unexisting repo (#13343)
julienrbrt Sep 20, 2022
9454b97
fix: fix buf commit (#13344)
julienrbrt Sep 20, 2022
72f8923
feat: add `draft-proposal` for x/group (backport #13353) (#13359)
mergify[bot] Sep 23, 2022
c351441
docs: guidelines for proto message's String() method (#13364) (#13366)
mergify[bot] Sep 23, 2022
95948f6
perf: reduce user's password prompts when calling keyring List functi…
mergify[bot] Sep 23, 2022
51c8a1a
feat: Add notice for possible iavl fast node migration (backport #133…
mergify[bot] Sep 27, 2022
f80e883
fix: add gRPC nil/zero check in query (backport #13352) (#13417)
mergify[bot] Sep 29, 2022
b08ec4b
Add event aggregator function call in baseapp (#268)
nullpointer0x00 Sep 30, 2022
72a904d
fix: add close for grpcOnly mode (backport #13418) (#13422)
mergify[bot] Sep 30, 2022
26786a0
chore: prepare `v0.46.2` release (#13436)
julienrbrt Oct 3, 2022
abb6245
Bring in v0.46.2 changes. (#269)
SpicyLemon Oct 3, 2022
121b30b
mark v0.46.2-pio-1 release in changelog.
SpicyLemon Oct 3, 2022
5b5bb75
Add proposal to update fee denom to bank module
llama-del-rey Oct 6, 2022
1819ad3
gofmt
llama-del-rey Oct 6, 2022
3240055
proto lint
llama-del-rey Oct 6, 2022
3c9d9c9
fix broken test
llama-del-rey Oct 6, 2022
982b891
refactor: Improve and clarify API around `AccountAddressById` (backp…
mergify[bot] Oct 6, 2022
cb676e2
fix: state listener could observe discarded writes (backport #13459) …
mergify[bot] Oct 6, 2022
f877870
feat: add MsgServiceRouter to Baseapp (and runtime's provideCodecs) (…
mergify[bot] Oct 7, 2022
a0b5bd4
Use 0.46 gov proposal mechanics
llama-del-rey Oct 10, 2022
4c8245e
Validate metadata
llama-del-rey Oct 10, 2022
b23d384
revert local testing changes
llama-del-rey Oct 10, 2022
37912ec
feat: gRPC query for operator and chain configuration (backport #1348…
mergify[bot] Oct 11, 2022
8668248
Update proto/cosmos/bank/v1beta1/tx.proto
llama-del-rey Oct 11, 2022
5ea1cac
Provide the logger to the store. (#283)
SpicyLemon Oct 12, 2022
a4329c2
Bring in the RELEASE_NOTES.md from v0.46.2-pio-1 and update the CHANG…
SpicyLemon Oct 12, 2022
6b06a3e
Label the v0.46.2-pio-2 release in the changelog and add it to the re…
SpicyLemon Oct 12, 2022
2e3c378
chore: CHANGELOG update (backport #13536) (#13537)
mergify[bot] Oct 13, 2022
86e8bcb
refactor: Improve AllocateTokens (backport #13524) (#13526)
mergify[bot] Oct 13, 2022
42d20a9
Add authority to bank keeper
llama-del-rey Oct 13, 2022
f869c8c
Merge branch 'llama/add-fee-denom-change-proposal' of github.com:prov…
llama-del-rey Oct 13, 2022
0643904
remove whitespace only changes
llama-del-rey Oct 13, 2022
ea9393c
Add unit test for the method. metadata_test contains tests for metada…
llama-del-rey Oct 13, 2022
8667eba
refactor: Amend #13497 (#13577)
alexanderbez Oct 18, 2022
8c011dc
remove print statement
llama-del-rey Oct 18, 2022
facd40d
Merge pull request from GHSA-3qp7-gj37-g9rx
julienrbrt Oct 20, 2022
6d32deb
chore: bump tendermint to `0.34.22` (#13586)
julienrbrt Oct 20, 2022
a85d169
Merge tag 'v0.46.3' into prov/dwedul/apply-46.3
SpicyLemon Oct 20, 2022
8b9d1ae
make proto-swagger-gen update-swagger-docs
SpicyLemon Oct 20, 2022
80eec9f
Add changelog entries.
SpicyLemon Oct 20, 2022
a5b1f29
Collapse the release candidate entries in the changelog and release n…
SpicyLemon Oct 20, 2022
b3c6ba4
Mark the release new release in the changelog.
SpicyLemon Oct 20, 2022
8d89eb0
Add the PR links to the changelog and release notes.
SpicyLemon Oct 20, 2022
ac9ef18
Merge pull request #303 from provenance-io/prov/dwedul/apply-46.3
SpicyLemon Oct 20, 2022
7f88c60
docs: add ApplicationQueryService release notes (#13587)
robert-zaremba Oct 21, 2022
f538e09
feat(cli): add module-account cli cmd and grpc get api (backport #136…
mergify[bot] Oct 24, 2022
afdf06a
fix(x/auth): allow multiple = signs in `GetTxsEvent` (backport #12474…
mergify[bot] Oct 24, 2022
ec09eae
fix: app-hash mismatch if upgrade migration commit is interrupted (ba…
mergify[bot] Oct 25, 2022
a653798
feat(cli): Add iavl-disable-fastnode cmd flag with proper description…
mergify[bot] Oct 26, 2022
60091d8
fix: app-hash mismatch if upgrade migration commit is interrupted (#1…
mmsqe Oct 24, 2022
7147bd7
Mark v0.46.1-pio-2 in the changelog and release notes.
SpicyLemon Oct 26, 2022
627909d
fix changelog
llama-del-rey Oct 28, 2022
f19c111
fix conflict
llama-del-rey Oct 28, 2022
4eed46e
build(deps): Bump github.com/cosmos/iavl from 0.19.3 to 0.19.4 (#13680)
julienrbrt Oct 28, 2022
9d7028d
feat: emit cached context events (backport #13063) (#13702)
mergify[bot] Oct 31, 2022
eb1e3eb
chore: prepare 0.46.4 changelog (#13716)
julienrbrt Nov 1, 2022
2ccf12f
Bump iavl to v0.19.4 (from v0.19.3).
SpicyLemon Nov 1, 2022
20b5e8a
Mark v0.46.3-pio-3 in the changelog and release notes.
SpicyLemon Nov 1, 2022
68ee142
ci: notify for 0.46.x releases (#13719)
julienrbrt Nov 1, 2022
c7a9435
docs: fix algolia on 0.46 (#13730)
julienrbrt Nov 2, 2022
ba49bff
ci: modifying docs in 0.46 should not redeploy docs (#13732)
julienrbrt Nov 2, 2022
7da3b2c
Change the default for IAVLDisableFastNode back to true (like it was …
SpicyLemon Nov 2, 2022
23ba5dc
Mark v0.46.3-pio-4 in the changelog and release notes.
SpicyLemon Nov 2, 2022
e4ae994
fix: propagate msg events correctly in x/gov (backport #13728) (#13748)
mergify[bot] Nov 3, 2022
a91eeef
Add tests for proposal submission
llama-del-rey Nov 4, 2022
c383a27
Merge branch 'release-pio/v0.46.x' into llama/add-fee-denom-change-pr…
llama-del-rey Nov 4, 2022
c049aa3
Increase initial balance for accounts
llama-del-rey Nov 4, 2022
2e457d1
Hardcode authority since transitive dependencies break
llama-del-rey Nov 8, 2022
a800a03
remove print statements
llama-del-rey Nov 8, 2022
a9b2f5e
typos and such
llama-del-rey Nov 8, 2022
2899dcf
refactor: add error log when iavl set failed (backport #13803) (#13804)
mergify[bot] Nov 9, 2022
c21fa35
group imports
llama-del-rey Nov 9, 2022
4c4f85f
gofmt
llama-del-rey Nov 9, 2022
0d1ed1a
chore: bump tendermint to `0.34.23` (#13814)
julienrbrt Nov 9, 2022
2bd2cf1
fix: propagate events in x/group through sdk.Results (backport #13808…
mergify[bot] Nov 9, 2022
7462a84
Merge pull request #270 from provenance-io/llama/add-fee-denom-change…
llama-del-rey Nov 10, 2022
3a809e2
docs: update algolia index (#13823)
julienrbrt Nov 10, 2022
62443b8
fix: bank store migration (backport #13821) (#13829)
mergify[bot] Nov 10, 2022
68e54fa
feat(types): set custom GasConfig on Context for GasKVStore (backport…
mergify[bot] Nov 11, 2022
2114ec4
chore: prepare 0.46.5 release (#13816)
julienrbrt Nov 14, 2022
2d515e0
fix: Allow underscores in EventRegex (backport #13861) (#13864)
mergify[bot] Nov 15, 2022
f0cfe13
release-pio/v0.46.xLlama incorporate pr feedback (#356)
llama-del-rey Nov 15, 2022
0b81939
fix(group): add group members weight checks (backport #13869) (#13880)
mergify[bot] Nov 16, 2022
6b633ef
fix(group)!: Fix group min execution period (backport #13876) (#13885)
mergify[bot] Nov 16, 2022
29cf4bc
feat(bank): Add helper for v0.46 denom migration (#13891)
amaury1093 Nov 16, 2022
e5fef13
chore: impove 0.46.5 release notes (#13898)
julienrbrt Nov 17, 2022
904645c
Bring in v0.46.4 changes. (#362)
SpicyLemon Nov 15, 2022
b09402f
Mark v0.46.4-pio-1 in the changelog and release notes.
SpicyLemon Nov 15, 2022
c80177e
refactor: State Streaming Docs + Explicit Config Support (backport #1…
mergify[bot] Nov 17, 2022
8bebdb6
Bring in v0.46.5 changes. (#365)
SpicyLemon Nov 17, 2022
b88f086
chore: remove typo (#13914) (#13917)
mergify[bot] Nov 18, 2022
2f55513
fix: correctly propagate msg errors in gov (backport #13918) (#13928)
mergify[bot] Nov 18, 2022
8cce748
feat(bank): enable 0.46.5 bank migration fix through migrator keeper …
robert-zaremba Nov 18, 2022
8339276
chore: bump tendermint to 0.34.24 (#13972)
julienrbrt Nov 22, 2022
9765823
chore: add group and gov/v1 in swagger (backport #13984) (#13996)
mergify[bot] Nov 23, 2022
c2622cd
Bring in changes from Cosmos-SDK v0.46.6 (#367)
SpicyLemon Nov 21, 2022
0a88841
Backport to v0.46.x: feat: Add x/authz SendAuthorization AllowList #1…
SpicyLemon Nov 21, 2022
888d53b
Mark v0.46.6-pio-1 in the changelog and release notes.
SpicyLemon Nov 21, 2022
7bb7fa9
fix(baseapp): fix snapshot interval bug (backport #14049) (#14053)
mergify[bot] Nov 29, 2022
c1f4ca1
refactor: use viper unmarshal in `config.GetConfig` function (backpor…
mergify[bot] Nov 30, 2022
72699f7
fix(group)!: Don't re-tally proposals after VP end (backport #14071) …
mergify[bot] Nov 30, 2022
85d6f66
fix: do not shadow clientCtx in start.go (backport #14086) (#14101)
mergify[bot] Nov 30, 2022
6e5e302
chore: Test for Server Config Read #14125 (#14127)
mergify[bot] Dec 1, 2022
ff27cd3
fix: remove duplicate ante events (backport #13983) (#14142)
mergify[bot] Dec 3, 2022
a627446
feat: support alternative query multistore (backport #13529) (#14169)
mergify[bot] Dec 6, 2022
cc06bce
fix: state listener observe writes at wrong time (backport #13516) (#…
mergify[bot] Dec 6, 2022
45d2f08
refactor: provide a helper for baseapp options (backport #14175) (#14…
mergify[bot] Dec 6, 2022
463f4e4
feat: add --grpc client option (backport #14051) (#14192)
mergify[bot] Dec 7, 2022
eb6d0ef
refactor: cleanup store/streaming/constructor.go (backport #14044) (#…
mergify[bot] Dec 9, 2022
fcfa361
chore: audit store/streaming/file/service.go (backport #14234) (#14241)
mergify[bot] Dec 10, 2022
79ac73d
fix: fix grpc flag conflict (backport #14244) (#14248)
mergify[bot] Dec 10, 2022
4153b12
chore: prepare 0.46.7 release (#14103)
julienrbrt Dec 13, 2022
f71df80
fix(gov): Fix v3 votes migrations (backport #14214) (#14277)
mergify[bot] Dec 13, 2022
c8b4ae1
Bring in v0.46.7 updates. (#402)
SpicyLemon Dec 14, 2022
9122aad
fix(store): Fix the TestFileStreamingService unit test. (backport #14…
mergify[bot] Dec 14, 2022
afe98ad
Note v0.46.6-pio-3 in the changelog.
SpicyLemon Dec 21, 2022
e641907
feat(gov): support v1.Proposal in v1beta1.Proposal.Content (backport …
robert-zaremba Dec 23, 2022
4ed7888
feat!: remove x/gov/migrations/v046.Migrate_V046_6_To_V046_7 (#14422)
robert-zaremba Dec 26, 2022
e7dd5e0
fix: return anteEvents when postHandler fail (backport #14448) (#14459)
mergify[bot] Jan 1, 2023
93fd49d
chore: backport pr 13881 (#14349)
tac0turtle Jan 5, 2023
36784a8
fix: wrong address set in `EventUpdateGroupPolicy` (backport #14526) …
mergify[bot] Jan 7, 2023
c362da1
cherry-pick cosmos-sdk authz validatebasic fix (#429)
nullpointer0x00 Jan 12, 2023
e25c3a9
Update the changelog from v0.46.7-pio-1
SpicyLemon Jan 12, 2023
b7a62fe
build: bump `bgentry/speakasy` to pseudo version (backport #14633) (#…
mergify[bot] Jan 16, 2023
89e956c
refactor: reduce tendermint deps (backport #14616) (#14663)
mergify[bot] Jan 18, 2023
ec26293
Fix unreleased changelog entries to have their links first followed b…
SpicyLemon Jan 20, 2023
3a051e1
chore: prepare v0.46.8 release (#14624)
julienrbrt Jan 23, 2023
8130f37
Create AddGovPropFlagsToCmd and ReadGovPropFlags. (#434)
SpicyLemon Jan 23, 2023
b9e94e9
Merge tag 'v0.46.8' into prov/dwedul/bring-in-v0.46.8
SpicyLemon Jan 23, 2023
e96fcf0
Add changelog entry.
SpicyLemon Jan 23, 2023
bbb10df
Put the pr link first in the changelog entry.
SpicyLemon Jan 23, 2023
ecc357d
Merge pull request #441 from provenance-io/prov/dwedul/bring-in-v0.46.8
SpicyLemon Jan 23, 2023
3aeadb3
Create a Quarantine module (#335)
SpicyLemon Jan 24, 2023
7ea989a
Create a Sanction module (#401)
SpicyLemon Jan 24, 2023
cd9d192
Revert cosmos#14349 - cache iterator optimizations (#444)
SpicyLemon Jan 25, 2023
e5c7e0d
Mark v0.46.8-pio-1 in the changelog and release notes.
SpicyLemon Jan 25, 2023
8f3fb25
Update swagger docs to include a last-minute comment change.
SpicyLemon Jan 25, 2023
c8d250a
fix: Fix Evidence CLI query flag parsing (backport #13458) (#14799)
mergify[bot] Jan 27, 2023
76d47b4
fix: nested iterator on cache store (#14798)
yihuang Jan 27, 2023
5e7dcbc
chore: update IAVL (backport #14830) (#14835)
mergify[bot] Jan 30, 2023
3abe36f
Use permanent links in quarantine and sanction spec docs. (#469)
SpicyLemon Jan 30, 2023
393db96
feat: Adds ADR 038 - go plugin system (#404)
egaxhaj Feb 1, 2023
c2a1077
Mark v0.46.8-pio-2 in the changelog and release notes.
SpicyLemon Feb 1, 2023
70589eb
feat: add config `iavl-lazy-loading` to enable lazy loading of iavl s…
mergify[bot] Feb 2, 2023
6654184
chore: bump IAVL to v0.19.5 (backport #14889) (#14892)
mergify[bot] Feb 2, 2023
d899eaf
build(deps): bump tendermint to v0.34.25 (#14903)
julienrbrt Feb 3, 2023
04de093
build(deps): bump tendermint to v0.34.26 (#14911)
julienrbrt Feb 5, 2023
82138c9
fix: return named error for write validators (backport #14919) (#14921)
mergify[bot] Feb 6, 2023
2b9aa47
Bump Tendermint to v0.34.25 (from v0.34.24). (#498)
SpicyLemon Feb 6, 2023
cf73f22
Fix a few listener proto comments. (#499)
SpicyLemon Feb 6, 2023
0b64514
build(deps): bump btcd in v0.46 (#14846)
robert-zaremba Feb 7, 2023
5e1a340
ci: update release slack channel and algolia api key (backport #14942…
mergify[bot] Feb 7, 2023
6aa42d4
feat: support profiling block replay during abci handshake (backport …
mergify[bot] Feb 9, 2023
315dd07
Revert "Revert cosmos#14349 - cache iterator optimizations (#444)"
SpicyLemon Feb 9, 2023
61596a4
Mark v0.46.8-pio-3 in the changelog and release notes.
SpicyLemon Feb 6, 2023
394f6ae
Merge tag 'v0.46.9' into prov/dwedul/to-v0.46.9
SpicyLemon Feb 9, 2023
06406f6
fix: avoid broadcasting tx through query (backport #15044) (#15047)
mergify[bot] Feb 16, 2023
a8c5089
Merge tag 'v0.46.10' into prov/dwedul/to-v0.46.10
SpicyLemon Feb 16, 2023
3f119f4
Merge pull request #505 from provenance-io/prov/dwedul/to-v0.46.9
SpicyLemon Feb 16, 2023
8bd5a43
Merge branch 'main-pio' into prov/dwedul/to-v0.46.10
SpicyLemon Feb 16, 2023
18f2234
Merge pull request #517 from provenance-io/prov/dwedul/to-v0.46.10
SpicyLemon Feb 16, 2023
b1248e3
Add CLI commands for sanction Tx gov props (#510)
SpicyLemon Feb 16, 2023
0209774
Mark v0.46.10-pio-1 in the changelog and release notes.
SpicyLemon Feb 16, 2023
030a473
fix stopNodeOnErr always false (#562)
egaxhaj Feb 28, 2023
f1c0182
Mark v0.46.10-pio-2 in the changelog and release notes.
SpicyLemon Feb 28, 2023
98e245f
expand additional_bindings so they can be parsed with protobufjs
Mar 7, 2023
d6f87bb
add changelog entry
Mar 7, 2023
1820305
Merge pull request #564 from provenance-io/egaxhaj/fix-additional-bin…
egaxhaj Mar 15, 2023
269289d
remove listener lock as there is no concurrency
Mar 15, 2023
fd5438c
changelog entry
Mar 15, 2023
72a21a6
Merge pull request #565 from provenance-io/egaxhaj/remove-lock-on-sta…
egaxhaj Mar 15, 2023
88a5223
1256 support for tokens restricted with attributes (#563)
nullpointer0x00 Mar 20, 2023
52688d7
Grab the changelog from release-pio/v0.46.x. (#567)
SpicyLemon Mar 22, 2023
3c79779
Allow injectable restrictions on bank transfers (#568)
SpicyLemon May 12, 2023
344f912
Mark v0.46.10-pio-4 in the changelog. (#571)
SpicyLemon Jun 2, 2023
6b7f15b
remove incorrect syntax from usage example on authz grant (#570)
nullpointer0x00 Jun 8, 2023
90c2acd
Bring in upstream changes through v0.46.13 (#572)
SpicyLemon Jun 9, 2023
e72d1a7
Mark v0.46.13-pio-1 in the changelog. (#576)
SpicyLemon Jun 9, 2023
163cf53
Injectable locked coins functionality (#577)
SpicyLemon Jul 18, 2023
28fade8
Add binary version to status (#578)
Taztingo Jul 18, 2023
d08d4c2
Copy the spendable-balances cli query command from upstream v0.47.x. …
SpicyLemon Jul 31, 2023
95728fe
Allow MsgMultiSend to have multiple inputs when there's only one outp…
SpicyLemon Aug 2, 2023
f42c248
Prevent locked coins from being delegated. (#582)
SpicyLemon Aug 11, 2023
08e6558
[1752]: Change the error code namespaces of quarantine and sanction s…
SpicyLemon Nov 17, 2023
146fa71
[1752]: Delete the x/quarantine dir.
SpicyLemon Nov 18, 2023
c0910f3
[1752]: delete the x/sanction dir.
SpicyLemon Nov 18, 2023
6aada29
[1752]: Ignore the quarantine and sanction protos when generating code.
SpicyLemon Nov 18, 2023
fef1755
[1752]: Deprecate all the stuff in the quarantine protos.
SpicyLemon Nov 18, 2023
8eebde5
[1752]: Remove the quarnatine and sanction stuff from everywhere else…
SpicyLemon Nov 18, 2023
36ab437
[1752]: Deprecate all the sanction proto stuff.
SpicyLemon Nov 18, 2023
df499fc
[1752]: Regen swagger and statik.go.
SpicyLemon Nov 18, 2023
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cosmovisor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
# get 'v*.*.*' part from 'cosmovisor/v*.*.*' and save to $GITHUB_ENV
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/cosmovisor/}" >> $GITHUB_ENV
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/deploy-docs.yml

This file was deleted.

27 changes: 11 additions & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
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.
on:
pull_request:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.go
go.mod
go.sum
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --out-format=tab
skip-go-installation: true
if: env.GIT_DIFF
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.49.0
21 changes: 20 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Unshallow
run: git fetch --prune --unshallow
- name: Create release
Expand All @@ -24,3 +24,22 @@ jobs:
args: release --rm-dist --release-notes ./RELEASE_NOTES.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release-success:
needs: release
if: ${{ success() }}
runs-on: ubuntu-latest
steps:
- name: Notify Slack on success
uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: cosmos-tech
SLACK_USERNAME: Cosmos SDK Release Bot
SLACK_ICON: https://avatars.githubusercontent.com/t/5997665?size=64
SLACK_COLOR: good
SLACK_TITLE: "Cosmos SDK ${{ github.ref_name }} is tagged :tada:"
SLACK_MESSAGE: "@channel :point_right: https://github.com/cosmos/cosmos-sdk/releases/tag/${{ github.ref_name }}"
SLACK_FOOTER: ""
SLACK_LINK_NAMES: true
MSG_MINIMAL: true
10 changes: 5 additions & 5 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- run: make build
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- name: Install runsim
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- name: install tparse
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/[email protected]
id: git_diff
with:
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Create a file with all core Cosmos SDK pkgs
run: go list ./... > pkgs.txt
- name: Split pkgs into 4 files
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/[email protected]
id: git_diff
with:
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/[email protected]
id: git_diff
with:
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Create a file with all core Cosmos SDK pkgs
run: go list ./... > pkgs.txt
- name: Split pkgs into 4 files
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: technote-space/[email protected]
id: git_diff
with:
Expand All @@ -224,7 +224,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- name: Install runsim
Expand All @@ -241,7 +241,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Display go version
run: go version
- uses: technote-space/[email protected]
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dist
tools-stamp
buf-stamp
artifacts
tools/

# Data - ideally these don't exist
baseapp/data/*
Expand All @@ -45,15 +46,18 @@ vagrant
# IDE
.idea
*.iml
*.ipr
*.iws
.dir-locals.el
.vscode

# Graphviz
dependency-graph.png
debug_container.dot

# Latex
*.aux
*.out
*.synctex.gz
/x/genutil/config/priv_validator_key.json
/x/genutil/data/priv_validator_state.json
/x/genutil/data/priv_validator_state.json
23 changes: 5 additions & 18 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,30 @@ run:
linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
# - errcheck
- exportloopref
- goconst
- gocritic
- gofmt
- goimports
- gofumpt
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- nolintlint
- prealloc
- revive
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
# - wsl

issues:
exclude-rules:
- text: "Use of weak random number generator"
linters:
- gosec
- text: "comment on exported var"
linters:
- golint
- text: "don't use an underscore in package name"
linters:
- golint
- text: "ST1003:"
linters:
- stylecheck
Expand All @@ -53,6 +38,9 @@ issues:
- text: "ST1016:"
linters:
- stylecheck
- text: "should be written without leading space as"
linters:
- nolintlint
- path: "migrations"
text: "SA1019:"
linters:
Expand All @@ -69,6 +57,5 @@ linters-settings:
suggest-new: true
nolintlint:
allow-unused: false
allow-leading-space: true
require-explanation: false
require-specific: false
require-specific: false
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ snapshot:
name_template: SNAPSHOT-{{ .Commit }}

changelog:
skip: true
skip: false
Loading
Loading