Commit Graph

1456 Commits

Author SHA1 Message Date
Julien Robert
7fe95fc3f9
feat(server/v2): wire telemetry + server refactors (#21746) 2024-09-27 16:53:21 +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
dependabot[bot]
eb7653cfec
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.9 to 0.50.10 in /tools/confix (#21866)
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>
2024-09-24 06:59:02 +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
Julien Robert
763e4d68e4
feat: introduce x/validate and split x/auth/tx/config (#21822) 2024-09-20 15:05:46 +00:00
Matt Kocubinski
d6364b8956
refactor(stf): remove RunWithCtx (#21739) 2024-09-19 21:39:47 +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
356df96770
refactor(mempool)!: match server/v2/cometbft and sdk mempool interface (#21744)
Co-authored-by: Marko <marko@baricevic.me>
2024-09-18 13:57:52 +00:00
Marko
f1dd03f212
feat: make validator key injectable by application developers (#21608) 2024-09-18 12:27:25 +00:00
lilasxie
f283f0c978
chore: using pre-defined flag variables (#21794) 2024-09-18 08:43:44 +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
testinginprod
81ec7ea9e7
feat(auth): support accounts from auth (#21688) 2024-09-17 18:12:45 +00:00
Marko
a9f057bf70
chore: remove consensus authority (#21734)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-16 20:06:21 +00:00
Julien Robert
cbdfd9bdfa
chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
Julien Robert
52ba264c80
feat(server/v2/cometbft): wire mempool config (#21741) 2024-09-16 18:45:21 +00:00
Alexander Peters
bf7768006c
feat(sims): Add sims2 framework and factory methods (#21613) 2024-09-16 13:42:48 +00:00
Julien Robert
7ee7c207d5
refactor(simapp): simplify simapp di (#21718) 2024-09-13 18:32:59 +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
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
Matt Kocubinski
9fc6675885
fix(runtime/v2): provide default factory options if unset in app builder (#21690) 2024-09-13 10:28:04 +00:00
Julien Robert
766117c5ff
refactor(server/v2/cometbft): use only protov1 and backport #21084 (#21681) 2024-09-12 10:40:30 +00:00
Julien Robert
17bd18b12c
build(deps): bump rocksdb & core & update ci codeowners (#21652) 2024-09-12 08:51:14 +00:00
Matt Kocubinski
57f35dcdfe
refactor: remove viper as a direct dependency (#21635) 2024-09-12 06:00:42 +00:00
Facundo Medica
e9eaefa379
fix(unorderedtx): issues reported in audit (#21467) 2024-09-11 11:46:10 +00:00
son trinh
1d4ecd5e37
refactor: decouple comet from modules (#21382) 2024-09-11 09:18:13 +00:00
auricom
c536c0f18c
ci: remove nix from gh workflows (#21572) 2024-09-11 08:08:09 +00:00
Marko
f220f8bf62
refactor: remove consensus as a imported type in modules (#21480) 2024-09-10 15:36:33 +00:00
dependabot[bot]
64887ce050
build(deps): Bump google.golang.org/grpc from 1.66.0 to 1.66.1 (#21622)
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: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-10 13:33:05 +00:00
Julien Robert
ac1b859b4c
build(deps): bump to core v1.0.0-alpha.1 and remove replaces (#21603) 2024-09-09 12:17:21 +00:00
Hieu Vu
ac53e337a9
test(server/v2/cometbft): Add abci unit tests (#21020)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-09 10:34:29 +00:00
Marko
d275c67d6d
build(deps): update comet (#21586) 2024-09-09 07:49:55 +00:00
dependabot[bot]
f34d100282
build(deps): Bump github.com/jhump/protoreflect from 1.16.0 to 1.17.0 in /tests (#21580)
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-09 07:22:43 +00:00
Julien Robert
c7c3fa7c02
feat(bank/v2): create module boilerplate (#21559) 2024-09-06 16:04:21 +00:00
Randy Grok
dce0365c23
feat: unify version modifier for v2 (#21508) 2024-09-06 15:56:29 +00:00
Julien Robert
e9d72f5d05
chore: cleanups after #21450 (#21573) 2024-09-06 10:47:43 +00:00
dependabot[bot]
36d9b25e89
build(deps): Bump github.com/prometheus/common from 0.58.0 to 0.59.1 (#21569)
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>
2024-09-06 09:08:51 +00:00
dependabot[bot]
ae1fb2e2e4
build(deps): Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#21571)
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-06 08:44:20 +00:00
dependabot[bot]
6033330182
build(deps): Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#21570)
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: sontrinh16 <trinhleson2000@gmail.com>
2024-09-06 08:30:41 +00:00
Julien Robert
a57b25418a
refactor(core): move amino registrar and drop legacy package (#21531) 2024-09-05 11:44:52 +00:00
Julien Robert
6ffa71abd3
chore: extract improvements from #21497 (#21506)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
2024-09-04 10:57:07 +00:00
dependabot[bot]
3bb9528e59
build(deps): Bump github.com/prometheus/common from 0.57.0 to 0.58.0 (#21532)
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>
2024-09-04 07:53:53 +00:00
Marko
70488a89a8
refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
testinginprod
8431dbd38a
feat(accounts/base): give chains the possibility to pick their chosen pubkey types for the base accounts (#21466) 2024-09-03 17:09:04 +00:00