Commit Graph

13531 Commits

Author SHA1 Message Date
Lucas Francisco López
3f9c9a0877
feat(cosmovisor): Add prepare-upgrade cmd (#21972) 2024-10-01 18:28:21 +00:00
Marko
52d8b2eb43
docs: amend docs for 52 changes (#21992)
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-10-01 09:46:47 +00:00
Akhil Kumar P
8eeb3ff6a9
test: migrate e2e/authz to system tests (#21819) 2024-10-01 08:16:04 +00:00
Matt Kocubinski
3a20261c78
refactor(runtime/v2): use StoreBuilder (#21989) 2024-10-01 08:01:06 +00:00
Aaron Craelius
73ee336359
feat(schema): add API descriptors, struct, oneof & list types, and wire encoding spec (#21482)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-10-01 07:40:42 +00:00
Eric Mokaya
617d54761f
docs: add instructions to change DefaultGenesis (#21680) 2024-10-01 07:37:25 +00:00
Eric Mokaya
814d4cf6b7
feat(x/staking)!: Add metadata field to validator info (#21315) 2024-10-01 07:35:58 +00:00
Facundo Medica
8763d8d99f
chore(x/authz)!: Remove account keeper dependency (#21632) 2024-10-01 07:29:56 +00:00
harry m. k.
c44683d49f
chore(contributing): delete link (#21990) 2024-10-01 05:47:22 +00:00
Hieu Vu
d493145644
test(gov): Migrate e2e to system test (#21927) 2024-09-30 14:29:12 +00:00
Julián Toledano
91b47cb5e6
test: e2e/client to system tests (#21981) 2024-09-30 13:52:18 +00:00
Julien Robert
e5b22e4cda
chore(baseapp): fix api break latest schema (#21978) 2024-09-30 12:07:40 +00:00
AdamKorcz
968bc7cbd9
test(fuzz): fix broken OSS-Fuz build (#21940)
Signed-off-by: Adam Korczynski <Adam@adalogics.com>
2024-09-30 10:32:27 +00:00
testinginprod
7ce403f51e
feat(accounts): make x/accounts more depinject friendly (#21928) 2024-09-30 07:51:50 +00:00
Julien Robert
7c6e0388a3
chore(server/v2/cometbft): improve code check (#21955) 2024-09-30 05:40:13 +00:00
tianyeyouyou
1b32cc86f2
refactor(tools): echo the binary path after build tools (#21969) 2024-09-30 05:38:28 +00:00
Wukingbow
21b3a26254
docs: update tooling link (#21973)
Co-authored-by: wujinbao <www.389092100@qq.com>
2024-09-30 05:37:48 +00:00
beep
d5f24de7e1
fix(baseapp): startTime of telemetry metric should be calculated before defer (#21968) 2024-09-29 18:19:15 +00:00
Bastien R.
e82949d57d
feat(tools/cosmovisor): Add ShowUpgradeInfoCmd (#21932)
Co-authored-by: Bastien Rigaud <bastienrigaud@mbp-de-bastien.home>
2024-09-28 19:23:11 +00:00
Julien Robert
787ee6980f
refactor: simplify collected metrics (#21963) 2024-09-28 11:20:39 +00:00
tianyeyouyou
dd9e5825ae
chore: fix comment (#21966) 2024-09-28 07:18:08 +00:00
Julien Robert
7fe95fc3f9
feat(server/v2): wire telemetry + server refactors (#21746) 2024-09-27 16:53:21 +00:00
Julien Robert
9d631d355c
chore(confix): update v2 config (#21956)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
2024-09-27 14:48:54 +00:00
Alexander Peters
0d9b416cbc
fix(sims): Use liveness matrix for val sign status in sims (#21952) 2024-09-27 11:11:30 +00:00
Alexander Peters
dcf00cf911
chore(systemtest): More stable fraud test (#21949) 2024-09-27 09:38:07 +00:00
Adam Tucker
dc09671841
chore: regenerate addrbook.json for in-place-testnet (#21941) 2024-09-27 07:05:24 +00:00
dependabot[bot]
cb0fcf3691
build(deps): Bump actions/github-script from 6 to 7 (#21942)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 06:56:32 +00:00
lfz941
648ef5fb2d
refactor: keep batch.Close error handle logic consistance (#21812) 2024-09-26 20:21:49 +00:00
Artur Troian
89d96e88a0
chore(tools/cosmovisor): update download checksums (#21933)
Signed-off-by: Artur Troian <troian.ap@gmail.com>
2024-09-26 20:15:55 +00:00
Matt Kocubinski
e4240b6bef
test(x/tx): add amino JSON pretty bytes demonstration test (#21935) 2024-09-26 20:10:25 +00:00
Julien Robert
2c8569404c
ci: add auto assign job (#21939) 2024-09-26 20:09:54 +00:00
Facundo Medica
dc2cea5bcf
feat(client/v2): improve error message on enums (#21936) 2024-09-26 18:03:48 +00:00
NAIHANU
2d8ca73afa
docs: redirect the modules introduce doc (#21934) 2024-09-26 15:14:47 +00:00
yihuang
dbf6cdbd92
feat(x/tx): support bytes field as signer (#21850) 2024-09-26 14:27:40 +00:00
Artur Troian
0ab189cb3e
chore(tools/cosmovisor): add multiarch bin references (#21911)
Signed-off-by: Artur Troian <troian.ap@gmail.com>
2024-09-26 13:32:30 +00:00
Julien Robert
f927e9b551
ci: actually enable v2 system test (#21539)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-09-26 13:16:28 +00:00
John Letey
13f1d6cf66
fix(client/v2): correctly handle enhanced sub commands (#21809) 2024-09-26 13:04:20 +00:00
dependabot[bot]
c9d3a0b792
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.9 to 0.50.10 in /tools/hubl (#21918)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-26 08:17:58 +00:00
mmsqe
cb9ed71efc
fix(cli): avoid id isn't supported error when query address-by-acc-num (#21919) 2024-09-26 07:11:05 +00:00
Alexander Peters
3856e777b4
fix(sims): Skip sims test when running dry on validators (#21906) 2024-09-25 12:51:51 +00:00
Marko
e52d3b16e0
chore: pr reminder for slack (#21830)
Co-authored-by: auricom <27022259+auricom@users.noreply.github.com>
2024-09-25 12:50:45 +00:00
Marko
d54f6fa95b
refactor(x/evidence): accept address codec in constructor (#21859) 2024-09-25 09:42:27 +00:00
Julián Toledano
c971f75acf
test: e2e/staking to system tests (#21882) 2024-09-25 07:04:10 +00:00
dependabot[bot]
71f18076d6
build(deps): Bump cosmossdk.io/api from 0.7.5 to 0.7.6 (#21895)
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-25 07:03:18 +00:00
dependabot[bot]
d8ebac5f1b
build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#21893)
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>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-25 06:59:42 +00:00
Marko
f6d7a92779
refactor(x/mint): remove staking as a required module (#21858)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-24 19:52:31 +00:00
Marko
f195a8660b
chore(docs): rename merlin to simapp (#21884) 2024-09-24 15:54:46 +00:00
Alexander Peters
bc3ddfa5f2
test: fix flaky Snapshotter test (#21878) 2024-09-24 13:33:00 +00:00
Alexander Peters
5590c16c68
fix(systemtest): upgrade test (#21877) 2024-09-24 12:40:45 +00:00
lilasxie
e6b1bbc351
chore(collections): fix import lint error by make lint-fix (#21875) 2024-09-24 10:38:35 +00:00