Commit Graph

11979 Commits

Author SHA1 Message Date
samricotta
fb9dadc00f
refactor: remove user docs (#18373) 2023-11-06 14:51:13 +00:00
Likhita Polavarapu
56351179b8
feat(x/protocolpool): Stream funds from community pool (#18103) 2023-11-06 14:07:34 +00:00
Julien Robert
9c0256e368
fix(client/v2): fix short command description if not set and skip unsupported commands (#18324) 2023-11-06 11:19:05 +00:00
dependabot[bot]
9463a32aae
build(deps): Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 (#18363)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-06 09:23:32 +00:00
dependabot[bot]
89a7f16ec6
build(deps): Bump golang.org/x/sync from 0.4.0 to 0.5.0 (#18364)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-06 08:36:47 +00:00
Julien Robert
8b666b6a52
docs: clarify cosmovisor doc (#18359) 2023-11-06 08:28:25 +00:00
dependabot[bot]
c895275bf2
build(deps): Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#18365)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-06 08:12:10 +00:00
dependabot[bot]
1b2a1ac9bd
build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#18366)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-06 08:08:25 +00:00
dependabot[bot]
23846e5e82
build(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.4.0 (#18362)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 08:08:03 +00:00
Julián Toledano
9c2f464c84
docs: cgo secp256k1 ldflags (#18357)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-11-03 17:07:43 +00:00
testinginprod
f3c55dc90d
feat(x/accounts): wire x/accounts to simapp (#18253)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-03 16:36:23 +00:00
dependabot[bot]
10ae60ebca
build(deps): Bump modernc.org/sqlite from 1.26.0 to 1.27.0 in /store (#18348)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-03 14:31:34 +00:00
dependabot[bot]
cd19bac491
build(deps): Bump cosmossdk.io/x/tx from 0.11.0 to 0.12.0 (#18356)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-03 11:20:23 +00:00
Julien Robert
2caf00deb0
fix(client/v2): fix marshalling of queries with any (#18309) 2023-11-03 10:19:16 +00:00
Julien Robert
9e91c7b419
fix(client,server): consistently set env prefix between client/server (#18345) 2023-11-03 09:58:26 +00:00
dependabot[bot]
c664daaf55
build(deps): Bump github.com/cosmos/iavl from 1.0.0-rc.1 to 1.0.0 in /store (#18347)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-03 09:40:30 +00:00
Luke Ma
457949913d
refactor(x/group): check the new admin address when updating the group policy admin (#18350) 2023-11-03 09:39:58 +00:00
Emmanuel T Odeke
0c56c87bd0
chore: run make proto-all (#18349) 2023-11-03 08:46:25 +00:00
Julián Toledano
32c8ab99dd
docs: adding some missing parenthesis (#18344) 2023-11-02 17:19:20 +00:00
dependabot[bot]
b7749afcaf
build(deps): Bump cosmossdk.io/store from 1.0.0-rc.0 to 1.0.0 (#18341)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-02 15:26:40 +00:00
Facundo Medica
9278b076ad
fix(x/gov): deposits in simulations (#18336) 2023-11-02 14:29:19 +00:00
Facundo Medica
177e7f4595
feat(x/gov): implement a minimum amount per deposit (#18146)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-02 10:51:19 +00:00
Emmanuel T Odeke
bd274b8c9a
fix(client/snapshot): fix loose defers in for loop in DumpArchive (#18322) 2023-11-02 03:09:32 +00:00
cool-developer
504d156c5d
feat(store v2): pruning manager (#18273)
Co-authored-by: Juan Leni <juan.leni@zondax.ch>
2023-11-01 19:58:13 +00:00
Aleksandr Bezobchuk
0867d0ac6c
feat(store/v2): handle store upgrades in RootStore (#18277)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2023-11-01 18:09:54 +00:00
Julien Robert
630836e6ed
fix(client/v2): set context for queries (#18323) 2023-11-01 10:17:32 +00:00
Chenqun Lu
79246d2f44
fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. (#18227)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-11-01 07:53:48 +00:00
Marko
f03b396c8a
chore: remove mint imports in the sdk (#18307) 2023-10-31 10:30:38 +00:00
Marko
16c2abffbe
chore(upgrade): remove extra gov deps (#18316) 2023-10-31 10:30:25 +00:00
dependabot[bot]
5c456e6835
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.2 to 0.13.3 (#18312)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-31 09:07:02 +00:00
samricotta
88b76664cd
feat(version): Add extraInfo to version cmd (#18063)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-10-30 21:34:20 +00:00
Emmanuel T Odeke
5dae7d84e6
test(cosmovisor): improve TestParseUpgradeInfoFile with substring assertions (#18262)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-10-30 21:06:56 +00:00
Marko
e6a4c78e73
refactor: remove usage of global basedenom (#18268) 2023-10-30 19:39:51 +00:00
Julien Robert
15ccdccea4
ci: debug golangci-lint for cosmovisor (#18304) 2023-10-30 19:24:47 +00:00
Marko
44db964e91
test: add counter module (#18272) 2023-10-30 19:07:58 +00:00
Julien Robert
d82503e24e
refactor(x/genutil,server): add export functions to x/gentutil (#18303) 2023-10-30 15:49:49 +00:00
Anmol
393de266c8
chore: update starshp-action version (#18301) 2023-10-30 10:31:36 +00:00
Chenqun Lu
0e94d74866
fix(sim): set FlagSigverifyTxValue to newApp for TestAppSimulationAfterImport (#18289) 2023-10-30 10:30:53 +00:00
Geoff Lee
661d201d6b
remove unncessary comma from value of proposal_messages event (#18300) 2023-10-30 09:26:22 +00:00
dependabot[bot]
798d6d2589
build(deps): Bump bufbuild/buf-setup-action from 1.27.1 to 1.27.2 (#18298)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 09:00:41 +00:00
Marko
6af7f30bfd
feat(x/counter): add module protos (#18291) 2023-10-29 20:09:40 +00:00
Chenqun Lu
a37830383d
fix(snapshot): grant execution permissions to the snapshot dir for the owner (#18294)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-10-29 08:32:38 +00:00
Emmanuel T Odeke
32151e506e
perf(x/group/internal/orm): move expensive prefix.NewStore calls to close usage (#18286) 2023-10-28 20:04:00 +00:00
Emmanuel T Odeke
7ad7f47c89
fix(x/group/internal/orm): use proper map type to string not interface{} (#18288) 2023-10-28 14:55:47 +00:00
Marko
7bef0227f9
refactor(mint): new go module (#18283) 2023-10-28 07:09:48 +00:00
Marko
21e69bad04
refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
Facundo Medica
ab2a725863
chore: cleanup comet dependence in tests (#18239) 2023-10-26 16:20:19 +00:00
Aleksandr Bezobchuk
bb05bf0066
feat(store/v2): gaskv store (#18240) 2023-10-26 15:49:47 +00:00
Marko
bfb1a91110
refactor(authz): add go.mod (#18265) 2023-10-26 15:33:51 +00:00
Damian Nolan
433203f581
docs: adding additional info on amino.encoding proto annotations (#18274) 2023-10-26 13:45:14 +00:00