dependabot[bot]
|
f2c78d68e0
|
build(deps): Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#22019)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-10-02 16:13:24 +00:00 |
|
dependabot[bot]
|
bfdd954866
|
build(deps): Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (#22036)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-10-02 09:04:48 +00:00 |
|
beep
|
33bdaabcca
|
docs(x/bank): fix function comments (#22039)
|
2024-10-02 07:33:25 +00:00 |
|
Hieu Vu
|
0102077fb2
|
feat(bank/v2): Introduce global send restriction (#21925)
|
2024-10-02 06:03:04 +00:00 |
|
testinginprod
|
90f362d782
|
refactor(core/handlers): be more devx friendly (#21984)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-10-02 05:38:22 +00:00 |
|
huochexizhan
|
8833670ec3
|
fix(x/auth): fix slice init length (#22006)
|
2024-10-01 19:05:16 +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 |
|
Julien Robert
|
e5b22e4cda
|
chore(baseapp): fix api break latest schema (#21978)
|
2024-09-30 12:07:40 +00:00 |
|
testinginprod
|
7ce403f51e
|
feat(accounts): make x/accounts more depinject friendly (#21928)
|
2024-09-30 07:51:50 +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 |
|
Julien Robert
|
787ee6980f
|
refactor: simplify collected metrics (#21963)
|
2024-09-28 11:20:39 +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 |
|
Matt Kocubinski
|
e4240b6bef
|
test(x/tx): add amino JSON pretty bytes demonstration test (#21935)
|
2024-09-26 20:10:25 +00:00 |
|
yihuang
|
dbf6cdbd92
|
feat(x/tx): support bytes field as signer (#21850)
|
2024-09-26 14:27:40 +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 |
|
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
|
d54f6fa95b
|
refactor(x/evidence): accept address codec in constructor (#21859)
|
2024-09-25 09:42:27 +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 |
|
Alexander Peters
|
bc3ddfa5f2
|
test: fix flaky Snapshotter test (#21878)
|
2024-09-24 13:33:00 +00:00 |
|
Wukingbow
|
1b8cfd5a79
|
docs: fix function comments (#21876)
Co-authored-by: wujinbao <www.389092100@qq.com>
|
2024-09-24 10:38:19 +00:00 |
|
testinginprod
|
ebbaa0e92e
|
feat(auth): allow BaseAccounts to be migrated to x/accounts (#21820)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
|
2024-09-23 21:22:01 +00:00 |
|
cool-developer
|
0202d71f70
|
feat(store): migrate db backends to store/db and remove the cosmos-db deps completely (#21765)
|
2024-09-23 18:01:26 +00:00 |
|
Hieu Vu
|
04da382a9f
|
feat(bank/v2): Add MsgSend handler (#21736)
|
2024-09-23 16:32:30 +00:00 |
|
dependabot[bot]
|
f3a295a1a1
|
build(deps): Bump github.com/huandu/skiplist from 1.2.0 to 1.2.1 (#21852)
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-23 15:05:29 +00:00 |
|
Akhil Kumar P
|
06c2fc72df
|
fix(x/staking): query redelegation command (#21856)
|
2024-09-23 14:49:07 +00:00 |
|
Julien Robert
|
763e4d68e4
|
feat: introduce x/validate and split x/auth/tx/config (#21822)
|
2024-09-20 15:05:46 +00:00 |
|
Julien Robert
|
465ca23154
|
chore: add releases to changelog (#21831)
|
2024-09-20 11:15:03 +00:00 |
|
cool-developer
|
98eb0b7cd6
|
fix(staking): avoid the double iterator close in staking (#21823)
|
2024-09-19 21:05:04 +00:00 |
|
dependabot[bot]
|
c9b90ad577
|
build(deps): Bump cosmossdk.io/core from 1.0.0-alpha.2 to 1.0.0-alpha.3 (#21810)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-09-19 07:52:56 +00:00 |
|
hatti
|
8d5020fd0a
|
docs: fix typo (#21815)
|
2024-09-19 07:20:41 +00:00 |
|
Wukingbow
|
29077c866c
|
docs: fix function comments (#21814)
Co-authored-by: wujinbao <www.389092100@qq.com>
|
2024-09-19 06:53:08 +00:00 |
|
cool-developer
|
01212de2d9
|
feat(server/v2): refactor the server/v2 events (#21785)
|
2024-09-18 15:37:13 +00:00 |
|
Alexander Peters
|
cc8366c3ee
|
fix(sims): TestAppSimulationAfterImport and legacy proposal handling (#21800)
|
2024-09-18 15:03:03 +00:00 |
|
Julien Robert
|
0c8ad9d2c6
|
feat(x/tx): add aminoNameAsTypeURL option in aminojson encoder (#21712)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2024-09-18 09:48:39 +00:00 |
|
dependabot[bot]
|
6f1dae993a
|
build(deps): Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#21786)
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-18 08:32:30 +00:00 |
|
Julien Robert
|
355f66f7ff
|
chore: add simsx labels & more (#21776)
|
2024-09-18 08:11:18 +00:00 |
|
testinginprod
|
81ec7ea9e7
|
feat(auth): support accounts from auth (#21688)
|
2024-09-17 18:12:45 +00:00 |
|
Julien Robert
|
081b90edbd
|
docs(x/circuit): display correct example (#21768)
|
2024-09-17 09:30:25 +00:00 |
|
Julien Robert
|
cbdfd9bdfa
|
chore: bump golangci-lint and fix all linting issues (#21761)
|
2024-09-16 19:11:19 +00:00 |
|
Alexander Peters
|
bf7768006c
|
feat(sims): Add sims2 framework and factory methods (#21613)
|
2024-09-16 13:42:48 +00:00 |
|
cool-developer
|
aaf72f20c1
|
feat: replace the cosmos-db usecases in the tests with core/testing (#21525)
|
2024-09-13 16:44:18 +00:00 |
|
Randy Grok
|
7d6ff0df56
|
feat(runtime/v2): store loader on simappv2 (#21704)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
|
2024-09-13 14:22:14 +00:00 |
|
Julien Robert
|
b712516f50
|
docs(x/auth): vesting (#21715)
|
2024-09-13 12:54:32 +00:00 |
|
dependabot[bot]
|
7392525a03
|
build(deps): Bump google.golang.org/grpc from 1.66.1 to 1.66.2 (#21670)
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-13 11:30:49 +00:00 |
|
Marko
|
c0e84afffc
|
chore: remove duplicate proto files for the same proto file (#21648)
|
2024-09-13 10:14:17 +00:00 |
|
Eric Mokaya
|
9c5cea08c8
|
feat(x/genutil): add better error messages for genesis validation (#21701)
|
2024-09-13 09:40:13 +00:00 |
|